Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Not a bug
-
Affects Version/s: 1.9.1, 1.9.2
-
Fix Version/s: None
-
Component/s: SCORM
-
Labels:None
-
Environment:Debian Linux, Apache
-
Database:MySQL
-
Affected Branches:MOODLE_19_STABLE
Description
Currently the following is displayed prior to loading each SCORM module:
You will be redirected to this activity in... 2 seconds
You will be redirected to this activity in... 1 seconds
You will be redirected to this activity in... 0 seconds
Activity loading, please wait...
There wasn't a 3-second wait before version 1.9.1, so why introduce it?
The singular of seconds should be used, i.e. "1 second"
Why show "0 seconds" at all? Surely redirect at that point?
I ask that this seemingly unnecessary load delay be removed, bypassed or explained.
Hi Peter,
the 3 second delay has been there for a long time(definitely pre 1.9.1) it's just that this wasn't communicated well to the user - it just showed a blank page until the SCORM loaded, and some users would refresh a few times causing other issues. - It just provides feedback to the user that it is loading and to be patient.
this delay is needed to allow all the api stuff to load correctly in all browsers before loading the scorm object. - without the delay, many scorm objects just won't play, as the browser hasn't loaded all it needs.
see
MDL-14492for more info on the timer thingy.MDL-14492for more info on the timer thingy.