79819790

Date: 2025-11-14 08:38:59
Score: 0.5
Natty:
Report link

Old topic sorry, but I thought that folks (and future googlers) might be interested that I've given mkdocs-quiz (the plugin mentioned above) a makeover and joined as a maintainer. It now lives here: https://github.com/ewels/mkdocs-quiz

The plugin has had a pretty complete rewrite and does the same thing, but hopefully a bit nicer now and with a bunch of new features (like a progress bar, and a confetti cannon when you finish the quiz).

The syntax is very similar to that requested by the OP:

<quiz>
Are you ready?
- [x] Yes!
- [ ] No!
- [ ] Maybe!

## Provide some additional content
This is shown after answering.
</quiz>

It's designed to work best with mkdocs-material

Reasons:
  • Contains signature (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ewels