Commit bfc1377dad179e7363c27b42e50486fe8e44d497
1 parent
9b4acbd1
Exists in
master
and in
1 other branch
- 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,14 +18,14 @@ | ||
18 | text: Quais das seguintes expressões são verdadeiras? | 18 | text: Quais das seguintes expressões são verdadeiras? |
19 | options: | 19 | options: |
20 | - $1 > 0$ | 20 | - $1 > 0$ |
21 | - - $-1 > 1$ | ||
22 | - $\sqrt{3} > \sqrt{2}$ | 21 | - $\sqrt{3} > \sqrt{2}$ |
23 | - $e^{i\pi} + 1 = 0$ | 22 | - $e^{i\pi} + 1 = 0$ |
24 | - $\frac{\partial f(x,y)}{\partial z} = 1$ | 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 | # optional | 26 | # optional |
27 | discount: True | 27 | discount: True |
28 | - hint: Uma delas é falsa. | 28 | + hint: Duas delas são falsas. |
29 | # --------------------------------------------------------------------------- | 29 | # --------------------------------------------------------------------------- |
30 | - | 30 | - |
31 | ref: question-v1 | 31 | ref: question-v1 |
@@ -58,8 +58,8 @@ | @@ -58,8 +58,8 @@ | ||
58 | # --------------------------------------------------------------------------- | 58 | # --------------------------------------------------------------------------- |
59 | - | 59 | - |
60 | ref: one-question | 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 | ref: another-question | 65 | ref: another-question |