﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Millisecond Forums » Millisecond Forums » Inquisit 6  » Image recognition task</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Sun, 24 May 2026 22:59:11 GMT</lastBuildDate><ttl>20</ttl><item><title>Image recognition task</title><link>https://forums.millisecond.com/Topic35369.aspx</link><description>Hello everyone,&amp;nbsp;&lt;br/&gt;I am working on an image recognition task. I am showing around 200 images for 3 seconds, after&amp;nbsp;which automatically a next page should appear with a couple of slider questions. The questions need to be answered in order to go to the next image (by clicking continue; or when the last question is answered). &lt;br/&gt;I also later on want to show old (already presented) and new (not previously presented) images and ask whether the images were seen before or not, but I think it makes sense to firstly finish the first part of the survey and then to consider this.&lt;br/&gt; &lt;br/&gt;I seem to have all the individual elements ready (slider questions, images) but I do not know how to bring it all in the right order. Perhaps I would need blocks, consisting of the trial showing the image and the trial with the slider questions, or something similar. I have tried a lot but were so far not very succesfull. Therefore, I would be very grateful for any help.&lt;br/&gt; &lt;br/&gt;Thank you very much in advance!&lt;br/&gt;Momo</description><pubDate>Sun, 28 May 2023 18:12:50 GMT</pubDate><dc:creator>momo</dc:creator></item><item><title>RE: Image recognition task</title><link>https://forums.millisecond.com/Topic35404.aspx</link><description>Thank you very much!</description><pubDate>Sun, 28 May 2023 18:12:50 GMT</pubDate><dc:creator>momo</dc:creator></item><item><title>RE: Image recognition task</title><link>https://forums.millisecond.com/Topic35395.aspx</link><description>&lt;blockquote data-id="35394" class="if-quote-wrapper" unselectable="on" data-guid="1684844629415" id="if_insertedNode_1684844628616" contenteditable="false"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="35394" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="35394" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="35394" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;momo - 5/23/2023&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-35394"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;Hello everyone.&amp;nbsp;&lt;br/&gt;I have a follow-up question regarding the old/new paradigm. I want to show participants a sequence of images (around 200 images), displayed&amp;nbsp;for 1second, followed by a fixation cross for 1.4 seconds. Their task should be to press the space bar anytime an image appears twice (pressing the space bar should be possible any time in the sequence). I also want to include filler images and vigilance images (showed for 1 sec as well).&amp;nbsp;This set-up has been done in for example Khosla et al. (2015), doi:&amp;nbsp;10.1109/ICCV.2015.275 and Isola et al (2014), doi:&amp;nbsp;10.1109/TPAMI.2013.200.&lt;br/&gt;&lt;br/&gt;I already have a script showing images and fixation crosses. I am however very unsure how to add the space bar command and how the data would be best stored (e.g., is it possible to see hit rate and false alarm rate). This is the script I have so far (only for the first couple of images):&amp;nbsp;&lt;br/&gt;&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;BEGIN&amp;nbsp;&amp;nbsp;&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;&lt;br/&gt;&amp;lt;expressions fixationduration&amp;gt;&lt;br/&gt;/ fixationdurations = (1400)&lt;br/&gt;&amp;lt;/expressions&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/ screencolor = white&lt;br/&gt;/ inputdevice = keyboard&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;FIXATION &amp;amp; SPECIFICATIONS&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;&lt;br/&gt;&amp;lt;trial fixation&amp;gt; &lt;br/&gt;/ stimulusframes = [1=fix]&lt;br/&gt;/ trialduration = expressions.fixationdurations&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;image fix&amp;gt;&lt;br/&gt;/ items = ("Slide3.jpg")&lt;br/&gt;/ position = (8.5, 0)&lt;br/&gt;/ imagesize = (50%, 50%)&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;TRIAL 1&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;&lt;br/&gt;&amp;lt;trial 1&amp;gt; &lt;br/&gt;/ stimulusframes = [1=n_sp_001]&lt;br/&gt;/ timeout = 1000&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;image n_sp_001&amp;gt;&lt;br/&gt;/ items = ("n_sp_001.jpg")&lt;br/&gt;/ position = (8.5, 0)&lt;br/&gt;/ imagesize = (65%, 65%)&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;TRIAL 2&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;&lt;br/&gt;&amp;lt;trial 2&amp;gt; &lt;br/&gt;/ stimulusframes = [1=n_sp_002]&lt;br/&gt;/ timeout = 1000&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;image n_sp_002&amp;gt;&lt;br/&gt;/ items = ("n_sp_002.jpg")&lt;br/&gt;/ position = (8.5, 0)&lt;br/&gt;/ imagesize = (65%, 65%)&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;TRIAL 3&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;&lt;br/&gt;&amp;lt;trial 3&amp;gt; &lt;br/&gt;/ stimulusframes = [1=n_sp_003]&lt;br/&gt;/ timeout = 1000&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;image n_sp_003&amp;gt;&lt;br/&gt;/ items = ("n_sp_003.jpg")&lt;br/&gt;/ position = (8.5, 0)&lt;br/&gt;/ imagesize = (65%, 65%)&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;TRIAL 4&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;&lt;br/&gt;&amp;lt;trial 4&amp;gt; &lt;br/&gt;/ stimulusframes = [1=n_sp_004]&lt;br/&gt;/ timeout = 1000&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;image n_sp_004&amp;gt;&lt;br/&gt;/ items = ("n_sp_004.jpg")&lt;br/&gt;/ position = (8.5, 0)&lt;br/&gt;/ imagesize = (65%, 65%)&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;TRIAL 5&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;&lt;br/&gt;&amp;lt;trial 5&amp;gt; &lt;br/&gt;/ stimulusframes = [1=n_sp_005]&lt;br/&gt;/ timeout = 1000&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;image n_sp_005&amp;gt;&lt;br/&gt;/ items = ("n_sp_005.jpg")&lt;br/&gt;/ position = (8.5, 0)&lt;br/&gt;/ imagesize = (65%, 65%)&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;TRIAL 6&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;&lt;br/&gt;&amp;lt;trial 6&amp;gt; &lt;br/&gt;/ stimulusframes = [1=n_sp_006]&lt;br/&gt;/ timeout = 1000&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;image n_sp_006&amp;gt;&lt;br/&gt;/ items = ("n_sp_006.jpg")&lt;br/&gt;/ position = (8.5, 0)&lt;br/&gt;/ imagesize = (65%, 65%)&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage instruction&amp;gt; &lt;br/&gt;/ stimulusframes = [1=slide1]&lt;br/&gt;/ showpagenumbers = false&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;image slide1&amp;gt;&lt;br/&gt;/ items = ("Slide1.jpg")&lt;br/&gt;/ position = (8.5, 0)&lt;br/&gt;/ imagesize = (75%, 75%)&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block recognition&amp;gt;&lt;br/&gt;/trials = [1-1 = surveypage.instruction,&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;trial.fixation, trial.1, trial.fixation, trial.2, trial.fixation, trial.3, trial.fixation, trial.4, trial.fixation, trial.5, trial.fixation, &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  trial.6]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;How would I add the response with the space bar? Would I need to change validresponse, or add a response command? Or do I have to rewrite the script?&lt;br/&gt;&lt;br/&gt;I am very grateful for any help! Many thanks in advance.&amp;nbsp;&lt;br/&gt;Momo&lt;a class="if-quote-goto quote-link" href="#" data-id="35394"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/blockquote&gt;&lt;br/&gt;If you want a &amp;lt;trial&amp;gt; to accept some response, then -- at a minimum -- you need to specify a /validresponse attribute in the given &amp;lt;trial&amp;gt; element. I.e. /validresponse = (" ") or /validresponse = (57) if you want the trial to accept a press of the spacebar as response.&lt;br/&gt;&lt;br/&gt;It is unclear to me why you think it necessary to set up a separate &amp;lt;trial&amp;gt; for each and every single image item you plan to display. That strikes me as tedious and inefficient. Also, as I already told you previously, &amp;lt;image&amp;gt; elements &lt;strong&gt;cannot &lt;/strong&gt;be used in &amp;lt;trial&amp;gt; elements. &amp;lt;image&amp;gt; elements are for use in &amp;lt;surveypage&amp;gt;s only.&lt;br/&gt;&lt;br/&gt;You need to use &amp;lt;picture&amp;gt; elements with &amp;lt;trial&amp;gt;s&lt;br/&gt;</description><pubDate>Tue, 23 May 2023 12:28:33 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Image recognition task</title><link>https://forums.millisecond.com/Topic35394.aspx</link><description>Hello everyone.&amp;nbsp;&lt;br/&gt;I have a follow-up question regarding the old/new paradigm. I want to show participants a sequence of images (around 200 images), displayed&amp;nbsp;for 1second, followed by a fixation cross for 1.4 seconds. Their task should be to press the space bar anytime an image appears twice (pressing the space bar should be possible any time in the sequence). I also want to include filler images and vigilance images (showed for 1 sec as well).&amp;nbsp;This set-up has been done in for example Khosla et al. (2015), doi:&amp;nbsp;10.1109/ICCV.2015.275 and Isola et al (2014), doi:&amp;nbsp;10.1109/TPAMI.2013.200.&lt;br/&gt;&lt;br/&gt;I already have a script showing images and fixation crosses. I am however very unsure how to add the space bar command and how the data would be best stored (e.g., is it possible to see hit rate and false alarm rate). This is the script I have so far (only for the first couple of images):&amp;nbsp;&lt;br/&gt;&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;BEGIN&amp;nbsp;&amp;nbsp;&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;&lt;br/&gt;&amp;lt;expressions fixationduration&amp;gt;&lt;br/&gt;/ fixationdurations = (1400)&lt;br/&gt;&amp;lt;/expressions&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/ screencolor = white&lt;br/&gt;/ inputdevice = keyboard&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;FIXATION &amp;amp; SPECIFICATIONS&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;&lt;br/&gt;&amp;lt;trial fixation&amp;gt; &lt;br/&gt;/ stimulusframes = [1=fix]&lt;br/&gt;/ trialduration = expressions.fixationdurations&lt;br/&gt;/ validresponse = (noresponse)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;image fix&amp;gt;&lt;br/&gt;/ items = ("Slide3.jpg")&lt;br/&gt;/ position = (8.5, 0)&lt;br/&gt;/ imagesize = (50%, 50%)&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;TRIAL 1&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;&lt;br/&gt;&amp;lt;trial 1&amp;gt; &lt;br/&gt;/ stimulusframes = [1=n_sp_001]&lt;br/&gt;/ timeout = 1000&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;image n_sp_001&amp;gt;&lt;br/&gt;/ items = ("n_sp_001.jpg")&lt;br/&gt;/ position = (8.5, 0)&lt;br/&gt;/ imagesize = (65%, 65%)&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;TRIAL 2&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;&lt;br/&gt;&amp;lt;trial 2&amp;gt; &lt;br/&gt;/ stimulusframes = [1=n_sp_002]&lt;br/&gt;/ timeout = 1000&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;image n_sp_002&amp;gt;&lt;br/&gt;/ items = ("n_sp_002.jpg")&lt;br/&gt;/ position = (8.5, 0)&lt;br/&gt;/ imagesize = (65%, 65%)&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;TRIAL 3&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;&lt;br/&gt;&amp;lt;trial 3&amp;gt; &lt;br/&gt;/ stimulusframes = [1=n_sp_003]&lt;br/&gt;/ timeout = 1000&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;image n_sp_003&amp;gt;&lt;br/&gt;/ items = ("n_sp_003.jpg")&lt;br/&gt;/ position = (8.5, 0)&lt;br/&gt;/ imagesize = (65%, 65%)&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;TRIAL 4&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;&lt;br/&gt;&amp;lt;trial 4&amp;gt; &lt;br/&gt;/ stimulusframes = [1=n_sp_004]&lt;br/&gt;/ timeout = 1000&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;image n_sp_004&amp;gt;&lt;br/&gt;/ items = ("n_sp_004.jpg")&lt;br/&gt;/ position = (8.5, 0)&lt;br/&gt;/ imagesize = (65%, 65%)&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;TRIAL 5&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;&lt;br/&gt;&amp;lt;trial 5&amp;gt; &lt;br/&gt;/ stimulusframes = [1=n_sp_005]&lt;br/&gt;/ timeout = 1000&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;image n_sp_005&amp;gt;&lt;br/&gt;/ items = ("n_sp_005.jpg")&lt;br/&gt;/ position = (8.5, 0)&lt;br/&gt;/ imagesize = (65%, 65%)&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;TRIAL 6&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;&lt;br/&gt;&amp;lt;trial 6&amp;gt; &lt;br/&gt;/ stimulusframes = [1=n_sp_006]&lt;br/&gt;/ timeout = 1000&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;image n_sp_006&amp;gt;&lt;br/&gt;/ items = ("n_sp_006.jpg")&lt;br/&gt;/ position = (8.5, 0)&lt;br/&gt;/ imagesize = (65%, 65%)&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;&lt;br/&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage instruction&amp;gt; &lt;br/&gt;/ stimulusframes = [1=slide1]&lt;br/&gt;/ showpagenumbers = false&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;image slide1&amp;gt;&lt;br/&gt;/ items = ("Slide1.jpg")&lt;br/&gt;/ position = (8.5, 0)&lt;br/&gt;/ imagesize = (75%, 75%)&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block recognition&amp;gt;&lt;br/&gt;/trials = [1-1 = surveypage.instruction,&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;trial.fixation, trial.1, trial.fixation, trial.2, trial.fixation, trial.3, trial.fixation, trial.4, trial.fixation, trial.5, trial.fixation, &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  trial.6]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;How would I add the response with the space bar? Would I need to change validresponse, or add a response command? Or do I have to rewrite the script?&lt;br/&gt;&lt;br/&gt;I am very grateful for any help! Many thanks in advance.&amp;nbsp;&lt;br/&gt;Momo</description><pubDate>Tue, 23 May 2023 12:01:34 GMT</pubDate><dc:creator>momo</dc:creator></item><item><title>RE: Image recognition task</title><link>https://forums.millisecond.com/Topic35372.aspx</link><description>Thank you very much for the quick and helpful reply!</description><pubDate>Thu, 11 May 2023 14:35:55 GMT</pubDate><dc:creator>momo</dc:creator></item><item><title>RE: Image recognition task</title><link>https://forums.millisecond.com/Topic35371.aspx</link><description>&lt;blockquote data-id="35370" class="if-quote-wrapper" unselectable="on" data-guid="1683815363363" id="if_insertedNode_1683815362068" contenteditable="false"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="35370" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="35370" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="35370" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - 5/11/2023&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-35370"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;&lt;blockquote data-id="35369" class="if-quote-wrapper" unselectable="on" data-guid="1683815363363" id="if_insertedNode_1683814796036" contenteditable="false"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="35369" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="35369" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="35369" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;momo - 5/11/2023&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-35369"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;Hello everyone,&amp;nbsp;&lt;br/&gt;I am working on an image recognition task. I am showing around 200 images for 3 seconds, after&amp;nbsp;which automatically a next page should appear with a couple of slider questions. The questions need to be answered in order to go to the next image (by clicking continue; or when the last question is answered). &lt;br/&gt;I also later on want to show old (already presented) and new (not previously presented) images and ask whether the images were seen before or not, but I think it makes sense to firstly finish the first part of the survey and then to consider this.&lt;br/&gt; &lt;br/&gt;I seem to have all the individual elements ready (slider questions, images) but I do not know how to bring it all in the right order. Perhaps I would need blocks, consisting of the trial showing the image and the trial with the slider questions, or something similar. I have tried a lot but were so far not very succesfull. Therefore, I would be very grateful for any help.&lt;br/&gt; &lt;br/&gt;Thank you very much in advance!&lt;br/&gt;Momo&lt;a class="if-quote-goto quote-link" href="#" data-id="35369"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/blockquote&gt;&lt;br/&gt;You need a &amp;lt;trial&amp;gt; that displays a &amp;lt;picture&amp;gt; element for 3000ms. Note: &amp;lt;picture&amp;gt; element, not &amp;lt;image&amp;gt;. &amp;lt;image&amp;gt; is for use with &amp;lt;surveypage&amp;gt; elements only. From that &amp;lt;trial&amp;gt;, /branch to a &amp;lt;surveypage&amp;gt; containing your &amp;lt;slider&amp;gt; and other question elements. Run the requisite amount of trials via a &amp;lt;block&amp;gt;.&lt;br/&gt;&lt;br/&gt;You can refer to &lt;a href="https://www.millisecond.com/download/library/faceemotions"&gt;&lt;a href="https://www.millisecond.com/download/library/faceemotions"&gt;https://www.millisecond.com/download/library/faceemotions&lt;/a&gt;&lt;/a&gt; as a working example of exactly that.&lt;a class="if-quote-goto quote-link" href="#" data-id="35370"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/blockquote&gt;&lt;br/&gt;For the old / new recogniton paradigm aspect, this has been discussed repeatedly here, so you may want to look at &lt;br/&gt;&lt;a href="https://forums.millisecond.com/Topic17069.aspx#17070"&gt;https://forums.millisecond.com/Topic17069.aspx#17070&lt;/a&gt; &lt;br/&gt;&lt;a href="https://forums.millisecond.com/Topic21813.aspx#21829"&gt;https://forums.millisecond.com/Topic21813.aspx#21829&lt;/a&gt; or &lt;br/&gt;&lt;a href="https://forums.millisecond.com/Topic34066.aspx"&gt;https://forums.millisecond.com/Topic34066.aspx&lt;/a&gt;</description><pubDate>Thu, 11 May 2023 14:31:20 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Image recognition task</title><link>https://forums.millisecond.com/Topic35370.aspx</link><description>&lt;blockquote data-id="35369" class="if-quote-wrapper" unselectable="on" data-guid="1683814797526" id="if_insertedNode_1683814796036" contenteditable="false"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="35369" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="35369" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="35369" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;momo - 5/11/2023&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-35369"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;Hello everyone,&amp;nbsp;&lt;br/&gt;I am working on an image recognition task. I am showing around 200 images for 3 seconds, after&amp;nbsp;which automatically a next page should appear with a couple of slider questions. The questions need to be answered in order to go to the next image (by clicking continue; or when the last question is answered). &lt;br/&gt;I also later on want to show old (already presented) and new (not previously presented) images and ask whether the images were seen before or not, but I think it makes sense to firstly finish the first part of the survey and then to consider this.&lt;br/&gt; &lt;br/&gt;I seem to have all the individual elements ready (slider questions, images) but I do not know how to bring it all in the right order. Perhaps I would need blocks, consisting of the trial showing the image and the trial with the slider questions, or something similar. I have tried a lot but were so far not very succesfull. Therefore, I would be very grateful for any help.&lt;br/&gt; &lt;br/&gt;Thank you very much in advance!&lt;br/&gt;Momo&lt;a class="if-quote-goto quote-link" href="#" data-id="35369"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/blockquote&gt;&lt;br/&gt;You need a &amp;lt;trial&amp;gt; that displays a &amp;lt;picture&amp;gt; element for 3000ms. Note: &amp;lt;picture&amp;gt; element, not &amp;lt;image&amp;gt;. &amp;lt;image&amp;gt; is for use with &amp;lt;surveypage&amp;gt; elements only. From that &amp;lt;trial&amp;gt;, /branch to a &amp;lt;surveypage&amp;gt; containing your &amp;lt;slider&amp;gt; and other question elements. Run the requisite amount of trials via a &amp;lt;block&amp;gt;.&lt;br/&gt;&lt;br/&gt;You can refer to &lt;a href="https://www.millisecond.com/download/library/faceemotions"&gt;https://www.millisecond.com/download/library/faceemotions&lt;/a&gt; as a working example of exactly that.</description><pubDate>Thu, 11 May 2023 14:20:14 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>