Reputation: 8606
First of all I am brand new to Moodle. We have a SCORM course that we imported in Moodle. The course have 15 questions in the end. If you answer all 15 questions correctly then it means your score is 100%. But when we complete the course the info tab shows 15% instead of 100%.
What configuration do I make that Grade for attempt
and Grade reported
show 100%
instead of 15%
?
Thanks
**********EDIT*************************
Actually we have two courses. For one course it shows 100% and for other course it is showing 15%. What is happening for course showing 100%, it send cmi.core.score.raw
100 and cmi.core.score.max
100. Here is the screen shot
But for other course if all questions are answer right then it setscmi.core.score.raw
15 and cmi.core.score.max
15. And moodle shows 15%. But if 4 questions are answer right right then it sets cmi.core.score.raw
4 and cmi.core.score.max
15.
For 4 answers right
and finally this is the result of moodle
So I think we have to set actual score as cmi.core.score.raw
and cmi.core.score.max
. In this way moodle will show the correct percentages. like in case of 4 answers right 27% and incase of all right 100%.
I don't know if there is any settings for this in moodle. These are my findings till yet.
Thanks
Upvotes: 1
Views: 486
Reputation: 96
Edit your scorm activity setting and go to grade setting, and change maximum grade 100 to 15. Since you have 15 questions and each question is sending 1 score to lms, you have to change maximum grade setting according to score points you are sending to lms by scorm.
Upvotes: 1