Use this page to navigate the Campaign Creation Documentation. It's not expected that you read all of this to create a campaign - Instead, use this as a reference during campaign creation, whenever you need to use a specific event.
A quiz event asks the player one or more questions and evaluates their answers.
| Link | Name | Data Type | Description | Notes |
|---|---|---|---|---|
| LINK | questions | Array | List of question objects | |
| LINK | rightText | String | Text if answered correctly | |
| LINK | wrongText | String | Text if answered incorrectly | |
| LINK | shows | Int | Questions to show | |
| LINK | pointsToWin | Int | Points needed to win | |
| LINK | wins | Event | Success event | |
| LINK | lose | Event | Failure event |
| Link | Name | Data Type | Description | Notes |
|---|---|---|---|---|
| LINK | texts | String | The question text | |
| LINK | right | Array | Correct answers | |
| LINK | wrong | Array | Incorrect answers |