Skip to content

Commit

Permalink
Merge pull request #67 from starknet-id/feat/add_quiz_question
Browse files Browse the repository at this point in the history
fix: example correct solutions
  • Loading branch information
Th0rgal authored Aug 17, 2023
2 parents 35887ce + d62f0b3 commit dc77a29
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 dc77a29

Please sign in to comment.