I'm using a SCORM package. The total duration of the Lesson is 1 minute. After the lesson is over when the user clicks on 'Finish' button the 'Completion Status/Score' shows -100
Need help in understanding how these Scores are calculated
James Aparicio
Thu, 05/17/2018 - 14:39
Hi kumarabh,
Hi kumarabh,
There is probably and issue with the scoring variables your scorm is sending.
You can debug it at profiles/opigno_lms/modules/opigno/opigno/scorm/quiz/includes/opigno_scorm_quiz_response.inc function save.
You can just log or dpm the values there so you can see what is going on. You can see it returns -1 if some specific cases.
Hi kumarabh,
Hi kumarabh,
There is probably and issue with the scoring variables your scorm is sending.
You can debug it at profiles/opigno_lms/modules/opigno/opigno/scorm/quiz/includes/opigno_scorm_quiz_response.inc function save.
You can just log or dpm the values there so you can see what is going on. You can see it returns -1 if some specific cases.