Stuck on initialising the experiment

URL of experiment: https://gitlab.pavlovia.org/jfeng/speech-project

Description of the problem: I am able to run the experiment fine locally, but it is not able to get past the page where it says “initialising the experiment”. I have one custom code block in routine, but I can’t seem to find where the error is. Any help is appreciated!

Do you have any import commands in your code block?

Best wishes,

Wakefield

Thank you so much! I did import a package, but I need the packet to read and select from excel sheets for data. Do you any ways to get around that?

What do you need to do?

I quite often read Excel sheets into arrays using .append (.push in Javascript) in loops that occur before my trials loop.

Thank you for your reply, I want make a drag and drop option where each cell in the excel sheet will be a feature for drag and drop. I want to read the condition excel sheet that was passed in for the trial, but I don’t really know how.