﻿<?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  » Web Experiment with repeated measures</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Sun, 20 Sep 2026 02:52:28 GMT</lastBuildDate><ttl>20</ttl><item><title>Web Experiment with repeated measures</title><link>https://forums.millisecond.com/Topic29845.aspx</link><description>Hi all,&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I am new to inquisit and to programming in general.. At the moment I am working on a web experiment which should have two sessions (with one day in between). The order of the sessions should be counterbalanced between participants. I used a batch to counterbalance between the participants and it works that participants with odd ID get the negative condition and the participants with even ID get the neutral condition when they click the link. But how can I make sure that if the participants with odd ID click the link a second time, they will get the neutral condition and vice versa?&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Apparently Inquisit should track session number automatically, but refering to session in my script this does not seem to work.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Here is what I did:&lt;br/&gt;&amp;lt;batch Negative_First&amp;gt;&lt;br/&gt;/ subjects = (1 of 2)&lt;br/&gt;/ file = "Negative_First.iqx"&lt;br/&gt;&amp;lt;/batch&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;batch Neutral_First&amp;gt;&lt;br/&gt;/ subjects = (2 of 2)&lt;br/&gt;/ file = "Neutral_First.iqx"&lt;br/&gt;&amp;lt;/batch&amp;gt;&lt;br/&gt;&lt;br/&gt;Script of Negative_First&lt;br/&gt;&amp;lt;expt session 1&amp;gt;&lt;br/&gt;/ sessions = (1 of 2)&lt;br/&gt;/ blocks = [1 = moodinduction_negative]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&amp;lt;expt session 2&amp;gt;&lt;br/&gt;/ sessions = (2 of 2)&lt;br/&gt;/ blocks = [1 = moodinduction_neutal]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;Script of Neutral_First&lt;br/&gt;&amp;lt;expt session 1&amp;gt;&lt;br/&gt;/ sessions = (1 of 2)&lt;br/&gt;/ blocks = [1 =&amp;nbsp; moodinduction_neutral]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&amp;lt;expt session 2&amp;gt;&lt;br/&gt;/ sessions = (2 of 2)&lt;br/&gt;/ blocks = [1 = moodinduction_negative]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;I would be happy, if someone can help me :) &lt;br/&gt;Thanks a lot in advance!</description><pubDate>Fri, 09 Oct 2020 15:04:40 GMT</pubDate><dc:creator>Alehanbeekan</dc:creator></item><item><title>RE: Web Experiment with repeated measures</title><link>https://forums.millisecond.com/Topic29861.aspx</link><description>Hi Dave,&lt;br id="if_insertedNode_1602254688562"&gt;&lt;br id="if_insertedNode_1602254690177"&gt;Thanks for your quick answer! That worked :)​​​</description><pubDate>Fri, 09 Oct 2020 15:04:40 GMT</pubDate><dc:creator>Alehanbeekan</dc:creator></item><item><title>RE: Web Experiment with repeated measures</title><link>https://forums.millisecond.com/Topic29846.aspx</link><description>&lt;blockquote data-id="29845" class="if-quote-wrapper" unselectable="on" data-guid="1602159323785" id="if_insertedNode_1602159322758" contenteditable="false"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="29845" 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="29845" 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="29845" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Alehanbeekan - 10/8/2020&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-29845"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;Hi all,&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I am new to inquisit and to programming in general.. At the moment I am working on a web experiment which should have two sessions (with one day in between). The order of the sessions should be counterbalanced between participants. I used a batch to counterbalance between the participants and it works that participants with odd ID get the negative condition and the participants with even ID get the neutral condition when they click the link. But how can I make sure that if the participants with odd ID click the link a second time, they will get the neutral condition and vice versa?&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Apparently Inquisit should track session number automatically, but refering to session in my script this does not seem to work.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Here is what I did:&lt;br/&gt;&amp;lt;batch Negative_First&amp;gt;&lt;br/&gt;/ subjects = (1 of 2)&lt;br/&gt;/ file = "Negative_First.iqx"&lt;br/&gt;&amp;lt;/batch&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;batch Neutral_First&amp;gt;&lt;br/&gt;/ subjects = (2 of 2)&lt;br/&gt;/ file = "Neutral_First.iqx"&lt;br/&gt;&amp;lt;/batch&amp;gt;&lt;br/&gt;&lt;br/&gt;Script of Negative_First&lt;br/&gt;&amp;lt;expt session 1&amp;gt;&lt;br/&gt;/ sessions = (1 of 2)&lt;br/&gt;/ blocks = [1 = moodinduction_negative]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&amp;lt;expt session 2&amp;gt;&lt;br/&gt;/ sessions = (2 of 2)&lt;br/&gt;/ blocks = [1 = moodinduction_neutal]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;Script of Neutral_First&lt;br/&gt;&amp;lt;expt session 1&amp;gt;&lt;br/&gt;/ sessions = (1 of 2)&lt;br/&gt;/ blocks = [1 =&amp;nbsp; moodinduction_neutral]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&amp;lt;expt session 2&amp;gt;&lt;br/&gt;/ sessions = (2 of 2)&lt;br/&gt;/ blocks = [1 = moodinduction_negative]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;I would be happy, if someone can help me :) &lt;br/&gt;Thanks a lot in advance!&lt;a class="if-quote-goto quote-link" href="#" data-id="29845"&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;The way to do this would be to assign by group ID in your &amp;lt;expt&amp;gt;s&lt;br/&gt;&lt;br/&gt;Script of Negative_First&lt;br/&gt;&amp;lt;expt session1&amp;gt;&lt;br/&gt;&lt;strong&gt;/ groups (1 of 2)&lt;/strong&gt;&lt;br/&gt;/ blocks = [1 = moodinduction_negative]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&amp;lt;expt session2&amp;gt;&lt;br/&gt;&lt;strong&gt;/ groups (2 of 2)&lt;/strong&gt;&lt;br/&gt;/ blocks = [1 = moodinduction_neutal]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;Script of Neutral_First&lt;br/&gt;&amp;lt;expt session1&amp;gt;&lt;br/&gt;&lt;strong&gt;/ groups (1 of 2)&lt;/strong&gt;&lt;br/&gt;/ blocks = [1 =  moodinduction_neutral]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&amp;lt;expt session2&amp;gt;&lt;br/&gt;&lt;strong&gt;/ groups (2 of 2)&lt;/strong&gt;&lt;br/&gt;/ blocks = [1 = moodinduction_negative]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;pass group ID in via URL parameter to the web experiment's start page, and then give your participants two separate links&lt;br/&gt;&lt;br/&gt;https://[yourexperimentsurl]?groupid=1 for session #1&lt;br/&gt;and&lt;br/&gt;https://[yourexperimentsurl]?groupid=2 for session #2</description><pubDate>Thu, 08 Oct 2020 12:19:47 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>