-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
The xAPI statement with the verb "evaluated" is presumed to hold data about the grade of a certain student's answer on a certain problem.
The statement "result" section presents the following fields about that grade:
- Scaled.
- Raw.
- Min.
- Max.
When trying to get raw grade for a certain student in a certain problem, we don't get the real raw grade from the LMS - meaning 4 points, 6 points etc. but rather we only get "1" or "0". Also the "Max" field is always 1, and not like the real max grade in the LMS.
While looking at it in the LMS's gradebook and in the "Problem Grade Report" "Possible"(=max) and "Earned"(=raw) columns, we do get the correct grades.
Need to check why this statement brings the wrong data, and how to make it bring the correct raw and max grades.
Metadata
Metadata
Assignees
Labels
No labels