PennController for IBEX › Forums › Support › Eyetracking experiment: Uploading and downloading material to server › Reply To: Eyetracking experiment: Uploading and downloading material to server
February 11, 2023 at 1:58 pm
#9922
Keymaster
Hi Sanghee,
You have a line that reads var showProgressBar = True; in your script, when it should be var showProgressBar = true; — since True (capital T) refers to nothing in your script, it simply crashes on that line and fails to create the trials you define below, resulting in no items in the running order
Jeremy