You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user,
so that I can review the unit I am struggling on,
I want to view the number of questions I missed, and the questions I missed alongside the correct answer.
Scenario: Student wants to view progress on a unit
Given I have completed problems in a unit
When I click on "View Progress"
Then I should see the progress page
And the number of questions I got correct
And the number of questions I got incorrect
And "view missed questions" button
The text was updated successfully, but these errors were encountered:
Feature: View Progress
As a user,
so that I can review the unit I am struggling on,
I want to view the number of questions I missed, and the questions I missed alongside the correct answer.
Scenario: Student wants to view progress on a unit
Given I have completed problems in a unit
When I click on "View Progress"
Then I should see the progress page
And the number of questions I got correct
And the number of questions I got incorrect
And "view missed questions" button
The text was updated successfully, but these errors were encountered: