- assessment_item
A list containing AssessmentSection and/or
Assessment item objects, such as SingleChoice, MultipleChoice, Essay,
Entry, Ordering, OneInRowTable, OneInColTable,
MultipleChoiceTable, and DirectedPair.
- identifier
A character value indicating the identifier of the test
file. By default, it is generated as 'id_section_dddd', where dddd
represents random digits.
- title
A character value, optional, representing the file title. By
default, it takes the value of the identifier
.
- selection
An integer value, optional, defining how many children of
the section are delivered in the test. Default is NA_integer_
, meaning
"no selection".
- time_limit
An integer value, optional, controlling the amount of time
in munutes a candidate is allowed for this part of the test.
- visible
A boolean value, optional, indicating whether the title of
this section is shown in the hierarchy of the test structure. Default is
TRUE
.
- shuffle
A boolean value, optional, responsible for randomizing the
order in which the assessment items and subsections are initially presented
to the candidate. Default is FALSE
.
- max_attempts
An integer value, optional, enabling the maximum number
of attempts allowed for a candidate to pass this section.
- allow_comment
A boolean value, optional, enabling candidates to leave
comments on each question of the section. Default is TRUE
.