I have a quiz file using the e-learning and quiz components. There is a bug for one condition - the user takes the quiz and fails, click the retake button and passes. The score that is written to the lms is the original failure. I have tried calling "QuizTrack.init StartQuiz()" on frame one as well as resenting all the scores - total_correct, total_wrong, and percent_correct . On the last frame I have tried adding into my regular fscommand entries when the status is passed - to do a LMSSetScore, and an LMSCommit, and calling "initSubitScore ()".
Nothing has worked so far. Are there any other suggestions?
Nothing has worked so far. Are there any other suggestions?
Comment