quarto-exercises

quarto-exercises is a Quarto extension for small interactive practice questions in HTML documents.

Use it to add multiple-choice questions, inline blanks, inline choices, and code cloze exercises to Quarto pages.

Install

quarto add VisruthSK/quarto-exercises

Enable the filter in a document or project:

filters:
  - quarto-exercises

Pages

  • Example: a complete document showing the extension in use.
  • Reference: problem types, configuration, options, and authoring patterns.
  • GitHub README: package documentation and source-level usage notes.