Optional
promptThe code to show to the student as a prompt.
Optional
setupThe code to prepend to the student's code before it is run.
Optional
solutionThe solution to test against.
Optional
testThe code to run as a test.
Generated using TypeDoc
The code extracted from the
<code>
elements nested in the<code-cell>
at start-up. This is used to set up the editor, prepend setup code to student code, and run tests.Example