PennController for IBEX › Forums › Support › Problems with test.text and selector.add in self-paced reading experiment › Reply To: Problems with test.text and selector.add in self-paced reading experiment
April 6, 2021 at 11:57 am
#6841
Jeremy
Keymaster
Glad to see that you got things to work!
Note that in this case, you have the alternative option to use the JavaScript ternary conditional rather than a test
command, because the value you are checking (row.Question
) is already set at the beginning of your experiment and doesn’t change upon runtime. More information on this page of the documentation
Jeremy