|
1 | 1 | questions: |
2 | | -- type: single-choice |
3 | | - id: question1 # optional ID, must be unique across all questions |
4 | | - label: What is the capital of Germany? |
5 | | - # defined in variables.yaml |
6 | | - optionsFromVariable: german-city-options |
7 | | -- type: multiple-choice |
8 | | - label: Which of the following are cities in Germany? |
9 | | - description: You can select multiple options |
10 | | - validation: |
| 2 | + - type: single-choice |
| 3 | + id: question1 # optional ID, must be unique across all questions |
| 4 | + label: What is the capital of Germany? |
| 5 | + # defined in variables.yaml |
| 6 | + optionsFromVariable: german-city-options |
| 7 | + - type: multiple-choice |
| 8 | + label: Which of the following are cities in Germany? |
| 9 | + description: You can select multiple options |
| 10 | + validation: |
| 11 | + min: 2 |
| 12 | + max: 4 |
| 13 | + options: |
| 14 | + - Berlin |
| 15 | + - Munich |
| 16 | + - Paris |
| 17 | + - London |
| 18 | + - Hamburg |
| 19 | + - Cologne |
| 20 | + - Geneva |
| 21 | + - Oslo |
| 22 | + - type: short-text |
| 23 | + label: What is the capital of Germany? |
| 24 | + - type: long-text |
| 25 | + label: What is the capital of Germany? |
| 26 | + - type: date |
| 27 | + label: When was the Berlin Wall built? |
| 28 | + - type: rating |
| 29 | + label: How much do you like Berlin? |
11 | 30 | min: 1 |
12 | | - max: 3 |
13 | | - options: |
14 | | - - Berlin |
15 | | - - Munich |
16 | | - - Paris |
17 | | - - London |
18 | | - - Hamburg |
19 | | - - Cologne |
20 | | - - Geneva |
21 | | - - Oslo |
22 | | -- type: short-text |
23 | | - label: What is the capital of Germany? |
24 | | -- type: long-text |
25 | | - label: What is the capital of Germany? |
26 | | -- type: date |
27 | | - label: When was the Berlin Wall built? |
28 | | -- type: rating |
29 | | - label: How much do you like Berlin? |
30 | | - min: 1 |
31 | | - max: 5 |
32 | | -- type: ranking |
33 | | - label: Rank the following cities by population |
34 | | - optionsFromVariable: german-city-options |
35 | | -- type: yes-no |
36 | | - label: Is Berlin the capital of Germany? |
| 31 | + max: 5 |
| 32 | + - type: ranking |
| 33 | + label: Rank the following cities by population |
| 34 | + optionsFromVariable: german-city-options |
| 35 | + - type: yes-no |
| 36 | + label: Is Berlin the capital of Germany? |
0 commit comments