edulinq / quizgen

MIT License
4 stars 0 forks source link

Format Support: iPython Notebook #23

Open eriq-augustine opened 6 months ago

eriq-augustine commented 6 months ago

iPython notebook is not a specific quiz format, but we should be able to support stand-alone quizzes in them. Formatting of the text is simple. Interactive elements can be added in various ways.

The real question is how to support "submission". How does data (answers) get out of the notebook? Print a JSON object? Send an HTTP request? Download a file?