diff --git a/demo/questions.yaml b/demo/questions.yaml index 928c054..6a65ed5 100644 --- a/demo/questions.yaml +++ b/demo/questions.yaml @@ -1,5 +1,5 @@ - - ref: solar-system-jupyter + ref: solar-system-jupiter type: radio text: Qual dos seguintes é o maior planeta? options: @@ -30,9 +30,9 @@ - ref: question-v1 type: text - text: Qual é a minha cor básica favorita? + text: Indique uma das minhas cores básicas favoritas? correct: ['Azul', 'Verde'] - hint: Só há 3 cores básicas e não gosto de vermelho. + hint: Só há 3 cores básicas e não gosto de vermelho. A primeira letra é maiúscula. # --------------------------------------------------------------------------- - ref: question-v2 @@ -73,4 +73,3 @@ return 0; } ``` - diff --git a/demo/test.yaml b/demo/test.yaml index 5eb6cb5..680a684 100644 --- a/demo/test.yaml +++ b/demo/test.yaml @@ -44,7 +44,7 @@ questions: points: 1 # second question - - ref: solar-system-jupyter + - ref: solar-system-jupiter points: 0.5 # third question -- libgit2 0.21.2