LMSouq
moodle-core Open

Moodle is representing grades 15% instead of showing it 100%

BA
Basit
1 month ago
3 views
Problem Description
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%. [![enter image description here][1]][1] 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 [![enter image description here][2]][2] But for other course if all questions are answer right then it sets`cmi.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. [![enter image description here][3]][3] For 4 answers right [![enter image description here][4]][4] and finally this is the result of moodle [![enter image description here][5]][5] 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 [1]: https://i.sstatic.net/3mwFu.png [2]: https://i.sstatic.net/KC8aL.png [3]: https://i.sstatic.net/ZPbsZ.png [4]: https://i.sstatic.net/D2ijg.png [5]: https://i.sstatic.net/Mpo5A.png

AI-Generated Solution

Powered by LMSouq AI · GPT-4.1-mini

✓ Solution Ready
Analyzing problem and generating solution…
Was this solution helpful?
Back to Knowledge Base