Lee pointed out in Slack that the mcq archetype might not be using the correct frontmatter type.
Currently, the archetype uses:
type: mcq
multiple-answers: true
This should be changed to:
type: multiple-answers
(and remove the multiple-answers: true field).
I'd like to work on this and send a PR.
Lee pointed out in Slack that the
mcqarchetype might not be using the correct frontmatter type.Currently, the archetype uses:
type: mcq
multiple-answers: true
This should be changed to:
type: multiple-answers
(and remove the
multiple-answers: truefield).I'd like to work on this and send a PR.