A mkdocs plugin to create a quiz in your markdown document.
Project description
MkDocs Quiz Plugin
Demo
Create your first quiz
<?quiz?>
question: Are you ready?
answer-correct: Yes!
answer: No!
answer: Maybe!
content:
<h2>Provide some additional content</h2>
<?/quiz?>
Info The answers can get styled with HTML (like
<code>Yes!</code>
)
Warning The quiz content needs to be valid HTML
Multiple choice
You can also create a multiple choice quiz, by providing multiple answers as correct.
<?quiz?>
question: Are you ready?
answer-correct: Yes!
answer: No!
answer-correct: Maybe!
content:
<h2>Provide some additional content</h2>
<?/quiz?>
Screenshots
Quiz (single choice)
Quiz (multiple choice)
Disable for a page
---
quiz: disable
---
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mkdocs_quiz-0.0.41.tar.gz
(4.0 kB
view details)
Built Distribution
File details
Details for the file mkdocs_quiz-0.0.41.tar.gz
.
File metadata
- Download URL: mkdocs_quiz-0.0.41.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c9b18d9112068bf3f776e333aadf087c62f62a418ab67207b60a3e1751ba748 |
|
MD5 | 43fa82ced4c320c9525be8750a56e3f3 |
|
BLAKE2b-256 | 025e4cc3f24a66e60eded111184320f9594d9ec63eee2afc6c4efc176faddd53 |
File details
Details for the file mkdocs_quiz-0.0.41-py3-none-any.whl
.
File metadata
- Download URL: mkdocs_quiz-0.0.41-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b83992ef5ba3b62e2cd804b8e8a382514e19a2374e732836274f7e0d9b0ff0ce |
|
MD5 | 20f401eadda8bb69cd1e2f15a4f2cfce |
|
BLAKE2b-256 | fff6fbd7915f2d6f9ac22de64894a0e86b894d1331b24770579fe2d5528d1e13 |