Currently there is a bug whereby upon quiz submission, the user is redirected back to the quiz start page
A few tests should be created
- after a quiz is submitted the user should be redirected to /quiz not /quiz/[id]
- does the restart un-submit the quiz attempt?
- does the restart create another quiz attempt when you click start?
- how does the restart affect the quiz-attempts page in dashboard/results/[id]/quiz-attempts/
Currently there is a bug whereby upon quiz submission, the user is redirected back to the quiz start page
A few tests should be created