This quiz template will take X number of questions and calculate the participant's quiz score. The total score will be displayed at the end of the survey. Optionally, correct answers can be shown to the participant after every question.
Note: The total score will be calculated with full numbers only (no decimals allowed).
The template accepts the following question types:
- Choice questions (standard and visual)
- Single Choice Grids (standard and visual)
- Multi Choice Grids (standard and visual)
- Scale Slider Grids
- Single Choice Card Sorts
- Single Choice Magnetic Boards
- Multi Choice Magnetic Boards
- Rank Order Grids
- Rank Order Sorts
- Allocation Grids
- Allocation Sliders
- Numeric
- Numeric Slider
Detailed Steps
Import the template into your community
- Download the PXML template here.
- On the Home page or the Activities page, click New Project, choose Power Survey, and click Create.
- Click Upload from PXML.
- Click Choose File and find the template you just downloaded in the first step.
- Name your study as required.
- Click Upload.
- On the Build page, click Edit to open Power Survey Authoring in a new browser tab.
- Click the Questionnaire tab.
Author the quiz questions
- Expand the QUIZ_QUESTIONS block and author your questions in here, as required.
- If you would like to show a result page after every question, see the following steps:
- Duplicate RS_Q1 text instruction for each additional question you have in the Block.
- Update the name of each instruction text to follow this format: RS_QNAME. QNAME must match the question name before it.
For example: - If you DO NOT want to show a result page, simply delete or hide RS_Q1 text instruction.
Update the question names
- Expand the QUIZ_HIDDEN_MODIFY block and click on QUIZ_HIDDEN_QUESTIONS.
- Update the answer options with the names of your questions so that each answer option represents a question. Please note that Single/Multi Choice/Open End questions will require one answer option each. Grid questions will require one answer option per row (in power surveys, rows in a grid start with _0).
For example: Q2 in above example is a Multi Choice Grid with 3 rows)
Update the correct answers
- Click on QUIZ_HIDDEN_ANSWERS.
- Update the answer options with the correct answers for your questions so that each answer option represents the correct answer for each question.
- For Choice questions or Choice Grid rows, the value represents the position of the correct option.
- For Numeric or Allocation Grid rows, the value will be the exact numeric value. If your question supports decimal place, the answer value must also include decimal place. (e.g. if set to 2 decimal, and correct answer is 1.5, then answer value must be 1.50 in order to match properly.)
- The correct answers must correspond to the question names listed in QUIZ_HIDDEN_QUESTIONS.
Please use commas to separate the values for multi choice questions (participants will have to select ALL options to be correct).
For example:
Update the scores
- Click on QUIZ_HIDDEN_SCORES.
- Update the answer options with the score values so that each answer option represents the score value for each question. The scores must correspond to the question names listed in QUIZ_HIDDEN_QUESTIONS. The scores must be full numbers only.
For example: - If you simply want to show the number of correctly answered questions out of the total number of quiz questions asked, insert 1 for all score options.
At this point, you should end up with 3 questions aligned per every line like this.
Display the score
- You can use the text instruction QUIZ_DISPLAY_SCORE to display the score to the participant. If you do not need this, you can delete or hide it.
- The final quiz score is saved in the QUIZ_SCORE numeric question and can be piped in wherever needed: [%QUIZ_SCORE.ToString()%]
- The overall total is saved in the QUIZ_TOTAL numeric question and can be piped in wherever needed: [%QUIZ_TOTAL.ToString()%]
You can now validate and test your survey
(Optional) If you don't like the correct or incorrect signage on result pages, you can update the text or image in QUIZ_RESULT_TEXT under QUIZ_HIDDEN_MODIFY block.
Comments
0 comments
Article is closed for comments.