-
Bug
-
Resolution: Fixed
-
Critical
-
2.5.6, 2.6.3, 2.7
-
MOODLE_25_STABLE, MOODLE_26_STABLE, MOODLE_27_STABLE
-
MOODLE_26_STABLE, MOODLE_27_STABLE
-
master_
MDL-45726 -
In a course we have a scorm 1.2 activity that is made of more items.
When a user starts the activity and comlete the first item the item is set to completed and a green flag ii putted on it.
After some items are completed (randomly once is 3 another time 5 another 23..) the attempt is opened in review mode and not in browse mode.
The user cannot go on on his activity because the review mode is read noly and the items are no more marked as incomplete or completed and remains blank.
In the DB we can find a record for the sco in mdl_scorm_scoes_track but only with the start time of the sco attempt (x.start.time and the timestamp) and we do not have the record with the cmi.core.lesson_status and cmi.core.total_time)
The activity is set with ons single attempt, we have set the passing score in the gradebook at the 100% (we have putted in the same number of the learning objects).
We have tried with the force completion and also with the infinite attempts, but the bug still occur.
One other problem is that the attempt is locked for the user that no more sees the browse mode. The only way to reset is to start a new attempt from scratch or delete the attempt.
Our sorm modules are built with a variable number of scoes (from 10 to 50).
In moodle 1.9 and 2.3 in other intallations we do not suffer the issue with the same scorm package.
In this Moodle 2.6.2+ (Build: 20140417) we do not know how to save our students!