﻿<?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 5  » How to Allow Multiple Responses for Openended Trials?</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Wed, 16 Sep 2026 15:38:33 GMT</lastBuildDate><ttl>20</ttl><item><title>How to Allow Multiple Responses for Openended Trials?</title><link>https://forums.millisecond.com/Topic20908.aspx</link><description>Hi,&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I'm trying to program an anagram task where participants are asked to find as many possibles solutions to an anagram as they can. For example, for a single trial they are shown "EAHTR" as the stimulus and would try to work out the max number of solutions (in this case a total of 2 solutions - EARTH and HEART). I can't get the openended element to stay on the same page after one of the two correct answers are inputted. Ideally, I want the the participant to stay on the same page until they feel they have exhausted all of their solutions and then have control of moving onto the next stimulus. Has anyone had experience with this type of problem and/or have any suggestions on how to solve it? Many thanks!&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Here's an excerpt of what I've been working with so far.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&amp;lt;text a1&amp;gt;&lt;br/&gt; /items = ("EAHTR")&lt;br/&gt; /position = (30, 20)&lt;br/&gt; /txcolor = black&lt;br/&gt; &amp;lt;/text&amp;gt;&lt;br/&gt; &lt;br/&gt; &amp;lt;text a2&amp;gt;&lt;br/&gt; /items = ("KINTH")&lt;br/&gt; /position = (30, 20)&lt;br/&gt; /txcolor = black&lt;br/&gt; &amp;lt;/text&amp;gt;&lt;br/&gt; &lt;br/&gt; &amp;lt;item answer_a1&amp;gt; &lt;br/&gt; / 1 = "earth"&lt;br/&gt; / 2 = "heart"&lt;br/&gt; &amp;lt;/item&amp;gt;&lt;br/&gt; &lt;br/&gt; &amp;lt;item answer_a2&amp;gt;&lt;br/&gt; / 1 = "think"&lt;br/&gt; &amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;openended a1&amp;gt;&lt;br/&gt;/ stimulusframes = [1 = a1] &lt;br/&gt;/ correctresponse = ("earth", "heart")&lt;br/&gt;/ buttonlabel = "Submit"&lt;br/&gt;/ position = (30, 50)&lt;br/&gt;/ timeout = 1800000&lt;br/&gt;/ response = correct&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt; &amp;lt;openended a2&amp;gt;&lt;br/&gt;/ stimulusframes = [1 = a2]&lt;br/&gt;/ correctresponse = ("think")&lt;br/&gt;/ buttonlabel = "Submit"&lt;br/&gt;/ position = (30, 50)&lt;br/&gt;/ timeout = 1800000&lt;br/&gt;/ response = correct&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;</description><pubDate>Wed, 01 Mar 2017 10:11:28 GMT</pubDate><dc:creator>mundia</dc:creator></item><item><title>RE: How to Allow Multiple Responses for Openended Trials?</title><link>https://forums.millisecond.com/Topic20918.aspx</link><description>Hallelujah! Thank you!!</description><pubDate>Wed, 01 Mar 2017 10:11:28 GMT</pubDate><dc:creator>mundia</dc:creator></item><item><title>RE: How to Allow Multiple Responses for Openended Trials?</title><link>https://forums.millisecond.com/Topic20911.aspx</link><description>&lt;div data-id="20910" class="if-quote-wrapper" unselectable="on" data-guid="1488331275817"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="20910" 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="20910" 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="20910" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;mundia - Tuesday, February 28, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-20910"&gt;&lt;div class="if-quote-message-margin"&gt;Hi Dave,&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Thanks so much for the help! I'm really digging the "type next to continue" idea. I'm hoping you don't mind me asking a couple additional questions...so here I go. For the anagram task, participants will be put in either a low ambiguity or high ambiguity condition. Participants who are assigned to the low ambiguity condition will be shown the total number of solutions for a given anagram (so when shown "EAHTR", they'll also be shown "2 Solutions" at the top of their screen and when shown "KINTH", they'll also be shown "1 Solutions") whereas participants in the high ambiguity condition will not be shown the total number of solutions. However, for both of the openended trials in the low ambiguity condition, it keeps showing "2 Solutions" for the EATHR and KINTH stimuli. Any thoughts on how to treat this?&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Also, this next bit is a little unrelated to the original issue concerning openended trials. But for the anagram task, I'm also trying to include a box on the right hand side of the screen that functions as a chest of found solutions. So for example, if a participant is shown "EATHR" and they submit "HEART" as a solution, they would see "HEART" pop up on the right hand side box. This way they can keep track of the solutions they've found for each trial. For this, I honestly have no idea how to go about this or even what type of element to use, so any help/advice would be amazing.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Here is the entirety of what I'm currently working with (with your previous suggestions included):&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;*******STIMULUS*********&lt;br/&gt;&lt;br/&gt;&amp;lt;text a1&amp;gt;&lt;br/&gt; /items = ("EAHTR")&lt;br/&gt; /position = (30, 35)&lt;br/&gt; /txcolor = black&lt;br/&gt; /erase = false&lt;br/&gt; &amp;lt;/text&amp;gt;&lt;br/&gt; &lt;br/&gt; &amp;lt;text a2&amp;gt;&lt;br/&gt; /items = ("KINTH")&lt;br/&gt; /position = (30, 35)&lt;br/&gt; /txcolor = black&lt;br/&gt; /erase = false&lt;br/&gt; &amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt; &amp;lt;item answer_a1&amp;gt; &lt;br/&gt; / 1 = "earth"&lt;br/&gt; / 2 = "heart"&lt;br/&gt; &amp;lt;/item&amp;gt;&lt;br/&gt; &lt;br/&gt; &amp;lt;item answer_a2&amp;gt;&lt;br/&gt; / 1 = "think"&lt;br/&gt; &amp;lt;/item&amp;gt;&lt;br/&gt; &lt;br/&gt; &amp;lt;text solutions&amp;gt; &lt;br/&gt; /items = solutions &lt;br/&gt; /position = (30, 20)&lt;br/&gt; /txcolor = black&lt;br/&gt;/ select = sequence&lt;br/&gt; &amp;lt;/text&amp;gt;&lt;br/&gt; &lt;br/&gt;  &amp;lt;text instr&amp;gt; &lt;br/&gt; /items = ("Type 'next' to move on to the next anagram")&lt;br/&gt;/ position = (30, 5) &lt;br/&gt;&amp;lt;/text&amp;gt; &lt;br/&gt; &lt;br/&gt; &amp;lt;item solutions&amp;gt; &lt;br/&gt; / 1 = "2 Solutions"&lt;br/&gt; / 2 = "1 Solution"&lt;br/&gt; &amp;lt;/item&amp;gt;&lt;br/&gt; &lt;br/&gt;&amp;nbsp;&lt;br/&gt; ********TRIALS********&lt;br/&gt; &amp;lt;openended a1&amp;gt;&lt;br/&gt;/ stimulusframes = [1 = a1] &lt;br/&gt;/validresponse = ("next", anyresponse)&lt;br/&gt;/ correctresponse = ("earth", "heart")&lt;br/&gt;/ buttonlabel = "Submit"&lt;br/&gt;/ position = (30, 50)&lt;br/&gt;/branch = [&lt;br/&gt;if(openended.a1.response !="next")openended.a1&lt;br/&gt;]&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt; &amp;lt;openended a2&amp;gt;&lt;br/&gt;/ stimulusframes = [1 = a2]&lt;br/&gt;/validresponse = ("next", anyresponse)&lt;br/&gt;/ correctresponse = ("think")&lt;br/&gt;/ buttonlabel = "Submit"&lt;br/&gt;/ position = (30, 50)&lt;br/&gt;/branch = [&lt;br/&gt;if(openended.a2.response !="next")openended.a2&lt;br/&gt;]&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt;*******BLOCKS**********&lt;br/&gt;&amp;lt;block low_ambi&amp;gt;&lt;br/&gt;/ bgstim = (text.solutions)&lt;br/&gt;/ bgstim = (instr)&lt;br/&gt;/trials = [&lt;br/&gt;1-2 = noreplace(openended.a1, openended.a2)&lt;br/&gt;]&lt;br/&gt;/timeout = 180000&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block high_ambi&amp;gt;&lt;br/&gt;/bgstim = (instr)&lt;br/&gt;/trials = [&lt;br/&gt;1-2 = noreplace(openended.a1, openended.a2)&lt;br/&gt;]&lt;br/&gt;/timeout = 180000&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;*******EXPERIMENT********&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ subjects = (1 of 2)&lt;br/&gt;/ groupassignment = groupnumber&lt;br/&gt;/ blocks = [&lt;br/&gt;1= noreplace(low_ambi)&lt;br/&gt;&lt;br/&gt;]&lt;br/&gt;/ preinstructions = (intro)&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ subjects = (2 of 2)&lt;br/&gt;/ groupassignment = groupnumber&lt;br/&gt;/ blocks = [&lt;br/&gt;1=noreplace(high_ambi)&lt;br/&gt;]&lt;br/&gt;/ preinstructions = (intro)&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="20910"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;Any stimulus you draw to the screen via /bgstim is drawn only once at the very start of the &amp;lt;block&amp;gt;. From then on it does not change and cannot be redrawn. The solution is to draw the stimulus via the &amp;lt;openended&amp;gt; elements' /stimulusframes instead. Something like:&lt;br/&gt;&lt;br/&gt;*******STIMULUS*********&lt;br/&gt;&lt;br/&gt;&amp;lt;text a1&amp;gt;&lt;br/&gt;/items = ("EAHTR")&lt;br/&gt;/position = (30, 35)&lt;br/&gt;/txcolor = black&lt;br/&gt;/ size = (10%, 5%)&lt;br/&gt;/erase = false&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text a2&amp;gt;&lt;br/&gt;/items = ("KINTH")&lt;br/&gt;/position = (30, 35)&lt;br/&gt;/ size = (10%, 5%)&lt;br/&gt;/txcolor = black&lt;br/&gt;/erase = false&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item answer_a1&amp;gt;&lt;br/&gt;/ 1 = "earth"&lt;br/&gt;/ 2 = "heart"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item answer_a2&amp;gt;&lt;br/&gt;/ 1 = "think"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text solutions&amp;gt;&lt;br/&gt;/items = solutions&lt;br/&gt;/position = (30, 20)&lt;br/&gt;/txcolor = black&lt;br/&gt;/ select = values.condition&lt;br/&gt;/ erase = false&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text instr&amp;gt;&lt;br/&gt;/items = ("Type 'next' to move on to the next anagram")&lt;br/&gt;/ position = (30, 5)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item solutions&amp;gt;&lt;br/&gt;/ 1 = "&amp;lt;%values.nsolutions%&amp;gt; Solutions"&lt;br/&gt;/ 2 = ""&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;nbsp;&lt;br/&gt;********TRIALS********&lt;br/&gt;&amp;lt;openended a1&amp;gt;&lt;br/&gt;/ ontrialbegin = [&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; values.nsolutions = 2; &lt;br/&gt;]&lt;br/&gt;/ stimulusframes = [1 = a1, solutions]&lt;br/&gt;/validresponse = ("next", anyresponse)&lt;br/&gt;/ correctresponse = ("earth", "heart")&lt;br/&gt;/ buttonlabel = "Submit"&lt;br/&gt;/ position = (30, 50)&lt;br/&gt;/branch = [&lt;br/&gt;if(openended.a1.response !="next")openended.a1&lt;br/&gt;]&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;openended a2&amp;gt;&lt;br/&gt;/ ontrialbegin = [&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; values.nsolutions = 1; &lt;br/&gt;]&lt;br/&gt;/ stimulusframes = [1 = a2, solutions]&lt;br/&gt;/validresponse = ("next", anyresponse)&lt;br/&gt;/ correctresponse = ("think")&lt;br/&gt;/ buttonlabel = "Submit"&lt;br/&gt;/ position = (30, 50)&lt;br/&gt;/branch = [&lt;br/&gt;if(openended.a2.response !="next")openended.a2&lt;br/&gt;]&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt;*******BLOCKS**********&lt;br/&gt;&amp;lt;block low_ambi&amp;gt;&lt;br/&gt;/ bgstim = (instr)&lt;br/&gt;/trials = [&lt;br/&gt;1-2 = noreplace(openended.a1, openended.a2)&lt;br/&gt;]&lt;br/&gt;/timeout = 180000&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block high_ambi&amp;gt;&lt;br/&gt;/bgstim = (instr)&lt;br/&gt;/trials = [&lt;br/&gt;1-2 = noreplace(openended.a1, openended.a2)&lt;br/&gt;]&lt;br/&gt;/timeout = 180000&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;*******EXPERIMENT********&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ onexptbegin = [&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; values.condition = 1;&lt;br/&gt;]&lt;br/&gt;/ subjects = (1 of 2)&lt;br/&gt;/ groupassignment = groupnumber&lt;br/&gt;/ blocks = [&lt;br/&gt;1= noreplace(low_ambi)&lt;br/&gt;&lt;br/&gt;]&lt;br/&gt;/ preinstructions = (intro)&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ onexptbegin = [&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; values.condition = 2;&lt;br/&gt;]&lt;br/&gt;/ subjects = (2 of 2)&lt;br/&gt;/ groupassignment = groupnumber&lt;br/&gt;/ blocks = [&lt;br/&gt;1=noreplace(high_ambi)&lt;br/&gt;]&lt;br/&gt;/ preinstructions = (intro)&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;page intro&amp;gt;&lt;br/&gt;^instructions go here&lt;br/&gt;&amp;lt;/page&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;values&amp;gt;&lt;br/&gt;/ condition = 0&lt;br/&gt;/ nsolutions = 0&lt;br/&gt;&amp;lt;/values&amp;gt;&lt;br/&gt;&lt;br/&gt;Hope this helps!&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Tue, 28 Feb 2017 17:26:30 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: How to Allow Multiple Responses for Openended Trials?</title><link>https://forums.millisecond.com/Topic20910.aspx</link><description>Hi Dave,&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Thanks so much for the help! I'm really digging the "type next to continue" idea. I'm hoping you don't mind me asking a couple additional questions...so here I go. For the anagram task, participants will be put in either a low ambiguity or high ambiguity condition. Participants who are assigned to the low ambiguity condition will be shown the total number of solutions for a given anagram (so when shown "EAHTR", they'll also be shown "2 Solutions" at the top of their screen and when shown "KINTH", they'll also be shown "1 Solutions") whereas participants in the high ambiguity condition will not be shown the total number of solutions. However, for both of the openended trials in the low ambiguity condition, it keeps showing "2 Solutions" for the EATHR and KINTH stimuli. Any thoughts on how to treat this?&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Also, this next bit is a little unrelated to the original issue concerning openended trials. But for the anagram task, I'm also trying to include a box on the right hand side of the screen that functions as a chest of found solutions. So for example, if a participant is shown "EATHR" and they submit "HEART" as a solution, they would see "HEART" pop up on the right hand side box. This way they can keep track of the solutions they've found for each trial. For this, I honestly have no idea how to go about this or even what type of element to use, so any help/advice would be amazing.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Here is the entirety of what I'm currently working with (with your previous suggestions included):&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;*******STIMULUS*********&lt;br/&gt;&lt;br/&gt;&amp;lt;text a1&amp;gt;&lt;br/&gt; /items = ("EAHTR")&lt;br/&gt; /position = (30, 35)&lt;br/&gt; /txcolor = black&lt;br/&gt; /erase = false&lt;br/&gt; &amp;lt;/text&amp;gt;&lt;br/&gt; &lt;br/&gt; &amp;lt;text a2&amp;gt;&lt;br/&gt; /items = ("KINTH")&lt;br/&gt; /position = (30, 35)&lt;br/&gt; /txcolor = black&lt;br/&gt; /erase = false&lt;br/&gt; &amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt; &amp;lt;item answer_a1&amp;gt; &lt;br/&gt; / 1 = "earth"&lt;br/&gt; / 2 = "heart"&lt;br/&gt; &amp;lt;/item&amp;gt;&lt;br/&gt; &lt;br/&gt; &amp;lt;item answer_a2&amp;gt;&lt;br/&gt; / 1 = "think"&lt;br/&gt; &amp;lt;/item&amp;gt;&lt;br/&gt; &lt;br/&gt; &amp;lt;text solutions&amp;gt; &lt;br/&gt; /items = solutions &lt;br/&gt; /position = (30, 20)&lt;br/&gt; /txcolor = black&lt;br/&gt;/ select = sequence&lt;br/&gt; &amp;lt;/text&amp;gt;&lt;br/&gt; &lt;br/&gt;  &amp;lt;text instr&amp;gt; &lt;br/&gt; /items = ("Type 'next' to move on to the next anagram")&lt;br/&gt;/ position = (30, 5) &lt;br/&gt;&amp;lt;/text&amp;gt; &lt;br/&gt; &lt;br/&gt; &amp;lt;item solutions&amp;gt; &lt;br/&gt; / 1 = "2 Solutions"&lt;br/&gt; / 2 = "1 Solution"&lt;br/&gt; &amp;lt;/item&amp;gt;&lt;br/&gt; &lt;br/&gt;&amp;nbsp;&lt;br/&gt; ********TRIALS********&lt;br/&gt; &amp;lt;openended a1&amp;gt;&lt;br/&gt;/ stimulusframes = [1 = a1] &lt;br/&gt;/validresponse = ("next", anyresponse)&lt;br/&gt;/ correctresponse = ("earth", "heart")&lt;br/&gt;/ buttonlabel = "Submit"&lt;br/&gt;/ position = (30, 50)&lt;br/&gt;/branch = [&lt;br/&gt;if(openended.a1.response !="next")openended.a1&lt;br/&gt;]&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt; &amp;lt;openended a2&amp;gt;&lt;br/&gt;/ stimulusframes = [1 = a2]&lt;br/&gt;/validresponse = ("next", anyresponse)&lt;br/&gt;/ correctresponse = ("think")&lt;br/&gt;/ buttonlabel = "Submit"&lt;br/&gt;/ position = (30, 50)&lt;br/&gt;/branch = [&lt;br/&gt;if(openended.a2.response !="next")openended.a2&lt;br/&gt;]&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt;*******BLOCKS**********&lt;br/&gt;&amp;lt;block low_ambi&amp;gt;&lt;br/&gt;/ bgstim = (text.solutions)&lt;br/&gt;/ bgstim = (instr)&lt;br/&gt;/trials = [&lt;br/&gt;1-2 = noreplace(openended.a1, openended.a2)&lt;br/&gt;]&lt;br/&gt;/timeout = 180000&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block high_ambi&amp;gt;&lt;br/&gt;/bgstim = (instr)&lt;br/&gt;/trials = [&lt;br/&gt;1-2 = noreplace(openended.a1, openended.a2)&lt;br/&gt;]&lt;br/&gt;/timeout = 180000&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;*******EXPERIMENT********&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ subjects = (1 of 2)&lt;br/&gt;/ groupassignment = groupnumber&lt;br/&gt;/ blocks = [&lt;br/&gt;1= noreplace(low_ambi)&lt;br/&gt;&lt;br/&gt;]&lt;br/&gt;/ preinstructions = (intro)&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ subjects = (2 of 2)&lt;br/&gt;/ groupassignment = groupnumber&lt;br/&gt;/ blocks = [&lt;br/&gt;1=noreplace(high_ambi)&lt;br/&gt;]&lt;br/&gt;/ preinstructions = (intro)&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Tue, 28 Feb 2017 13:39:52 GMT</pubDate><dc:creator>mundia</dc:creator></item><item><title>RE: How to Allow Multiple Responses for Openended Trials?</title><link>https://forums.millisecond.com/Topic20909.aspx</link><description>&lt;div data-id="20908" class="if-quote-wrapper" unselectable="on" data-guid="1488315541939"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="20908" 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="20908" 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="20908" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;mundia - Tuesday, February 28, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-20908"&gt;&lt;div class="if-quote-message-margin"&gt;Hi,&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I'm trying to program an anagram task where participants are asked to find as many possibles solutions to an anagram as they can. For example, for a single trial they are shown "EAHTR" as the stimulus and would try to work out the max number of solutions (in this case a total of 2 solutions - EARTH and HEART). I can't get the openended element to stay on the same page after one of the two correct answers are inputted. Ideally, I want the the participant to stay on the same page until they feel they have exhausted all of their solutions and then have control of moving onto the next stimulus. Has anyone had experience with this type of problem and/or have any suggestions on how to solve it? Many thanks!&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Here's an excerpt of what I've been working with so far.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&amp;lt;text a1&amp;gt;&lt;br/&gt; /items = ("EAHTR")&lt;br/&gt; /position = (30, 20)&lt;br/&gt; /txcolor = black&lt;br/&gt; &amp;lt;/text&amp;gt;&lt;br/&gt; &lt;br/&gt; &amp;lt;text a2&amp;gt;&lt;br/&gt; /items = ("KINTH")&lt;br/&gt; /position = (30, 20)&lt;br/&gt; /txcolor = black&lt;br/&gt; &amp;lt;/text&amp;gt;&lt;br/&gt; &lt;br/&gt; &amp;lt;item answer_a1&amp;gt; &lt;br/&gt; / 1 = "earth"&lt;br/&gt; / 2 = "heart"&lt;br/&gt; &amp;lt;/item&amp;gt;&lt;br/&gt; &lt;br/&gt; &amp;lt;item answer_a2&amp;gt;&lt;br/&gt; / 1 = "think"&lt;br/&gt; &amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;openended a1&amp;gt;&lt;br/&gt;/ stimulusframes = [1 = a1] &lt;br/&gt;/ correctresponse = ("earth", "heart")&lt;br/&gt;/ buttonlabel = "Submit"&lt;br/&gt;/ position = (30, 50)&lt;br/&gt;/ timeout = 1800000&lt;br/&gt;/ response = correct&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt; &amp;lt;openended a2&amp;gt;&lt;br/&gt;/ stimulusframes = [1 = a2]&lt;br/&gt;/ correctresponse = ("think")&lt;br/&gt;/ buttonlabel = "Submit"&lt;br/&gt;/ position = (30, 50)&lt;br/&gt;/ timeout = 1800000&lt;br/&gt;/ response = correct&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="20908"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;Many ways to frame this, probably easiest to do something like this:&lt;br/&gt;&lt;br/&gt;&amp;lt;text a1&amp;gt;&lt;br/&gt;/items = ("EAHTR")&lt;br/&gt;/position = (30, 20)&lt;br/&gt;/txcolor = black&lt;br/&gt;/ erase = false&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text a2&amp;gt;&lt;br/&gt;/items = ("KINTH")&lt;br/&gt;/position = (30, 20)&lt;br/&gt;/txcolor = black&lt;br/&gt;/ erase = false&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text instr&amp;gt;&lt;br/&gt;/ items = ("Type 'next' to move on to the next anagram.")&lt;br/&gt;/ position = (50%, 10%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;openended a1&amp;gt;&lt;br/&gt;/ stimulusframes = [1 = a1]&lt;br/&gt;/ validresponse = ("next", anyresponse)&lt;br/&gt;/ correctresponse = ("earth", "heart")&lt;br/&gt;/ buttonlabel = "Submit"&lt;br/&gt;/ position = (30, 50)&lt;br/&gt;/ branch = [&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (openended.a1.response != "next") openended.a1&lt;br/&gt;]&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;openended a2&amp;gt;&lt;br/&gt;/ stimulusframes = [1 = a2]&lt;br/&gt;/ validresponse = ("next", anyresponse)&lt;br/&gt;/ correctresponse = ("think")&lt;br/&gt;/ buttonlabel = "Submit"&lt;br/&gt;/ position = (30, 50)&lt;br/&gt;/ branch = [&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (openended.a2.response != "next") openended.a2&lt;br/&gt;]&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block a1block&amp;gt;&lt;br/&gt;/ bgstim = (instr)&lt;br/&gt;/ trials = [1=a1]&lt;br/&gt;/ timeout = 180000&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block a2block&amp;gt;&lt;br/&gt;/ bgstim = (instr)&lt;br/&gt;/ trials = [1=a2]&lt;br/&gt;/ timeout = 180000&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ blocks = [1-2 = noreplace(a1block,a2block)]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Tue, 28 Feb 2017 12:59:21 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>