Quiz Sample
This page demonstrates a live quiz component. Pick an answer for each
question and press Check answers to grade and reveal explanations. Your
score is saved locally in this browser.
Neko knowledge check
- 01Which fenced code block info renders an interactive quiz?A ```quiz fenced block whose body is YAML defines a quiz.
- 02Where is the score stored?Scoring is fully client-side and persisted per-browser in localStorage. There is no backend.
- 03Which fields can mark correct option(s)? (select all that apply) (select all that apply)Use answer for a single correct option (renders radios), or answers for multi-select (renders checkboxes).