Closed parmentelat closed 4 years ago
with 1.0 each time a quiz is changed on file, the kernel needs to be restarted to see the updated quiz
there are 2 levels of caching at play
in any case, modifying a quiz is currently tedious and needs to be ironed out; ideally just re-running the quiz.widget() thing should do it
quiz.widget()
using yaml makes things much simpler since the Quiz object is rebuilt each time from scratch
with 1.0 each time a quiz is changed on file, the kernel needs to be restarted to see the updated quiz
there are 2 levels of caching at play
in any case, modifying a quiz is currently tedious and needs to be ironed out; ideally just re-running the
quiz.widget()
thing should do it