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
So that I can see problems I have done in the past,
I want to be able to access a view that includes each previously submitted problem along with their timestamp and submitted answers
Feature: View and Select Problem HistoryScenario: View all problem titlesGiven I am on the home page
When I click "history" on the nav bar
Then I am on the problem history page
And I should see all problem titles with their submitted time stamp
Scenario: Select specific problemGiven I am on the problem history page
When I select a problem with its associated time stamp
Then I am able to see the full problem text
And I am able to see my submitted answer
coverage ≥ 90%
The text was updated successfully, but these errors were encountered:
As a student user,
So that I can see problems I have done in the past,
I want to be able to access a view that includes each previously submitted problem along with their timestamp and submitted answers
The text was updated successfully, but these errors were encountered: