Skip to content

Commit

Permalink
foutje
Browse files Browse the repository at this point in the history
  • Loading branch information
MarleenGilsing committed Sep 28, 2023
1 parent c821e9f commit ec15a81
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions content/quizzes/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3564,25 +3564,33 @@ levels:
{for} i {in} {range} 1 {to} 3
{print} friends[i] has to do chores[i]
mp_choice_options:
- option_code: |
- option: |
```
Wesley has to do the cooking
Eric has to do the cleaning
Kaylee has to do nothing
```
feedback: "Super!"
- option_code: |
- option: |
```
Kaylee has to do the cooking
Wesley has to do the cleaning
Eric has to do nothing
```
feedback: "No, it is not random."
- option_code: |
- option: |
```
Wesley has to do the cooking
Wesley has to do the cleaning
Wesley has to do the nothing
```
feedback: "Poor Wesley!"
- option_code: |
- option: |
```
Wesley has to do the cooking
Wesley has to do the cooking
Wesley has to do the cooking
```
feedback: "That's not it"
correct_answer: "A"
hint: "It's not random..."
Expand Down

0 comments on commit ec15a81

Please sign in to comment.