Commit bfc1377dad179e7363c27b42e50486fe8e44d497

Authored by Miguel Barão
1 parent 9b4acbd1
Exists in master and in 1 other branch dev

- minor modification to demo questions.

Showing 1 changed file with 5 additions and 5 deletions   Show diff stats
demo/questions.yaml
... ... @@ -18,14 +18,14 @@
18 18 text: Quais das seguintes expressões são verdadeiras?
19 19 options:
20 20 - $1 > 0$
21   - - $-1 > 1$
22 21 - $\sqrt{3} > \sqrt{2}$
23 22 - $e^{i\pi} + 1 = 0$
24 23 - $\frac{\partial f(x,y)}{\partial z} = 1$
25   - correct: [1, -1, 1, -1]
  24 + - $-1 > 1$
  25 + correct: [1, 1, 1, -1, -1]
26 26 # optional
27 27 discount: True
28   - hint: Uma delas é falsa.
  28 + hint: Duas delas são falsas.
29 29 # ---------------------------------------------------------------------------
30 30 -
31 31 ref: question-v1
... ... @@ -58,8 +58,8 @@
58 58 # ---------------------------------------------------------------------------
59 59 -
60 60 ref: one-question
61   - type: information
62   - text: Não vale fazer batota.
  61 + type: warning
  62 + text: Não vale fazer batota!
63 63 # ---------------------------------------------------------------------------
64 64 -
65 65 ref: another-question
... ...