Disabling the raw score
Hello!
-Is there a way, to prevent the score from being send to the LMS at all, but to still be able to create a results page?
I am running into some issues, for which an expert might have the answer for grasps... So far I haven't found it on the forums though and I hope someone knows the answer.
For a certain project, the final score can only be 0, untill the learner passes the quiz for which he will be granted 100 points.
The issue however, is that the quiz consists of 4 modules with randomized questions and after each question, a sub-score is send to the LMS (which is not allowed). To make things slightly more complicated, the user needs to answer 7 out of 8 questions correctly to pass and should then also be rewarded with a 100% score.
Is there a way, to prevent the score from being send to the LMS at all? I have found a script that functions to set the score to 100 and the setting 'passed', at the time when I want it (see below). I thought about making a pre-test out of the quiz, but that again doesn't support the randomized questions and it is a lot of effort to build again...
SCORM_SetScore(100,100,0);
SCORM_SetPassed();
Thanks in advance!
