getValueForTestTaker.Rd
`getValueForTestTaker` can be used in a custom navigation function to load data for the current session.
getValueForTestTaker(session, name, default = NULL, store = T)
The shiny session object.
Name of the value.
Default value.
Should the value be stored, if the default is used?
The value (if present) for the current test-taker (or the default value)
if (FALSE) { # \dontrun{ value <- getValueForTestTaker(session, "current-item") } # }