Reply To: Accuracy of the final trial w/o comprehension question

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

#7996
Jeremy
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