Generates booklets XML from unit information
generate_booklet.RdUsage
generate_booklet(
booklet_id,
booklet_label,
booklet_description = NULL,
booklet_configuration = NULL,
units = NULL,
testlets = NULL,
app_version = "16.0.2",
login = NULL
)Arguments
- booklet_id
Character.
Idof the booklet to be generated.- booklet_label
Character.
Labelof the booklet to be generated.- booklet_description
Character.
Descriptionof the booklet to be generated. Defaults toNULL.- booklet_configuration
A list that can be submitted to
configure_booklet().- units
Tbd.
- testlets
Tbd.
- app_version
Version of the target Testcenter instance. Defaults to
"16.0.0".- login
Target Testcenter instance. If it is available, the
app_versionwill be overwritten.