Quizbee

New Question Page

Details

On this page user can add a question to a quiz. Please note that the user must be referred from a quiz page because a question can only be added to a specific quiz. You can know this by looking at the URL of this page. It contains Quiz ID.

Initially this page has 3 fields. One for Question Title where user adds the title of question, second field for Correct Option where user has to write the correct option and third for adding other options. To add more than one correct or other options user must click on Add Correct Option and Add Option button respectively. With this approach user can add as many options as he/she wants.

If Quiz Type is of Image, it will show image upload option instead of simple text box for options.

Another important thing to remember is that the Order of these options does not matter. Every time this question gets displayed to user, the options will be shuffled.

Once all the required fields are entered the question will be added to Quiz and the page will reload to add another question to this quiz.

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

URL

/questions/{QUIZ-ID}/new

Screenshot
New Questions Page