saving history of user-quiz responses, exercise_submissions, and correct/incorrect status

There are several related questions about saving student responses.
I currently use options(tutorial.storage = filesystem_storage("~")).

  1. For learnr-exercise blocks : item[["data"]][["output"]][[1]] stores the output with html tags. Is it possible to separately store the last_value?
  2. 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?
  3. 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.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.