mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(challenge-parser): add feedback to mc questions (#51942)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user