adlnet / Moodle-mod_cmi5launch

A Moodle plugin which allows teachers to upload cmi5 packaged lessons within a Moodle Course Activity and then assign the activity to students
Apache License 2.0
5 stars 4 forks source link

In some browsers, LRS credentials are displaying on screen for saving #11

Closed ADLMeganBohland closed 1 year ago

ADLMeganBohland commented 1 year ago

Noticeably in Firefox, the browser assumes the LRS credentials that can be tweaked while creating a course should be saved. So it is constantly bringing them up on screen and offering to save them. Because regular users and course creators shouldn't be able to change the LRS, or see creds, we decided the best route was to remove LRS defaults from course creation screen. They were only there to enable use of multiple LRS's which is not supported by this plugin.

image
ADLMeganBohland commented 1 year ago

I have changed the code and UI, this seems to have resolved issue.