Grades
Entering grades
Grades go in on the course page, in the assessment table. Everything downstream: your course standing, the calculators, your GPA: is computed from what you enter here.
Two ways to type a grade
The grade field accepts either form and works out which you meant:
- A percentage: type
85for 85%. - A raw score: type
17/20and it resolves to 85% as you type.
Use whichever your professor handed back. There is no mode to switch.
Assessment status
Separately from the grade, each item carries a status describing where it stands:
| Status | Means |
|---|---|
| Not started | No work done yet. Appears on Today. |
| In progress | Started. Still appears on Today. |
| Extension | You have more time. Still appears on Today. |
| Awaiting grade | Handed in, waiting on a mark. |
| Done | Finished on time. |
| Done late | Finished after the deadline. |
| Missed | Not submitted. |
Status is set by you and never guessed from the date. An item you finished on time still reads Done even if you record it weeks later: the app will not quietly mark your work late.
Saving
Edits stage as you type and commit when you save, so a mistyped grade never lands in your GPA mid-keystroke. Every save can be undone from the toast that follows it.
How your course grade is computed
Assessments are grouped by kind, each group averaged, and the groups combined in proportion to their weights. The current grade divides by the weight graded so far, so it reflects where you stand today rather than assuming zeros for work not yet returned.
Every course page has a How is this calculated? disclosure that shows the formula with your own numbers filled in. It is generated from the same code that computes the grade, so the shown arithmetic cannot drift from the result.