powered by
changeTest is an operator for test values.
changeTest
changeTest(test, phase, assessment_structure)
a string containing the current test in the format T?, where ? is a number.
T?
?
a string containing the current phase in the format P?, where ? is a number.
P?
an '>assessment_structure object.
'>assessment_structure
a string containing the new test.
# NOT RUN { ## assessment uses two phases changeTest("T1", "P1", assessment_structure_math) ## T1 changeTest("T1", "P2", assessment_structure_math) ## T2 # }
Run the code above in your browser using DataLab