﻿<?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  » Beginner's doubt: non-random experiment and different correct responses</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Mon, 15 Jun 2026 11:16:39 GMT</lastBuildDate><ttl>20</ttl><item><title>Beginner's doubt: non-random experiment and different correct responses</title><link>https://forums.millisecond.com/Topic20287.aspx</link><description>I have a question with an experiment. I guess it will be very easy to solve, but I do not know how to start.&lt;br/&gt;&lt;br/&gt;The experiment consists of 48 stimuli. Each stimulus is an image in which a mathematical operation appears. The question of the experiment is: Is the result shown in the image correct? Therefore, the correct answer may be "yes" or "no".&lt;br/&gt;&lt;br/&gt;There are 24 stimuli whose correct answer is "yes" and 24 stimuli whose correct answer is "no".&lt;br/&gt;&lt;br/&gt;I want to present the stimuli in a given order, that is, I want the 48 stimuli to be presented in an equal sequence for all participants (sequence = 1, 2, 3, 4, ..., 48). But in this sequence are mixed the stimuli with different correct answer.&lt;br/&gt;&lt;br/&gt;what should I do?&lt;br/&gt;&lt;br/&gt;Thank you in advance&lt;br/&gt;&lt;br/&gt;Best regards</description><pubDate>Tue, 29 Nov 2016 08:23:26 GMT</pubDate><dc:creator>naguirre</dc:creator></item><item><title>RE: Beginner's doubt: non-random experiment and different correct responses</title><link>https://forums.millisecond.com/Topic20297.aspx</link><description>&lt;div data-id="20296" class="if-quote-wrapper" unselectable="on" data-guid="1480436438286"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="20296" 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="20296" 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="20296" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Tuesday, November 29, 2016&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-20296"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="20287" class="if-quote-wrapper" unselectable="on" data-guid="1480436438286"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="20287" 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="20287" 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="20287" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;naguirre - Tuesday, November 29, 2016&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-20287"&gt;&lt;div class="if-quote-message-margin"&gt;I have a question with an experiment. I guess it will be very easy to solve, but I do not know how to start.&lt;br/&gt;&lt;br/&gt;The experiment consists of 48 stimuli. Each stimulus is an image in which a mathematical operation appears. The question of the experiment is: Is the result shown in the image correct? Therefore, the correct answer may be "yes" or "no".&lt;br/&gt;&lt;br/&gt;There are 24 stimuli whose correct answer is "yes" and 24 stimuli whose correct answer is "no".&lt;br/&gt;&lt;br/&gt;I want to present the stimuli in a given order, that is, I want the 48 stimuli to be presented in an equal sequence for all participants (sequence = 1, 2, 3, 4, ..., 48). But in this sequence are mixed the stimuli with different correct answer.&lt;br/&gt;&lt;br/&gt;what should I do?&lt;br/&gt;&lt;br/&gt;Thank you in advance&lt;br/&gt;&lt;br/&gt;Best regards&lt;a class="if-quote-goto quote-link" href="#" data-id="20287"&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;Encode the correct answers in a &amp;lt;list&amp;gt;. Pair that list to the stimulus element. Evaluate response via the &amp;lt;trial&amp;gt;'s /iscorrectresponse attribute.&lt;br/&gt;&lt;br/&gt;&amp;lt;text mytext&amp;gt;&lt;br/&gt;/ items = myitems&lt;br/&gt;&lt;strong&gt;/ select = sequence&lt;/strong&gt;&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item myitems&amp;gt;&lt;br/&gt;/ 1 = "Stimulus 1 (correct answer is yes)"&lt;br/&gt;/ 2 = "Stimulus 2 (correct answer is yes)"&lt;br/&gt;/ 3 = "Stimulus 3 (correct answer is no)"&lt;br/&gt;/ 4 = "Stimulus 4 (correct answer is yes)"&lt;br/&gt;/ 5 = "Stimulus 5 (correct answer is no)"&lt;br/&gt;/ 6 = "Stimulus 6 (correct answer is no)"&lt;br/&gt;/ 7 = "Stimulus 7 (correct answer is no)"&lt;br/&gt;/ 8 = "Stimulus 8 (correct answer is yes)"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list correct_response&amp;gt;&lt;br/&gt;/ items = ("yes", "yes", "no", "yes", "no", "no", "no", "yes")&lt;br/&gt;&lt;strong&gt;/ selectionmode = text.mytext.currentindex&lt;/strong&gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial mytrial&amp;gt;&lt;br/&gt;/ stimulusframes = [1=mytext, yes, no]&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ validresponse = (yes, no)&lt;br/&gt;&lt;strong&gt;/ iscorrectresponse = [trial.mytrial.response == list.correct_response.nextvalue]&lt;/strong&gt;&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text yes&amp;gt;&lt;br/&gt;/ items = ("YES.")&lt;br/&gt;/ position = (40%, 80%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text no&amp;gt;&lt;br/&gt;/ items = ("NO.")&lt;br/&gt;/ position = (60%, 80%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block myblock&amp;gt;&lt;br/&gt;/ trials = [1-8 = mytrial]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="20296"&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;Thank you so much for your response!&lt;br/&gt;&lt;br/&gt;I just did it and it's exactly what I needed&lt;br/&gt;</description><pubDate>Tue, 29 Nov 2016 08:23:26 GMT</pubDate><dc:creator>naguirre</dc:creator></item><item><title>RE: Beginner's doubt: non-random experiment and different correct responses</title><link>https://forums.millisecond.com/Topic20296.aspx</link><description>&lt;div data-id="20287" class="if-quote-wrapper" unselectable="on" data-guid="1480435239879"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="20287" 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="20287" 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="20287" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;naguirre - Tuesday, November 29, 2016&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-20287"&gt;&lt;div class="if-quote-message-margin"&gt;I have a question with an experiment. I guess it will be very easy to solve, but I do not know how to start.&lt;br/&gt;&lt;br/&gt;The experiment consists of 48 stimuli. Each stimulus is an image in which a mathematical operation appears. The question of the experiment is: Is the result shown in the image correct? Therefore, the correct answer may be "yes" or "no".&lt;br/&gt;&lt;br/&gt;There are 24 stimuli whose correct answer is "yes" and 24 stimuli whose correct answer is "no".&lt;br/&gt;&lt;br/&gt;I want to present the stimuli in a given order, that is, I want the 48 stimuli to be presented in an equal sequence for all participants (sequence = 1, 2, 3, 4, ..., 48). But in this sequence are mixed the stimuli with different correct answer.&lt;br/&gt;&lt;br/&gt;what should I do?&lt;br/&gt;&lt;br/&gt;Thank you in advance&lt;br/&gt;&lt;br/&gt;Best regards&lt;a class="if-quote-goto quote-link" href="#" data-id="20287"&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;Encode the correct answers in a &amp;lt;list&amp;gt;. Pair that list to the stimulus element. Evaluate response via the &amp;lt;trial&amp;gt;'s /iscorrectresponse attribute.&lt;br/&gt;&lt;br/&gt;&amp;lt;text mytext&amp;gt;&lt;br/&gt;/ items = myitems&lt;br/&gt;&lt;strong&gt;/ select = sequence&lt;/strong&gt;&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item myitems&amp;gt;&lt;br/&gt;/ 1 = "Stimulus 1 (correct answer is yes)"&lt;br/&gt;/ 2 = "Stimulus 2 (correct answer is yes)"&lt;br/&gt;/ 3 = "Stimulus 3 (correct answer is no)"&lt;br/&gt;/ 4 = "Stimulus 4 (correct answer is yes)"&lt;br/&gt;/ 5 = "Stimulus 5 (correct answer is no)"&lt;br/&gt;/ 6 = "Stimulus 6 (correct answer is no)"&lt;br/&gt;/ 7 = "Stimulus 7 (correct answer is no)"&lt;br/&gt;/ 8 = "Stimulus 8 (correct answer is yes)"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list correct_response&amp;gt;&lt;br/&gt;/ items = ("yes", "yes", "no", "yes", "no", "no", "no", "yes")&lt;br/&gt;&lt;strong&gt;/ selectionmode = text.mytext.currentindex&lt;/strong&gt;&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial mytrial&amp;gt;&lt;br/&gt;/ stimulusframes = [1=mytext, yes, no]&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ validresponse = (yes, no)&lt;br/&gt;&lt;strong&gt;/ iscorrectresponse = [trial.mytrial.response == list.correct_response.nextvalue]&lt;/strong&gt;&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text yes&amp;gt;&lt;br/&gt;/ items = ("YES.")&lt;br/&gt;/ position = (40%, 80%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text no&amp;gt;&lt;br/&gt;/ items = ("NO.")&lt;br/&gt;/ position = (60%, 80%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block myblock&amp;gt;&lt;br/&gt;/ trials = [1-8 = mytrial]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;</description><pubDate>Tue, 29 Nov 2016 08:11:26 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>