Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Management of Questions & Answers / Quizzes & Exams #17

Open
jreades opened this issue Feb 22, 2017 · 5 comments
Open

Management of Questions & Answers / Quizzes & Exams #17

jreades opened this issue Feb 22, 2017 · 5 comments

Comments

@jreades
Copy link
Collaborator

jreades commented Feb 22, 2017

Ability to import answers/code after the fact?

E.g. if you don't give 100% working code how do you manage changes over time?

@jreades
Copy link
Collaborator Author

jreades commented Feb 22, 2017

SciPy people might have something with CSS hiding answers (SciPy lecture notes).

Not keen on customising iPython: https://github.com/ipython/ipython-in-depth

@jreades
Copy link
Collaborator Author

jreades commented Feb 22, 2017

Python Challenge: http://www.pythonchallenge.com/pc/def/0.html

@jreades
Copy link
Collaborator Author

jreades commented Feb 22, 2017

Exercise and Exercise2 notebook extensions: http://jupyter-contrib-nbextensions.readthedocs.io/en/latest/install.html

Activate from command line:

conda install -c conda-forge jupyter_contrib_nbextensions
jupyter nbextension enable rubberband/main
jupyter nbextension enable exercise2/main

Viewable via: localhost:8888/nbextensions

@jreades
Copy link
Collaborator Author

jreades commented Feb 22, 2017

Or (thinking back to Perl-like interpolation):

answer = {{foo}}/bar

{{foo}} is replaced by {{X}} and the value of foo saved to an answers file (or in a hidden cell) from which it can be read in later.

Could work with, say, an answer passphrase to unlock the results.

@jreades
Copy link
Collaborator Author

jreades commented Feb 22, 2017

Leave for later. Messy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant