Skip to content

Commit

Permalink
Revert "[FIX]Quiz level 14, question 8 answer corrected. (#4431)" (#4462
Browse files Browse the repository at this point in the history
)

This reverts commit 30cf6b7.
  • Loading branch information
Felienne authored Sep 7, 2023
1 parent 3d2fa98 commit c845eac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/quizzes/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3249,15 +3249,15 @@ levels:
{print} 'Enjoy the ride'
mp_choice_options:
- option: "You must be taller than 120 cm to go on the roller coaster"
feedback: "> means greater than"
feedback: "True!"
- option: "You must be taller than 119 cm to go on the roller coaster"
feedback: "If you are 120 cm you won't get in"
- option: "You must be shorter or equal to 120 cm to go on the roller coaster"
feedback: "True!"
- option: "You must be shorter than 120 cm to go on the roller coaster"
feedback: "> means greater than"
- option: "There are no length restrictions to go on the roller coaster"
feedback: "There are."
correct_answer: "C"
hint: "Focus on which length values are allowed"
correct_answer: "A"
hint: "> means greater than"
question_score: "10"
9:
question_text: "How many pieces of chocolate will give you a stomach ache according to this fitbit?"
Expand Down

0 comments on commit c845eac

Please sign in to comment.