Hi there, I’m trying to build an experiment (using builder only, not very confident with coding) and as I run it, it passes the first image routine but stops right before the second. I’m using loops with all of my routines and I’ve checked that they are properly linked to their respective .xlsx files.
This is what it says when it stops:
Traceback (most recent call last):
File “D:\UWE\Linguistic relativity study\Skeleton\gs_exp_e_v1-9-master\V1.9_E_lastrun.py”, line 1451, in
exec(’{} = thisExperimentLoop[paramName]’.format(paramName))
File “”, line 1
class = thisExperimentLoop[paramName]
^
SyntaxError: invalid syntax
Experiment ended.
Thanks in advance!