Open jakekraska opened 3 years ago
same problem with developing a test w adaptive length. Problem disappears if I add another column to the itembank with a constant. Depending of the value of the constant the resulting theta scores distribution moves along the x-axis.
Concerto Platform version
v.5.1.0
Expected behavior
Can select any of 5 response options.
Actual behavior
Test works when select any of first 4 response options, however when selecting response option 5 ("Always" in the below example) the following error occurs:
Error in if (optF(RANGE[1]) < 0 & optF(RANGE[2]) < 0) res <- RANGE[1] else {: missing value where TRUE/FALSE needed
Error occurs only when "calculate theta" is turned on. Turn this off and the error does not occur.
Probably something I am doing wrong but not sure what?
Steps to reproduce the issue