Forums
Hello !
Maybe it's a problem with my parameters but can't find the solution...
I have a Scorm package as a question in my lesson. My scorm contains only theory slides.
I would like my lesson to be passed successfully only when all the slides of the scorm package have been seen by the user. I have tried to define the success level of the lesson to 0% and max score of the question to 0, but if I left the question before end, the score is 100% and the lesson is passed. If I define the success level to 100% and max score of the lesson to 0, it is the same...
Does anybody know what would be the good parameters ?
Many thanks for help !
Hello !
Not sure that it is the better way but I have found a solution to my problem.
I have add the question "Ready to continu ?" at the end of my scorm package and the user can only choose "Yes". If the user see all the slides and answer "yes" to the question, he gets the points and finish the lesson. If he don't see all the slides, he don't answer to the question and don't get the points...
Hope this could help !
Hi Christinell,
Hi Christinell,
You have to check if the scorm package is correctly configured and is setting cmi.completion_status. Opigno checks for this value. If the scorm package is sending this value and not a specific score Opigno will score the 100% for the question. You can use console feature in the browser to check if the scorm package is setting it or not. You can see all get and set requests from the scorm package in the browser console.
If you set the score for that question as 0, the users will always get the same score, even if they have not finished viewed it to the end. 0/0
Javascript to check 'Next' button with SCORM Package