Generates booklet XMLs from booklet, testlet, and unit information
generate_booklets.Rd
Please note that the function currently only works for units that are nested within
Arguments
- booklets
Must be a tibble with the columns
booklet_id
,booklet_label
, andbooklet_units
.Optionally, the columnsbooklet_description
(character) andbooklet_configuration
(list) can be added. The (list) columnbooklet_units
is a nested tibble with columnstestlet_id
,testlet_label
, andunits
. Optionally, it can contain the columntestlet_restrictions
. Finally, the (list) columnunits
is again a nested tibble with columnsunit_key
,unit_alias
,unit_label
, andunit_labelshort
.- app_version
Version of the target Testcenter instance. Defaults to
"16.0.0"
.- login
Target Testcenter instance. If it is available, the
app_version
will be overwritten.