questions.yaml
1.37 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
-
    ref: prime_numbers
    type: radio
    title: Números primos
    text: Qual dos seguintes números é primo?
    options:
        - 13
        - 12
        - 14
        - 1, a **unidade**
# # ---------------------------------------------------------------------------
# -
#     ref: distributive_property
#     type: radio
#     title: Propriedade distributiva
#     text:   |
#         Qual das seguintes opções usa a propriedade distributiva para calcular $9\times 2 - 2\times 3$?
#     options:
#         - $2\times(9 - 3)$
#         - $18 - 6 = 12$
#         - $2\times 9 - 2\times 3$
#         - $2\times(9-2\times 3)$
# # ---------------------------------------------------------------------------
# -
#     ref: math-expressions
#     type: checkbox
#     title: Expressões matemáticas
#     text: Quais das seguintes expressões são verdadeiras?
#     options:
#         - $1 > 0$
#         - $\sqrt{3} > \sqrt{2}$
#         - $e^{i\pi} + 1 = 0$
#         - $\frac{\partial f(x,y)}{\partial z} = 1$
#         - $-1 > 1$
#     # how many points for each checkmark (normalized afterwards):
#     correct: [1, 1, 1, -1, -1]
# # ---------------------------------------------------------------------------
# -
#     ref: overflow
#     type: generator
#     script: generate-overflow.py
#     # opcional
#     arg: "11,120"
#     # the script should print a question dict in yaml format.