Grades
The Grades tab is the academic summary in Awards — how many lessons you’ve finished and how accurately you’re answering, rolled up across every completed quiz.
Accessing Grades
Section titled “Accessing Grades”- Click Awards in the top navigation bar.
- Select the Grades tab — it’s the first one shown.
What You’ll See
Section titled “What You’ll See”- Three headline cards: Lessons Completed, Accuracy, and Questions Answered.
- A searchable, date-filterable table of every completed lesson: lesson name, date, time spent, number of attempts, accuracy, trophy earned, and a mastery label.
How It’s Calculated
Section titled “How It’s Calculated”The three headline cards are a pre-computed summary for you as a student:
Lessons Completed = total completed lessonsAccuracy = your average accuracy across all completed quizzesQuestions Answered = total questions answered across all completed quizzesEach row in the lesson table is grouped by lesson and calculated from every completed attempt on it:
accuracy = average(accuracy across completed attempts) falls back to (correct points ÷ total points) × 100 if an attempt has no stored accuracytime = sum(time taken across completed attempts)attempts = count(completed attempts)Mastery Label
Section titled “Mastery Label”Each lesson row also carries a mastery label, bucketed from that lesson’s average accuracy:
| Average accuracy | Mastery label |
|---|---|
| 100% | Expert |
| ≥ 85% | Proficient |
| ≥ 70% | Competent |
| Below 70% | Beginner |
For a question-by-question breakdown of a single lesson, open its Lesson Report. For the exact source and formula behind every number on this tab, see the Metrics Reference.