Python adaptation of the R webexercises package.
This repository is based on webexercises by Dale Barr and Lisa DeBruine:
Barr D, DeBruine L (2023). webexercises: Create Interactive Web Exercises in 'R Markdown' (Formerly 'webex'). R package version 1.1.0.9000, https://github.com/psyteachr/webexercises.
It has been adapted so that webexercises can be created using Python. These modifications have been made by Amy Heather
.
The modified work is also licensed under CC BY-SA 4.0.
You can install pywebexercises from PyPI:
pip install pywebexercises
For example implementations, refer to docs/. This can also be viewed at: https://amyheather.github.io/pywebexercises/.
