Quiz
Last updated
Last updated
Quiz is a series of questions with the bonus in points in the end. A quiz can be embedded into a page (for example, after the lesson) or dialog (which is opened on button click).
The example of simple quiz about crypto:
To make quiz work:
Add quiz block.
Add at least 1 question.
Add at least 1 answer (and select it as “right”).
The video demonstrates the full configuration of quizes:
Example of quizes use cases:
Add final test after each lesson when you have course.
Add daily\weekly\monthly quizes to add extra bonuses.
Verify users' knowledge after reading posts, videos, etc.
Unlock access from lesson to lesson when user pass tests.
Quizes can consist of (both are supported for "embedded on page" and "dialog" quizes):
Moreover, quiz can have ordered questions (from first to last) or random questions (for example, you have 20 questions and want to show 5 random of them).
Quiz can be embedded on the page or be opened in dialog window.
Embedded into page:
Full screen dialog quiz:
To display quiz as a dialog, select “is dialog” checkbox:
Then, copy the quiz ID (just click on it):
And insert this ID into the button URL:
When a user clicks on the button, the dialog will appear. To open the dialog in builder, just click on the block.
You can configure anything of a quiz:
Question text and image design.
Answer card (background, border, text, dialog, etc.).
Hint dialog and button.
etc.
UI properties of the right side:
On the screen completion or fail, you can use placeholders. You can insert:
Number of successfully answered questions {{successful_answers_count}}
Number of failed answers count {{failed_answers_count}}
Amount of bonus points {{bonus_points}}
Example of usage:
When a user selects an invalid answer, you can give them a hint.
It opens like a dialog window:
You can randomize questions. For example, you have 10 unique questions. You want to show 3 random questions for each quiz repeat. And you want to give a bonus when at least 2 answered.
To achieve this, you need to set following settings:
Something unclear in docs or you know how to improve article? Message us or ask community! We will answer you and then promise to improve the article within 3 days.
Text answers
Image answers
Combined variant