changeTest {maat} | R Documentation |
Test operator: move to next phase
Description
changeTest
is an operator for test values.
Usage
changeTest(test, phase, assessment_structure)
Arguments
test |
a string containing the current test in the format |
phase |
a string containing the current phase in the format |
assessment_structure |
an |
Value
a string containing the new test.
Examples
## assessment uses two phases
changeTest("T1", "P1", assessment_structure_math) ## T1
changeTest("T1", "P2", assessment_structure_math) ## T2
[Package maat version 1.1.0 Index]