Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limited Atempts #5

Open
Jorsk opened this issue Jan 6, 2025 · 0 comments
Open

Limited Atempts #5

Jorsk opened this issue Jan 6, 2025 · 0 comments

Comments

@Jorsk
Copy link

Jorsk commented Jan 6, 2025

Feature: Limited Attempts

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant