PennController for IBEX › Forums › Support › Adding an F/J key instead of a YES/NO scale › Reply To: Adding an F/J key instead of a YES/NO scale
June 10, 2021 at 12:03 pm
#7053
Keymaster
Hi Ugurcan,
Your Var elements are not .global() so you cannot access them outside the parentheses of the containing newTrial command. Make sure to call .global() on them before calling .set
Jeremy