Js does not recognize an xlsx variable

URL of experiment: Sign in · GitLab

Description of the problem: Hello. I have a few dummy loops around which there is the main loop of the experiment. nReps for these dummy loops are defined as a variable in the xlsx file introduced in the conditions option of the main loop.


This works in builder but when I’m running online it throws this error:

I tried adding var trialNum; but it again threw the same error.

I deleted the $ sign in front of every nReps in builder, now it’s working.

1 Like