Update Quiz Syntax authored by Armin Bernstetter's avatar Armin Bernstetter
......@@ -23,10 +23,11 @@ For each question type you can use either of the three tags to create quizzes
The quiz syntax is based on the markdown task list syntax. A markdown task list looks like this
```
- [ ] This box is not checked
- [X] This box is checked
- [ ] Another unchecked box
```
# Matching Questions
......
......