Changes
Page history
Update Quiz Syntax
authored
Apr 17, 2020
by
Armin Bernstetter
Show whitespace changes
Inline
Side-by-side
Quiz-Syntax.md
View page @
b87ae8aa
...
...
@@ -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".
...
...
...
...