True / False Questions
Front matter format for true/false questions in Markdown Quizzes.
True / False questions are the simplest type. The only required front matter fields are type and answer. Strictly speaking, the answer field is optional — it'll default to true if you leave it off.
---
title: A true / false question
type: TF
answer: true
---