Hi, I am fairly new to Psychopy, and my experiment seems a little complicated to implement, so I am not sure what is the best way to organize my trials. My experiment consists of multiple words, and each word has 10 to 15 features associated with it. Each trial will be questions about one word, and I have drag and drop questions regarding to the 10 to 15 features associated with the word. I have custom code for the drag and drop, but I am not sure how to reference back to the condition file or read any other file without using an imported library that is not allowed by Psychojs. My current condition file looks like this
Each trial by default runs each row, but I only want it to run base on how many words there are. I am not too sure how to do both of the issued I mentioned. Any advice would be helpful. Thank you in advance.