Is there a way to present an image at the text response page? - Printable Version +- FindingFive Discussion Forum (http://discuss.findingfive.com) +-- Forum: Researchers (http://discuss.findingfive.com/forumdisplay.php?fid=3) +--- Forum: Experimental Design (http://discuss.findingfive.com/forumdisplay.php?fid=4) +--- Thread: Is there a way to present an image at the text response page? (/showthread.php?tid=275) |
Is there a way to present an image at the text response page? - blueorange - 02-20-2024 Is there a way to present an image at the text response page? What I want to ask participants to do is to name the object that is presented as an image (like a banana) and for them to type in banana as the correct answer. Also, is there a simple way to link such images to the correct text response? I'm thinking of something like: "Test_Word":{ "type":"AFC", "stimuli":["banana_img", "apple_img", "grape_img"], "stimulus_pattern":{"order":"random"}, "responses":["banana", "apple", "grape"] } Would this correctly link the given stimuli to the correct text response? Please let me know if my questions themselves are confusing, I would be happy to explain ◡̈ Thanks in advance! RE: Is there a way to present an image at the text response page? - Ting - 02-20-2024 Hello! Just to clarify, are the responses named "banana", "apple", and "grape" already text responses (https://docs.findingfive.com/en/grammar/responses/text) with the correct answers (that is, the "target" attribute) set to banana, apple, and grape respectively? If so, then the answer is yes! The corresponding explanation can be found here: https://docs.findingfive.com/en/grammar/trial-templates/basic#response_pairing RE: Is there a way to present an image at the text response page? - blueorange - 02-20-2024 (02-20-2024, 10:22 AM)Ting Wrote: Hello! Just to clarify, are the responses named "banana", "apple", and "grape" already text responses (https://docs.findingfive.com/en/grammar/responses/text) with the correct answers (that is, the "target" attribute) set to banana, apple, and grape respectively? Hello Ting, Thank you as always for your helpful answer! One last question -- If I were to include an image in the type-answer-response page, in which step should I configure that? I attached an img to this reply to show you what I'm intending. Thank you again❗️❕ RE: Is there a way to present an image at the text response page? - blueorange - 02-20-2024 (02-20-2024, 02:20 PM)blueorange Wrote:(02-20-2024, 10:22 AM)Ting Wrote: Hello! Just to clarify, are the responses named "banana", "apple", and "grape" already text responses (https://docs.findingfive.com/en/grammar/responses/text) with the correct answers (that is, the "target" attribute) set to banana, apple, and grape respectively? Please disregard the question above, I just got it to work❗️❕ Thank you again for your time and effort in keeping this alive ◡̈ Have a wonderful day!! RE: Is there a way to present an image at the text response page? - Ting - 02-20-2024 You are most welcome! I was gonna give you this link: https://docs.findingfive.com/en/grammar/trial-templates/basic#stimuli You'll need nested lists to put multiple stimuli on the same trial. |