Hi all,
I have created a course with the coursebuilder. It contains multiple pages. Each question has only 1 question. I could display the score for each question in the result page however, I couldn't seem to add the total scores and display them. Actually, I did modify myself by putting a counter in the nav frame. Therefore for each right answers, it will bypass the script and add 1 to the counter. Well, since for each correct answer, the score is 1, so it is easy to do that way. But I'm just worried if I didn't add the way coursebuilder is meant to do, I might not meet the CMI or the AICC requirement. I saw at the help file, it adds the total score for ONE page multiple questions:
totalCorrect = G01.score + G02.score + ....
How am I suppose do then if I have multiple pages and each control is G01?
Thank You
Regards,
Soon
I have created a course with the coursebuilder. It contains multiple pages. Each question has only 1 question. I could display the score for each question in the result page however, I couldn't seem to add the total scores and display them. Actually, I did modify myself by putting a counter in the nav frame. Therefore for each right answers, it will bypass the script and add 1 to the counter. Well, since for each correct answer, the score is 1, so it is easy to do that way. But I'm just worried if I didn't add the way coursebuilder is meant to do, I might not meet the CMI or the AICC requirement. I saw at the help file, it adds the total score for ONE page multiple questions:
totalCorrect = G01.score + G02.score + ....
How am I suppose do then if I have multiple pages and each control is G01?
Thank You
Regards,
Soon