Problem with image source for image-button-response #3256
-
Hello! I am creating an experiment in which the participant is shown an image and needs to click on all the notes on the image, and we will record the mousebuttondown event coordinates. However, I am having problems with loading the image. In order for the parameters targets to be saved in jsPsychExtensionMouseTracking, I need to insert the stimulus as an HTML element - an image. However, I am unable to do this - the image source is not being recognized. the image-button-response trial as appearing inside the timeline: for (var make_trial = 0; make_trial < 150; make_trial++){
When I save the result, stimulus is like this: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
If you would care to read the documentation, you would see that the |
Beta Was this translation helpful? Give feedback.
Try
#jspsych-image-button-response-stimulus