questions.yaml
1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
# ---------------------------------------------------------------------------
-
ref: solar-system
type: radio
title: Sistema solar
text: Qual é o maior planeta do Sistema Solar?
options:
- Mercúrio
- Marte
- Júpiter
- Têm todos o mesmo tamanho
# opcional
correct: 2
shuffle: False
discount: True
# ---------------------------------------------------------------------------
-
ref: home-planet
type: text
title: Sistema solar
text: O nosso planeta chama-se planeta...
correct: ['Terra', 'terra']
# opcional
answer: Não é Marte...
# ---------------------------------------------------------------------------
-
ref: saturn
type: text-regex
title: Sistema solar
text: O planeta do sistema solar conhecido por ter aneis é o planeta...
correct: !regex '[Ss]aturno'
# ---------------------------------------------------------------------------
-
ref: first_3_planets
type: textarea
title: Sistema solar
text: Escreva o nome dos três planetas mais próximos do Sol. (Exemplo `A, B e C`)
# correct: correct-first_3_planets.py
correct: correct-timeout.py
# opcional
answer: Vulcano, Krypton, Plutão
lines: 3
timeout: 50