Insert image in choices? #2200
-
Hi! Part of my experiment consists of applying a short version of the raven test. I'm using the "image-button-response" plugin to place the images. What I did is add in "choices" a numeric value: 1, 2, 3 etc. for participants to choose the option they consider correct. I was wondering if there is any way to replace the numbers with the images of the different options so that the subjects touch directly on the image and not on the number that corresponds to the option. I hope I was clear! Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Hi @ler93, yes you can do that. You can set up the I hope that helps - let us know if you need any further guidance. |
Beta Was this translation helpful? Give feedback.
-
Hello again, @becky-gilbert . Sorry to reopen this conversation. I tried the method you indicated but the problem is that when I position over any of the choices (now images), the cursor doesn't change from the "arrow" to the "hand". I'm afraid that participants may doubt about the place where they should click. Is there any way to change this? Just in case, I copy the code below.
|
Beta Was this translation helpful? Give feedback.
-
Hi again, @becky-gilbert. Is there a way for choices to appear on two different lines, one below the other? (I would like the raven test options to appear as in the original test: 4 above and 4 below). Thanks and sorry for so many concerns! The code for this line is: '''
''' |
Beta Was this translation helpful? Give feedback.
Hi @ler93, yes you can do that. You can set up the
choices
array so that it contains the image file paths. Then, use thebutton_html
parameter to add animg
element into the button, which should have asrc
attribute whose value is the file that comes from thechoices
array. The second example on the documentation page for theaudio-button-response
plugin shows how to do this.I hope that helps - let us know if you need any further guidance.