TestConfig-class: Test specification configuration

Description Slots

Description

An S4 class to represent test blueprint and specification.

Slots

testConfigID

a character string as the identifier of the test configuration.

testLength

a positive integer specifying the test length.

itempoolPath

a character string specifying the location of the item pool csv file.

passagepoolPath

a character string specifying the location of the passage pool csv file.

constraintPath

a character string specifying the location of the constraint csv file.

itemNumericColumn

a boolean vector indicating whether item attribute columns in the item pool table are numeric or not.

passageNumericColumn

a boolean vector indicating whether passage attribute columns in the passage pool table are numeric or not.

enableEnemyItem

a boolean indicator to specify if enemy item constraints defined by in the item pool is enabled or not.

numPassageLB

an integer specifying the minimum number of passages in the test.

numPassageUB

an integer specifying the maximum number of passages in the test.

numItemPerPassageLB

an integer specifying the minimum number of items in a passages in the test.

numItemPerPassageUB

an integer specifying the maximum number of items in a passages in the test.


RSCAT documentation built on Oct. 12, 2021, 5:06 p.m.