| TestConfig-class {RSCAT} | R Documentation |
Test specification configuration
Description
An S4 class to represent test blueprint and specification.
Slots
testConfigIDa character string as the identifier of the test configuration.
testLengtha positive integer specifying the test length.
itempoolPatha character string specifying the location of the item pool csv file.
passagepoolPatha character string specifying the location of the passage pool csv file.
constraintPatha character string specifying the location of the constraint csv file.
itemNumericColumna boolean vector indicating whether item attribute columns in the item pool table are numeric or not.
passageNumericColumna boolean vector indicating whether passage attribute columns in the passage pool table are numeric or not.
enableEnemyItema boolean indicator to specify if enemy item constraints defined by in the item pool is enabled or not.
numPassageLBan integer specifying the minimum number of passages in the test.
numPassageUBan integer specifying the maximum number of passages in the test.
numItemPerPassageLBan integer specifying the minimum number of items in a passages in the test.
numItemPerPassageUBan integer specifying the maximum number of items in a passages in the test.