PennController for IBEX › Forums › Support › Accuracy of the final trial w/o comprehension question › Reply To: Accuracy of the final trial w/o comprehension question
March 30, 2022 at 4:48 pm
#7996
Keymaster
Hi,
This is because the value of the global Var element named “correct” at that time is "correct", because the previous trial set it to “correct.” Replace newVar("correct").global(), with newVar("correct").global().set("NA"), if you want trials without a question to report “NA” instead
Jeremy