Description of the problem: Eventually the task that I’m going to run is going to be a bit complex with lots of branching paths, but I made a toy example and still can’t seem to get it to run. I made it entirely in the builder since it seems to be a bit difficult to directly convert the .py script to PsychoJS (?).
In this toy example - there is an text input (‘y’ or ‘n’) and entering ‘y’ should enter screen 1 and then end. Similarly, entering ‘n’ should enter screen 2 and then end. It works on my Mac, but it doesn’t seem to work when uploaded to Pavlovia. Any advice is greatly appreciated. Thanks!