jonstapleton / trail-guide

0 stars 0 forks source link

Add support for multiple select questions #4

Open jonstapleton opened 5 months ago

jonstapleton commented 5 months ago

When using the practice-question directive, the site interprets the following as a multiple-choice question rather than a multiple select, identifying the last checked item as the correct answer:

:::practice-question{name="Test"}
Lorem ipsum dolor sit amet.

- [ ] Lorem
- [ ] ipsum
- [X] dolor
- [X] sit amet
:::

Instead, the site should render that question as a multiple-select, only indicating a correct answer if all of the correct options have been selected.