-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make pass/fail match grades #117
Comments
so even outside of load xapi data, the pass/fail status doesn't necessarily line up with the grade (ie, there could be an |
To help with this, we will use the 'earned' events grade classification in combination with the passed/failed verbs Passed/failed verb events do NOT have a score associated with them so there is still a possibility of a learner with 'passed' status and '0' score |
Yeah, part of this issue is that what constitutes a passing grade is configurable per course (and so can change over time), so we count on the LMS to just tell us when a student is passing / failing. |
If we use the grade_classification from the earned events, though, that should be accurate right? |
Just to write down what we discussed, I think that's correct as long as we're only looking at the course level events. |
Currently the pass/fail state of a user is randomly generated, as are the current grades. This creates confusing visuals where the number of passing students is completely divorced from their grades. We should tie those events together to make visualizations less confusing.
The text was updated successfully, but these errors were encountered: