Hmm.
Actually, although my version works online, I’m still getting this error offline.
print('card',card)
NameError: name ‘card’ is not defined
If I delete that line of code I get
print(‘corrAns’,corrAns)
NameError: name ‘corrAns’ is not defined
so the issue is that the spreadsheets aren’t being read.
It works if I add one of the spreadsheets to the trials loop instead of having $condition_file
I’m wondering if the issue is related to this thread