Example Interactive Quiz#
This notebook demonstrates how to embed an interactive quiz using jupyterquiz.
from jupyterquiz import display_quiz
display_quiz("../../quizzes/sample_quiz.json")
# You can also hide this cell by changing the meta-data of the cell to have the tag `remove-input`.
You can create more quizzes by adding JSON files to the quizzes/ folder and referencing them here.