feat(challenge-parser): add feedback to mc questions (#51942)

This commit is contained in:
Tom
2023-11-02 01:28:53 -05:00
committed by GitHub
parent 7e1f7e060a
commit bce1b9915b
28 changed files with 346 additions and 42 deletions
+12
View File
@@ -136,6 +136,14 @@ Solutions are used for the CI tests to ensure that changes to the hints will sti
// third solution etc. - Your solutions should be in HTML.
```
# --assignments--
This will show a checkbox that campers have to check before completing a challenge
---
This will show another checkbox that campers have to check before completing a challenge
# --question--
These fields are currently used for the multiple-choice Python challenges.
@@ -148,6 +156,10 @@ The question text goes here.
Answer 1
### --feedback--
This will be shown as feedback when campers guess this answer
---
Answer 2