Skip to content

Commit

Permalink
fix: example correct solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
irisdv committed Aug 17, 2023
1 parent 7e264cb commit d62f0b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ kind = "ordering"
layout = "default"
question = "Arrange these numbers in ascending order:"
options = ["3", "1", "2", "4"]
correct_order = [2, 3, 1, 4]
correct_order = [1, 2, 0, 3]

[[quizzes.example.questions]]
kind = "text_choice"
layout = "illustrated_left"
question = "Which number is represented on the image?"
options = ["1", "2"]
correct_answer = [1]
correct_answer = [0]
image_for_layout = "/example/one.webp"

0 comments on commit d62f0b3

Please sign in to comment.