﻿<?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 4  » Counting the number of times someone presses the space bar</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Tue, 28 Jul 2026 00:22:12 GMT</lastBuildDate><ttl>20</ttl><item><title>Counting the number of times someone presses the space bar</title><link>https://forums.millisecond.com/Topic26899.aspx</link><description>Hey,&lt;br/&gt;&lt;br/&gt;Is there an option where inquisit can count the number of times someone presses the spacebar?&lt;br/&gt;&lt;br/&gt;Sanne&lt;br/&gt;</description><pubDate>Tue, 18 Jun 2019 00:49:38 GMT</pubDate><dc:creator>Sannesanne</dc:creator></item><item><title>RE: Counting the number of times someone presses the space bar</title><link>https://forums.millisecond.com/Topic27298.aspx</link><description>&lt;div data-id="27291" class="if-quote-wrapper" unselectable="on" data-guid="1560844153545"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="27291" 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="27291" 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="27291" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - 6/17/2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-27291"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="27289" class="if-quote-wrapper" unselectable="on" data-guid="1560844153545"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="27289" 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="27289" 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="27289" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Sannesanne - 6/15/2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-27289"&gt;&lt;div class="if-quote-message-margin"&gt;Hi Dave,&lt;br/&gt;&lt;br/&gt;I am doing an online study and want to redirect people from Qualtrics to Inquisit and back to Qualtrics.&lt;br/&gt;I followed the instructions I found online, but there seems to be an error.&lt;br/&gt;The subjectid is coupled correctly. The problem is that when clicking the start button when Inquisit opens directly redirects you to Qualtrics.&lt;br/&gt;The finish page immediately opens, without the Inquisit game actually playing. &lt;br/&gt;I start to think there is something wrong in my script, but I am don't know what the problem could be.&lt;br/&gt;&lt;br/&gt;This is the link to the Qualtrics survey: &lt;a href="https://psychru.eu.qualtrics.com/jfe/preview/SV_bCq7EvFp4xmtv25?Q_SurveyVersionID=current&amp;amp;Q_CHL=preview"&gt;&lt;a href="https://psychru.eu.qualtrics.com/jfe/preview/SV_bCq7EvFp4xmtv25?Q_SurveyVersionID=current&amp;amp;Q_CHL=preview"&gt;https://psychru.eu.qualtrics.com/jfe/preview/SV_bCq7EvFp4xmtv25?Q_SurveyVersionID=current&amp;amp;Q_CHL=preview&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;I also attached the data files of Inquisit. The start file is the batch file "garbage_game" &lt;br/&gt;&lt;br/&gt;Thank you in advance for your help!&lt;br/&gt;&lt;br/&gt;Sanne&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="27289"&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;Your batch script tries to assign conditions based on subject number:&lt;br/&gt;&lt;br/&gt;&amp;lt;batch&amp;gt;&lt;br/&gt;/subjects = (1 of 2)&lt;br/&gt;/file = "surroundings.iqx"&lt;br/&gt;/ groupassignment = &lt;strong&gt;subjectnumber&lt;/strong&gt;&lt;br/&gt;&amp;lt;/batch&amp;gt;&lt;br/&gt; &lt;br/&gt;&amp;lt;batch&amp;gt;&lt;br/&gt;/subjects = (2 of 2)&lt;br/&gt;/file = "environment.iqx"&lt;br/&gt;/ groupassignment = &lt;strong&gt;subjectnumber&lt;/strong&gt;&lt;br/&gt;&amp;lt;/batch&amp;gt;&lt;br/&gt;&lt;br/&gt;Condition assignment is a mathematical operation, i.e. for this to work, subject IDs must be strictly numerical. Qualtrics IDs are not numerical, they're strings of letters and numbers, i.e. alphanumerical. As a consequence, no condition applies, and the batch immediately ends without any of the scripts having been run.&lt;br/&gt;&lt;br/&gt;Change the /groupassignment method to &lt;strong&gt;groupnumber &lt;/strong&gt;and select an appropriate group ID generation method in your web experiment's settings.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="27291"&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, that solves the problem!&lt;br/&gt;</description><pubDate>Tue, 18 Jun 2019 00:49:38 GMT</pubDate><dc:creator>Sannesanne</dc:creator></item><item><title>RE: Counting the number of times someone presses the space bar</title><link>https://forums.millisecond.com/Topic27291.aspx</link><description>&lt;div data-id="27289" class="if-quote-wrapper" unselectable="on" data-guid="1560769708886"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="27289" 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="27289" 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="27289" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Sannesanne - 6/15/2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-27289"&gt;&lt;div class="if-quote-message-margin"&gt;Hi Dave,&lt;br/&gt;&lt;br/&gt;I am doing an online study and want to redirect people from Qualtrics to Inquisit and back to Qualtrics.&lt;br/&gt;I followed the instructions I found online, but there seems to be an error.&lt;br/&gt;The subjectid is coupled correctly. The problem is that when clicking the start button when Inquisit opens directly redirects you to Qualtrics.&lt;br/&gt;The finish page immediately opens, without the Inquisit game actually playing. &lt;br/&gt;I start to think there is something wrong in my script, but I am don't know what the problem could be.&lt;br/&gt;&lt;br/&gt;This is the link to the Qualtrics survey: &lt;a href="https://psychru.eu.qualtrics.com/jfe/preview/SV_bCq7EvFp4xmtv25?Q_SurveyVersionID=current&amp;amp;Q_CHL=preview"&gt;&lt;a href="https://psychru.eu.qualtrics.com/jfe/preview/SV_bCq7EvFp4xmtv25?Q_SurveyVersionID=current&amp;amp;Q_CHL=preview"&gt;https://psychru.eu.qualtrics.com/jfe/preview/SV_bCq7EvFp4xmtv25?Q_SurveyVersionID=current&amp;amp;Q_CHL=preview&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;I also attached the data files of Inquisit. The start file is the batch file "garbage_game" &lt;br/&gt;&lt;br/&gt;Thank you in advance for your help!&lt;br/&gt;&lt;br/&gt;Sanne&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="27289"&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;Your batch script tries to assign conditions based on subject number:&lt;br/&gt;&lt;br/&gt;&amp;lt;batch&amp;gt;&lt;br/&gt;/subjects = (1 of 2)&lt;br/&gt;/file = "surroundings.iqx"&lt;br/&gt;/ groupassignment = &lt;strong&gt;subjectnumber&lt;/strong&gt;&lt;br/&gt;&amp;lt;/batch&amp;gt;&lt;br/&gt; &lt;br/&gt;&amp;lt;batch&amp;gt;&lt;br/&gt;/subjects = (2 of 2)&lt;br/&gt;/file = "environment.iqx"&lt;br/&gt;/ groupassignment = &lt;strong&gt;subjectnumber&lt;/strong&gt;&lt;br/&gt;&amp;lt;/batch&amp;gt;&lt;br/&gt;&lt;br/&gt;Condition assignment is a mathematical operation, i.e. for this to work, subject IDs must be strictly numerical. Qualtrics IDs are not numerical, they're strings of letters and numbers, i.e. alphanumerical. As a consequence, no condition applies, and the batch immediately ends without any of the scripts having been run.&lt;br/&gt;&lt;br/&gt;Change the /groupassignment method to &lt;strong&gt;groupnumber &lt;/strong&gt;and select an appropriate group ID generation method in your web experiment's settings.&lt;br/&gt;</description><pubDate>Mon, 17 Jun 2019 04:13:04 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Counting the number of times someone presses the space bar</title><link>https://forums.millisecond.com/Topic27289.aspx</link><description>Hi Dave,&lt;br/&gt;&lt;br/&gt;I am doing an online study and want to redirect people from Qualtrics to Inquisit and back to Qualtrics.&lt;br/&gt;I followed the instructions I found online, but there seems to be an error.&lt;br/&gt;The subjectid is coupled correctly. The problem is that when clicking the start button when Inquisit opens directly redirects you to Qualtrics.&lt;br/&gt;The finish page immediately opens, without the Inquisit game actually playing. &lt;br/&gt;I start to think there is something wrong in my script, but I am don't know what the problem could be.&lt;br/&gt;&lt;br/&gt;This is the link to the Qualtrics survey: &lt;a href="https://psychru.eu.qualtrics.com/jfe/preview/SV_bCq7EvFp4xmtv25?Q_SurveyVersionID=current&amp;amp;Q_CHL=preview"&gt;https://psychru.eu.qualtrics.com/jfe/preview/SV_bCq7EvFp4xmtv25?Q_SurveyVersionID=current&amp;amp;Q_CHL=preview&lt;/a&gt;&lt;br/&gt;I also attached the data files of Inquisit. The start file is the batch file "garbage_game" &lt;br/&gt;&lt;br/&gt;Thank you in advance for your help!&lt;br/&gt;&lt;br/&gt;Sanne&lt;br/&gt;</description><pubDate>Sat, 15 Jun 2019 07:35:38 GMT</pubDate><dc:creator>Sannesanne</dc:creator></item><item><title>RE: Counting the number of times someone presses the space bar</title><link>https://forums.millisecond.com/Topic27151.aspx</link><description>&lt;div data-id="27149" class="if-quote-wrapper" unselectable="on" data-guid="1558443513775"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="27149" 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="27149" 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="27149" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Tuesday, May 21, 2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-27149"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="27147" class="if-quote-wrapper" unselectable="on" data-guid="1558443513775"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="27147" 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="27147" 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="27147" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Sannesanne - Tuesday, May 21, 2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-27147"&gt;&lt;div class="if-quote-message-margin"&gt;Hi Dave,&lt;br/&gt;&lt;br/&gt;The script is almost done! &lt;br/&gt;It counts how many times a person presses spacebar after 'picking up garbage'. A picture of garbage appears, and when you press spacebar the picture dissappears and a new one will appear in a random time interval. So sometimes the new picture appears immediately, sometimes it takes a couple of seconds. This is done witch counter. &lt;br/&gt;&lt;br/&gt;We have included a text element in the corner of the screen which shows the number of times spacebar is pressed.&lt;br/&gt;&lt;br/&gt;The problem is, the counter delays the moment the picture is presented, but it also delays the text element which shows the number of times spacebar is pressed. This is because they are both included in the trials.&lt;br/&gt;&lt;br/&gt;When playing the game it is distracting that the text with the score also disappears and reappears. Would you know a solution for this, while still counting the number of times someone presses spacebar?&lt;br/&gt;&lt;br/&gt;Thank you,&lt;br/&gt;&lt;br/&gt;Sanne&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="27147"&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;&amp;gt; The problem is, the counter delays the moment the picture is presented, but it also delays the text element which shows the number of times spacebar is pressed. This is because they are both included in the trials.&lt;br/&gt;&lt;br/&gt;I cannot comment on that because you did not share how you actually did this, i.e. the actual code. There is no reason per se why a trial cannot present one stimulus at time X and another stimulus at time Y. One need not delay the other.&lt;br/&gt;&lt;br/&gt;&amp;gt; When playing the game it is distracting that the text with the score also disappears and reappears. Would you know a solution for this, while still counting the number of times someone presses spacebar?&lt;br/&gt;&lt;br/&gt;Set the &amp;lt;text&amp;gt; element's /erase attribute to false.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="27149"&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! The erase attribute actually solved the problem :)&lt;br/&gt;&lt;br/&gt;</description><pubDate>Tue, 21 May 2019 05:58:56 GMT</pubDate><dc:creator>Sannesanne</dc:creator></item><item><title>RE: Counting the number of times someone presses the space bar</title><link>https://forums.millisecond.com/Topic27149.aspx</link><description>&lt;div data-id="27147" class="if-quote-wrapper" unselectable="on" data-guid="1558441378934"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="27147" 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="27147" 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="27147" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Sannesanne - Tuesday, May 21, 2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-27147"&gt;&lt;div class="if-quote-message-margin"&gt;Hi Dave,&lt;br/&gt;&lt;br/&gt;The script is almost done! &lt;br/&gt;It counts how many times a person presses spacebar after 'picking up garbage'. A picture of garbage appears, and when you press spacebar the picture dissappears and a new one will appear in a random time interval. So sometimes the new picture appears immediately, sometimes it takes a couple of seconds. This is done witch counter. &lt;br/&gt;&lt;br/&gt;We have included a text element in the corner of the screen which shows the number of times spacebar is pressed.&lt;br/&gt;&lt;br/&gt;The problem is, the counter delays the moment the picture is presented, but it also delays the text element which shows the number of times spacebar is pressed. This is because they are both included in the trials.&lt;br/&gt;&lt;br/&gt;When playing the game it is distracting that the text with the score also disappears and reappears. Would you know a solution for this, while still counting the number of times someone presses spacebar?&lt;br/&gt;&lt;br/&gt;Thank you,&lt;br/&gt;&lt;br/&gt;Sanne&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="27147"&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;&amp;gt; The problem is, the counter delays the moment the picture is presented, but it also delays the text element which shows the number of times spacebar is pressed. This is because they are both included in the trials.&lt;br/&gt;&lt;br/&gt;I cannot comment on that because you did not share how you actually did this, i.e. the actual code. There is no reason per se why a trial cannot present one stimulus at time X and another stimulus at time Y. One need not delay the other.&lt;br/&gt;&lt;br/&gt;&amp;gt; When playing the game it is distracting that the text with the score also disappears and reappears. Would you know a solution for this, while still counting the number of times someone presses spacebar?&lt;br/&gt;&lt;br/&gt;Set the &amp;lt;text&amp;gt; element's /erase attribute to false.&lt;br/&gt;</description><pubDate>Tue, 21 May 2019 05:25:00 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Counting the number of times someone presses the space bar</title><link>https://forums.millisecond.com/Topic27147.aspx</link><description>Hi Dave,&lt;br/&gt;&lt;br/&gt;The script is almost done! &lt;br/&gt;It counts how many times a person presses spacebar after 'picking up garbage'. A picture of garbage appears, and when you press spacebar the picture dissappears and a new one will appear in a random time interval. So sometimes the new picture appears immediately, sometimes it takes a couple of seconds. This is done witch counter. &lt;br/&gt;&lt;br/&gt;We have included a text element in the corner of the screen which shows the number of times spacebar is pressed.&lt;br/&gt;&lt;br/&gt;The problem is, the counter delays the moment the picture is presented, but it also delays the text element which shows the number of times spacebar is pressed. This is because they are both included in the trials.&lt;br/&gt;&lt;br/&gt;When playing the game it is distracting that the text with the score also disappears and reappears. Would you know a solution for this, while still counting the number of times someone presses spacebar?&lt;br/&gt;&lt;br/&gt;Thank you,&lt;br/&gt;&lt;br/&gt;Sanne&lt;br/&gt;</description><pubDate>Tue, 21 May 2019 01:24:44 GMT</pubDate><dc:creator>Sannesanne</dc:creator></item><item><title>RE: Counting the number of times someone presses the space bar</title><link>https://forums.millisecond.com/Topic26911.aspx</link><description>Thanks a lot :) &lt;br/&gt;</description><pubDate>Wed, 01 May 2019 07:45:22 GMT</pubDate><dc:creator>Sannesanne</dc:creator></item><item><title>RE: Counting the number of times someone presses the space bar</title><link>https://forums.millisecond.com/Topic26910.aspx</link><description>&lt;div data-id="26909" class="if-quote-wrapper" unselectable="on" data-guid="1556714469598"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="26909" 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="26909" 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="26909" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Sannesanne - Wednesday, May 1, 2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-26909"&gt;&lt;div class="if-quote-message-margin"&gt;Thank you very much! I tried some tutorials but still I'm a bit confused..&lt;br/&gt;&lt;br/&gt;I actually have two conditions. &lt;br/&gt;&lt;br/&gt;I made this after your help:&lt;br/&gt;&lt;br/&gt;&amp;lt;block experiment1&amp;gt;&lt;br/&gt;/trials = [1-4=sequence(story1, pictures1)]&lt;br/&gt;/ preinstructions = (welcome, instructions1a)&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block experiment2&amp;gt;&lt;br/&gt;/trials = [1-4=sequence(story2, pictures2)]&lt;br/&gt;/ preinstructions = (welcome, instructions2a)&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;I'm not sure how I can randomly assign one of the two experiments to the participants.&lt;br/&gt;I could use &lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt; &lt;br/&gt;/ subjects (1 of 2) &lt;br/&gt;&lt;br/&gt;but I don't want to run both blocks. &lt;br/&gt;I read some other threats about the subject but I'm a bit overwhelmed..&lt;br/&gt;&lt;br/&gt;Sanne&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="26909"&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;You need to set up two &amp;lt;expt&amp;gt; elements in your script. One that runs only the story 1 block, another that only runs the story 2 block. Then assign participants to one of those two &amp;lt;expt&amp;gt;s by either group ID, subject ID or randomly. Since you're planning to run this one the web, I recommed you assign based on group ID and select random generation of group IDs in the web experiment's settings once you upload it.&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ subjects = (1 of 2)&lt;br/&gt;/ groupassignment = groupnumber&lt;br/&gt;/ blocks = [1 = experiment1]&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 = [1 = experiment2]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;</description><pubDate>Wed, 01 May 2019 05:43:59 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Counting the number of times someone presses the space bar</title><link>https://forums.millisecond.com/Topic26909.aspx</link><description>Thank you very much! I tried some tutorials but still I'm a bit confused..&lt;br/&gt;&lt;br/&gt;I actually have two conditions. &lt;br/&gt;&lt;br/&gt;I made this after your help:&lt;br/&gt;&lt;br/&gt;&amp;lt;block experiment1&amp;gt;&lt;br/&gt;/trials = [1-4=sequence(story1, pictures1)]&lt;br/&gt;/ preinstructions = (welcome, instructions1a)&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block experiment2&amp;gt;&lt;br/&gt;/trials = [1-4=sequence(story2, pictures2)]&lt;br/&gt;/ preinstructions = (welcome, instructions2a)&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;I'm not sure how I can randomly assign one of the two experiments to the participants.&lt;br/&gt;I could use &lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt; &lt;br/&gt;/ subjects (1 of 2) &lt;br/&gt;&lt;br/&gt;but I don't want to run both blocks. &lt;br/&gt;I read some other threats about the subject but I'm a bit overwhelmed..&lt;br/&gt;&lt;br/&gt;Sanne&lt;br/&gt;</description><pubDate>Wed, 01 May 2019 00:34:53 GMT</pubDate><dc:creator>Sannesanne</dc:creator></item><item><title>RE: Counting the number of times someone presses the space bar</title><link>https://forums.millisecond.com/Topic26908.aspx</link><description>&lt;div data-id="26907" class="if-quote-wrapper" unselectable="on" data-guid="1556640244846"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="26907" 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="26907" 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="26907" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Sannesanne - Tuesday, April 30, 2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-26907"&gt;&lt;div class="if-quote-message-margin"&gt;I have some more questions and it would be great if you could help me.&lt;br/&gt;&lt;br/&gt;I want to have text and images which participants will only view. They don't have to do anything but going to the next page.&lt;br/&gt;The sequence of presentation has to be: image1, text1, image2, text2, image3, text3, image4, text4.&lt;br/&gt;I cannot use /select = sequence,&amp;nbsp; but I have no idea how I can switch between the two.&lt;br/&gt;&lt;br/&gt;Also, I don't know how to upload an image. I used this:&lt;br/&gt;&lt;br/&gt;&amp;lt;item pictures1&amp;gt;&lt;br/&gt;/1 = &lt;br/&gt;/2 =&lt;br/&gt;/3 = &lt;br/&gt;/4 =&lt;br/&gt;&amp;lt;/item&amp;gt; &lt;br/&gt;&lt;br/&gt;&amp;lt;image pictures1&amp;gt;&lt;br/&gt;/ caption=""&lt;br/&gt;/ items=("pictures1")&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;&lt;br/&gt;But I don't know how to actually refer to an image. I want to make an online game/survey. Would it be possible to share the experiment online?&lt;br/&gt;If so, how would inquisit be able to 'find' the picture when the survey is run on another computer?&lt;br/&gt;&lt;br/&gt;Sanne&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="26907"&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;This should be pretty straightforward. Set up two &amp;lt;trial&amp;gt; elements, one to display the "text" page, one to display the "image" page. Run them in sequence.&lt;br/&gt;&lt;br/&gt;&amp;lt;block example&amp;gt;&lt;br/&gt;/ trials = [1-4 = sequence(picturetrial, texttrial)]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial picturetrial&amp;gt;&lt;br/&gt;/ stimulusframes = [1=mypicture]&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial texttrial&amp;gt;&lt;br/&gt;/ stimulusframes = [1=mytext]&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture mypicture&amp;gt;&lt;br/&gt;/ items = pictureitems&lt;br/&gt;/ select = sequence&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item pictureitems&amp;gt;&lt;br/&gt;/ 1 = "image1.jpg"&lt;br/&gt;/ 2 = "image2.jpg"&lt;br/&gt;/ 3 = "image3.jpg"&lt;br/&gt;/ 4 = "image4.jpg"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text mytext&amp;gt;&lt;br/&gt;/ items = textitems&lt;br/&gt;/ select = sequence&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item textitems&amp;gt;&lt;br/&gt;/ 1 = "text 1"&lt;br/&gt;/ 2 = "text 2"&lt;br/&gt;/ 3 = "text 3"&lt;br/&gt;/ 4 = "text 4"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;As for any image files, enter the file names into the &amp;lt;item&amp;gt; element, and upload the files along with the script when you deploy the experiment online.&lt;br/&gt;&lt;br/&gt;You'll find basics like this covered in the tutorials, give those a go if you haven't already. &lt;a href="https://www.millisecond.com/support/docs/v4/html/tutorials/tutorials.htm"&gt;https://www.millisecond.com/support/docs/v4/html/tutorials/tutorials.htm&lt;/a&gt;&lt;br/&gt;</description><pubDate>Tue, 30 Apr 2019 09:11:43 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Counting the number of times someone presses the space bar</title><link>https://forums.millisecond.com/Topic26907.aspx</link><description>I have some more questions and it would be great if you could help me.&lt;br/&gt;&lt;br/&gt;I want to have text and images which participants will only view. They don't have to do anything but going to the next page.&lt;br/&gt;The sequence of presentation has to be: image1, text1, image2, text2, image3, text3, image4, text4.&lt;br/&gt;I cannot use /select = sequence,&amp;nbsp; but I have no idea how I can switch between the two.&lt;br/&gt;&lt;br/&gt;Also, I don't know how to upload an image. I used this:&lt;br/&gt;&lt;br/&gt;&amp;lt;item pictures1&amp;gt;&lt;br/&gt;/1 = &lt;br/&gt;/2 =&lt;br/&gt;/3 = &lt;br/&gt;/4 =&lt;br/&gt;&amp;lt;/item&amp;gt; &lt;br/&gt;&lt;br/&gt;&amp;lt;image pictures1&amp;gt;&lt;br/&gt;/ caption=""&lt;br/&gt;/ items=("pictures1")&lt;br/&gt;&amp;lt;/image&amp;gt;&lt;br/&gt;&lt;br/&gt;But I don't know how to actually refer to an image. I want to make an online game/survey. Would it be possible to share the experiment online?&lt;br/&gt;If so, how would inquisit be able to 'find' the picture when the survey is run on another computer?&lt;br/&gt;&lt;br/&gt;Sanne&lt;br/&gt;</description><pubDate>Tue, 30 Apr 2019 07:53:38 GMT</pubDate><dc:creator>Sannesanne</dc:creator></item><item><title>RE: Counting the number of times someone presses the space bar</title><link>https://forums.millisecond.com/Topic26906.aspx</link><description>Thank you :)&lt;br/&gt;</description><pubDate>Tue, 30 Apr 2019 03:54:47 GMT</pubDate><dc:creator>Sannesanne</dc:creator></item><item><title>RE: Counting the number of times someone presses the space bar</title><link>https://forums.millisecond.com/Topic26900.aspx</link><description>&lt;div data-id="26899" class="if-quote-wrapper" unselectable="on" data-guid="1556281814551"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="26899" 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="26899" 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="26899" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Sannesanne - Friday, April 26, 2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-26899"&gt;&lt;div class="if-quote-message-margin"&gt;Hey,&lt;br/&gt;&lt;br/&gt;Is there an option where inquisit can count the number of times someone presses the spacebar?&lt;br/&gt;&lt;br/&gt;Sanne&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="26899"&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;See e.g. &lt;a href="https://www.millisecond.com/forums/FindPost22899.aspx"&gt;https://www.millisecond.com/forums/FindPost22899.aspx&lt;/a&gt;&lt;br/&gt;</description><pubDate>Fri, 26 Apr 2019 05:30:04 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>