Skip to content

Commit

Permalink
Fixed it
Browse files Browse the repository at this point in the history
  • Loading branch information
MarleenGilsing committed Sep 14, 2023
1 parent 739c43e commit 18b63fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/quizzes/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1997,7 +1997,7 @@ levels:
{if} drink {is} coke
price = price - 5
```
feedback: "Bijna goed maar kijk eens naar die laatste regel."
feedback: "Almost right. Take another look at the last line"
correct_answer: "A"
hint: "After each `{if}` command, the line below should indent"
question_score: '10'
Expand Down
2 changes: 1 addition & 1 deletion content/quizzes/kmr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1468,7 +1468,7 @@ levels:
- option: "```\n{if} food {is} pizza\n{if} size {is} medium\n{if} drink {is} coke\n price = price - 5\n```\n"
feedback: Two consecutive {if}s is never correct.
- option: "```\n{if} food {is} pizza\n {if} size {is} medium\n {if} drink {is} coke\n price = price - 5\n```\n"
feedback: Bijna goed maar kijk eens naar die laatste regel.
feedback: Almost right! Take another look at the last line.
correct_answer: A
hint: After each `{if}` command, the line below should indent
8:
Expand Down
2 changes: 1 addition & 1 deletion content/quizzes/sr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ levels:
- option: "```\n{if} food {is} pizza\n{if} size {is} medium\n{if} drink {is} coke\n price = price - 5\n```\n"
feedback: Two consecutive {if}s is never correct.
- option: "```\n{if} food {is} pizza\n {if} size {is} medium\n {if} drink {is} coke\n price = price - 5\n```\n"
feedback: Bijna goed maar kijk eens naar die laatste regel.
feedback: Almost right! Take another look at the last line.
correct_answer: A
hint: After each `{if}` command, the line below should indent
question_score: '10'
Expand Down

0 comments on commit 18b63fe

Please sign in to comment.