Skip to content

Commit

Permalink
Explain embedding questions in notebooks
Browse files Browse the repository at this point in the history
Explain how questions can be embedded in notebooks so that the answers will not be visible to student.s
  • Loading branch information
jmshea authored Sep 27, 2021
1 parent 894c3bd commit d38c6a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ Quesitons can be loaded from:
* a JSON local file,
* via a URL to a JSON file.

**New as of version 1.6 (9/26/2021): You can now embed the question source (most importantly, the answers) in Jupyter Notebook so that they will not be directly visibile to users!**

Question source data can be stored in any Markdown cell in a hidden HTML element (such as a span with the display style set to "none"). Questions can be stored as either JSON or base64-encoded JSON (to make them non-human readable). Please see the notebook [HideQuiz.ipynb](HideQuiz.ipynb) for examples of how to use this.

## Installation

*JupyterQuiz* is available via pip:
Expand Down

0 comments on commit d38c6a2

Please sign in to comment.