There are several related questions about saving student responses.
I currently use options(tutorial.storage = filesystem_storage("~")).
- For learnr-exercise blocks :
item[["data"]][["output"]][[1]] stores the output with html tags. Is it possible to separately store the last_value?
- For learnr-quiz items ONLY the user answer is stored in
question_submission. Is it possible to also to store checkerd, feedback/correct - as in exercise_submission?
- Is it possible to allow multiple tries and record all of the
data with a time-stamp?
There are snippets that describe various parts, a vignette/demo_tutorial would be useful.