numbas / Numbas

A completely browser-based e-assessment/e-learning system, with an emphasis on mathematics
http://www.numbas.org.uk
Apache License 2.0
202 stars 117 forks source link

Diagnostic mode scripts should offer a prompt and a list of options after answering #810

Closed christianp closed 3 years ago

christianp commented 3 years ago

To enable things like using up a life to retry a question immediately.

The after_answering note should return as well as the new state, a dialog prompt and a list of options to show to the student for their next step. The next_question note would then be given the option chosen, and would return both the next question and an updated state.