Quizbee

Modify Question Page

Details

If you click on modify question from question listing page, you will be redirected to this page. Here we have the same fields as we had on Create new question page. In fact Quizbee uses only one view for both pages so it has same backend code. The only difference is that this page has different action buttons. Following are the details.

  1. Add Option: Adds a new option to the selected question.
  2. Update this Question and Go Back: It will update the question and redirect to question listing page.
  3. Delete this Question: it will show a message asking to confirm delete, if the user clicks on delete, the question will be deleted and user will be redirected to question listing page.
  4. Cancel and Go Back: It will return user to Questions listing page.

There is also a direct link to see all questions in the tab header.

URL

/questions/{QUIZ-ID}/edit/{QUESTION-ID}

Screenshot
Modify Question Page