URL of experiment: Sign in · GitLab
PsychoPy Version: 3.2
Description of the problem: My experiment is a matching task, where participants have to match objects, expiry dates or full names before matching faces (the order by which these conditions come first varies based on randomisation embedded in the Javascript code). However, when I finish the practice trials of the OBJECT condition and go onto the actual trial section, I receive the following error:
TypeError: Cannot assign to read only property ‘undefined’ of object ‘#’
This error does not occur with my other two conditions. The main difference between the OBJECT condition and the NAME/DATE conditions is that several components (mostly text) are set to an opacity of 0 (which is written in my CSV files) - otherwise, the routine setup is exactly the same.
I have some experience with debugging JS script, but the debugging section of Chrome hasn’t really been able to give me anything informative to work off - the CSV files for my object condition are almost identical to my two other conditions, and I’m really confused as to where to start (console log shown below):
Any help would be appreciated!