Commit 9f07d23637f8b5bae4c559f9a8eacbd43b25c130
1 parent
796011e5
Exists in
master
and in
1 other branch
- minor correction o demo test
Showing
2 changed files
with
4 additions
and
5 deletions
Show diff stats
demo/questions.yaml
1 | 1 | - |
2 | - ref: solar-system-jupyter | |
2 | + ref: solar-system-jupiter | |
3 | 3 | type: radio |
4 | 4 | text: Qual dos seguintes é o maior planeta? |
5 | 5 | options: |
... | ... | @@ -30,9 +30,9 @@ |
30 | 30 | - |
31 | 31 | ref: question-v1 |
32 | 32 | type: text |
33 | - text: Qual é a minha cor básica favorita? | |
33 | + text: Indique uma das minhas cores básicas favoritas? | |
34 | 34 | correct: ['Azul', 'Verde'] |
35 | - hint: Só há 3 cores básicas e não gosto de vermelho. | |
35 | + hint: Só há 3 cores básicas e não gosto de vermelho. A primeira letra é maiúscula. | |
36 | 36 | # --------------------------------------------------------------------------- |
37 | 37 | - |
38 | 38 | ref: question-v2 |
... | ... | @@ -73,4 +73,3 @@ |
73 | 73 | return 0; |
74 | 74 | } |
75 | 75 | ``` |
76 | - | ... | ... |