-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
As a teacher
So that I can see how a particular student is doing
I want to click on that particular student's stats
Scenario: View student statistics page
Given I am on the teacher dashboard
When I click student statistics
Then I should be on the student statistics page
Scenario: View all student statistics
Given I am on the student statistics page
Then I should see statistics for all students
Scenario: View a specific student's statistics
Given I am on the student statistics page
When I click on a student
Then I should see their specific statistics
- coverage ≥ 90%
- Elements responsive to different screen sizes
- Use of UI pack
- Consistent styling with other pages
Metadata
Metadata
Assignees
Labels
No labels