Number of items in the item pool [optional to create itemIDs automatically].
operator
A character indicating which operator should be used in the
constraints, with three possible values: "<=", "=",
or ">=". See details for more information.
targetValue
The target value to be used in the constraints. That is,
the number of items per form.
whichForms
An integer vector indicating which test forms should be constrained. Defaults to all the test forms.
itemIDs
a character vector of item IDs in correct ordering, or NULL.
Details
The number of items per test form is constrained to be either
(a) smaller or equal than (operator = "<="), (b) equal to
(operator = "="), or (c) greater or equal than
(operator = ">=") the chosen value.