We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038f701 commit fad4a80Copy full SHA for fad4a80
README.md
@@ -79,7 +79,7 @@ Welcome! This repository is a **template** for launching your own Research Codin
79
80
```python
81
from jupyterquiz import display_quiz
82
- display_quiz("quizzes/sample_quiz.json")
+ display_quiz("file/path/filename.json")
83
```
84
85
3. When the site builds, quizzes render as interactive widgets in the page.
0 commit comments