Modify Quiz Page
Details
If you click on modify quiz from quiz listing page, you will be redirected to this page. Here we have the same fields as we had on Create new quiz page. The only difference is that this page has different action buttons. Following are the details
- Update this Quiz: It will update the quiz and redirect to quiz listing page.
- Delete this Quiz: it will show a message asking to confirm delete, if the clicks on delete, the quiz will be deleted and user will be redirected to quiz listing page.
- Question from this Quiz: It will redirect user to Questions listing page.
- Attempt this Quiz: If the selected quiz has any questions, this option will be displayed. It will redirect user to Quiz Attempt page.
- Cancel and Go Back: It will return user to Quiz listing page.
There is also a direct link to see all quizzes in the tab header.
URL
/quizzes/edit/{QUIZ-ID}