Skip to contents

`getValueForTestTaker` can be used in a custom navigation function to store data for the current session.

Usage

setValueForTestTaker(session, name, value)

Arguments

session

The shiny session object.

name

Name of the value.

value

Value to store.

Value

The value (if present) for the current test-taker (or the default value)

Examples

if (FALSE) { # \dontrun{
  setValueForTestTaker(session, "current-item",1)
} # }