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 manage my attempts
I want a limited amount of attempts allowed
Scenario: Student uses one of his 3 attempts successfully
Given it is the Student's first attempt
When the student submits an answer
Then the student's remaining attemps should be set to two
Scenario: Student runs out of attempts
Given it is the Student's fourth attempt
When the student tries to submit an answer
Then the student will be notified they have run out of attempts
The text was updated successfully, but these errors were encountered:
Feature: Limited Attempts
The text was updated successfully, but these errors were encountered: