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 student
So that I can check my answers
I want to see if my answer is correct
Acceptance Criteria
Scenario: Check if answer is correctGiven I am on the question page and I am logged in as a student
When I fill in "answer" with "3"And I press "Submit"Then I should see "Correct!"Scenario: Check if answer is incorrectGiven I am on the question page and I am logged in as a student
When I fill in "answer" with "4"And I press "Submit"Then I should see "Incorrect!"
coverage ≥ 90%
etc.
Notes:
The text was updated successfully, but these errors were encountered:
coopercalk
changed the title
Check answer correctness
Check answer correctness as a student
Jan 6, 2025
User Story
As a student
So that I can check my answers
I want to see if my answer is correct
Acceptance Criteria
Notes:
The text was updated successfully, but these errors were encountered: