sagecell/exercise.py examples
The exercise
decorator defined in sagecell/exercise.py
looks interesting for creating interactive exercises, but using %exercise
in SageCell according to the information in this file gives me an error message.
A potential caveat of this approach for automated assessment is that students can look for the correct solution in the code of a Sage notebook or worksheet. Is there a way to prevent this?