executablebooks / sphinx-exercise

A Sphinx extension for producing exercise and solution directives.
https://ebp-sphinx-exercise.readthedocs.io
MIT License
18 stars 6 forks source link

Multiple Choice Questions Support #31

Open akhmerov opened 3 years ago

akhmerov commented 3 years ago

Describe the enhancement you'd like

Not sure whether it is within the scope of the extension, but I propose to implement simple multiple choice quizes.

Does this solve a specific problem?

Quizes are a simple way to add interactivity to educational content. While the answers are technically public and one may cheat, it's still handy for formative assessment.

What alternatives exist?

No response

Additional context

No response

welcome[bot] commented 3 years ago

Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Welcome to the EBP community! :tada:

mmcky commented 3 years ago

@akhmerov I wonder if this might be best as a separate sphinx extension such as sphinx-questions

akhmerov commented 3 years ago

The name sphinx-exercise seems to fit. However, please feel free to close or move the issue if you think it's out of scope or better made in a separate extension.

psychemedia commented 2 years ago

Possibly related, https://github.com/jmshea/jupyterquiz which supports self-assessment quizzes in classic notebooks and Jupyter Book.