questions.yaml 1.36 KB
---

# ---------------------------------------------------------------------------
-
    ref: solar-system
    type: radio
    title: Sistema solar
    text: |
        ![planetas](planetsa.png " Planetas do Sistema Solar")

        Qual é o maior planeta do Sistema Solar?
    options:
        - Mercúrio
        - Marte
        - Júpiter
        - Têm todos o mesmo tamanho
    # opcional
    correct: 2
    shuffle: False
    discount: True

# # ---------------------------------------------------------------------------
# -
#     ref: home-planet
#     type: text
#     title: Sistema solar
#     text: O nosso planeta chama-se planeta...
#     correct: ['Terra', 'terra']
#     # opcional
#     answer: Não é Marte...

# # ---------------------------------------------------------------------------
# -
#     ref: saturn
#     type: text-regex
#     title: Sistema solar
#     text: O planeta do sistema solar conhecido por ter aneis é o planeta...
#     correct: !regex '[Ss]aturno'

# ---------------------------------------------------------------------------
-
    ref: first_3_planets
    type: textarea
    title: Sistema solar
    text: Escreva o nome dos três planetas mais próximos do Sol. (Exemplo `A, B e C`)
    # correct: correct-first_3_planets.py
    correct: correct-timeout.py
    # opcional
    answer: Vulcano, Krypton, Plutão
    lines: 3
    timeout: 50