Forum Discussion
Storyline and Moodle Review Mode
Hi
I have had the same trouble with Moodle LMS. This works for me.
In your published output, go to the folder: LMS and open the file: Configuration.js
You can do this in Notepad or Dreamweaver or whatever else you are using.
Then I look for these variables and assign the following values:
var REVIEW_MODE_IS_READ_ONLY = false;
var AICC_ENTRY_FLAG_DEFAULT = ENTRY_RESUME;
var SCORE_CAN_ONLY_IMPROVE = true;
If you are wondering what these do, there are comments in the JavaScript.
Overwrite the Configuration.js file in your original output with this updated .js Keep the filename the same.
When adding to Moodle, remember that LMS settings can still override SCORM settings. So turn off "Force new attempt" as the SCORM is handling this now.
Hope this helps.
- EwanMcGhee18 years agoCommunity Member
Hello Joshua,
Thank you very much for taking the time to respond to me on this. It has
proven very helpful.Kind Regards,
Ewan
- KevinAmbrose6 years agoCommunity Member
This was very helpful!! Thank you!