Update Quiz Syntax authored by Armin Bernstetter's avatar Armin Bernstetter
......@@ -29,6 +29,15 @@ The quiz syntax is based on the markdown task list syntax. A markdown task list
- [ ] Another unchecked box
```
Questions are defined by level 2 headers. That means creating a question **needs**
```
## Question title {.qmc}
```
(where `.qmc` can be replaced by any of the other quiz classes)
# Matching Questions
These questions generate quizzes where a user can drag and drop items to sort them into "buckets".
......
......