Fill-In-the-Blanks (Cloze Deletion)
Cloze deletion enhances learning by requiring active recall, which solidifies memory better than passive reading. It also helps learners understand context and use of language more deeply.blank
is a KooeeZ HTML tag, that lets you have multiple blanks in the same card, even in a different order. This allows you to have cards that lets the learner choose where to add a grammatical word, for example, or have a multiline conjugation for languages like French or Latin. You can have "Enters" (Carriage Returns) inside too. Answers will show in Green/Red.Syntax:
<blank blank-question="{{field_question}}" blank-answer="{{field_answer}}" blank-keep-enter="true" blank-order="1">
blank-question: Optional on Question side, ignored on Answer side. The text will be shown on the Question side of the card inside the blank.
blank-answer: Ignored on Question side. The text will be shown as normal text (no background) on the Answer side of the card inside the blank. When the given value is correct, the text is green; when wrong, the text is red, and a tooltip with the wrong given value can be seen when clicking the answer.
blank-keep-enter: true/false. Optional on Question side, ignored on Answer side. When true, disables the default behavior (which is to go to the next blank), and instead allows "Enters" (Carriage Returns) to show inside the blank. Useful for multiline answers, like a stanza of a poem in one card instead of multiple cards.
blank-order: Identifier. Optional. Can be used to link multiple blanks on the Question side with the multiple blanks on the Answer side when the order on the HTML code is different.