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

Update footer for graded quiz in Learning Mode #7116

Closed
donnapep opened this issue Aug 17, 2023 · 0 comments · Fixed by #7202
Closed

Update footer for graded quiz in Learning Mode #7116

donnapep opened this issue Aug 17, 2023 · 0 comments · Fixed by #7202
Assignees
Milestone

Comments

@donnapep
Copy link
Collaborator

donnapep commented Aug 17, 2023

Goal

Update the footer for a graded quiz in Learning Mode.

Scope

  • Default Learning Mode template
  • Course theme (all variations)
  • Mobile & desktop

Out of Scope

  • Premium Learning Mode templates
  • Other themes (but it shouldn't break themes like Divi & Astra)

Acceptance Criteria

Scenario: Pass Not Required - Retakes
Given a quiz has been added to a lesson
And the quiz has Auto Grade enabled
And the quiz has Allow Retakes enabled
When I complete the quiz as a student (either pass or fail)
Then the quiz footer matches the design

Scenario: Pass Not Required - No Retakes
Given a quiz has been added to a lesson
And the quiz has Auto Grade enabled
And the quiz has Allow Retakes DISABLED
When I complete the quiz as a student (either pass or fail)
Then the quiz footer matches the design EXCEPT that there is no Restart quiz link

Scenario: Pass Required - Retakes - Pass
Given a quiz has been added to a lesson
And the quiz has Auto Grade enabled
And the quiz has Allow Retakes enabled
And the quiz has Pass Required enabled
And the quiz has Passing Grade set to 100%
When I complete the quiz as a student and pass
Then the quiz footer matches the design

Scenario: Pass Required - No Retakes - Pass
Given a quiz has been added to a lesson
And the quiz has Auto Grade enabled
And the quiz has Allow Retakes DISABLED
And the quiz has Pass Required enabled
And the quiz has Passing Grade set to 100%
When I complete the quiz as a student and pass
Then the quiz footer matches the design EXCEPT that there is no Restart quiz link

Scenario: Pass Required - Retakes - Fail
Given a quiz has been added to a lesson
And the quiz has Auto Grade enabled
And the quiz has Allow Retakes enabled
And the quiz has Pass Required enabled
And the quiz has Passing Grade set to 100%
When I complete the quiz as a student and FAIL
Then the quiz footer matches the design EXCEPT that there is no Continue to Next Lesson button

Scenario: Pass Required - No Retakes - Fail
Given a quiz has been added to a lesson
And the quiz has Auto Grade enabled
And the quiz has Allow Retakes DISABLED
And the quiz has Pass Required enabled
And the quiz has Passing Grade set to 100%
When I complete the quiz as a student and FAIL
Then the Continue to Next Lesson button is replaced by a Contact Teacher button
And there is no Continue to Next Lesson button or Restart quiz link

Resources

8mY8ui4zYK1Ylw2yIFi9Lx-fi-20022458%3A70849

Desktop

Screenshot 2023-08-17 at 3 07 42 PM

Mobile

Screenshot 2023-08-17 at 3 08 07 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants