I am creating a task, in which participants are presented with a sentence and they are to click the correct characters that go with it. For example, there will be one sentence above, and two characters below, the participant needs to click one of the two characters that go with the sentence.
The script works perfectly offline via PsychoPy, however, when running it via Pavlovia I get the error * ReferenceError: $target_corr is not defined when I click on one of the characters. As far as I am aware I have defined the target_corr as it works offline. (One character is labelled ‘target_corr’ and the other is labelled ‘target_incorr.’).
Forgive my Mandarin, as I just typed in random characters to try and get the script working.
I tried this previously but I am still getting the same error, however, I have took off the $ sign and have reuploaded. Still getting $text is not defined.