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

Check answer correctness as a student #3

Open
2 tasks
coopercalk opened this issue Jan 6, 2025 · 0 comments
Open
2 tasks

Check answer correctness as a student #3

coopercalk opened this issue Jan 6, 2025 · 0 comments

Comments

@coopercalk
Copy link

coopercalk commented 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

Scenario: Check if answer is correct
Given 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 incorrect
Given 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:

@coopercalk coopercalk changed the title Check answer correctness Check answer correctness as a student Jan 6, 2025
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