﻿<?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  » Instruction Pages</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Wed, 06 May 2026 02:06:01 GMT</lastBuildDate><ttl>20</ttl><item><title>Instruction Pages</title><link>https://forums.millisecond.com/Topic22584.aspx</link><description>I have a question concerning the instruction pages in your script “Decision Board”.&lt;br/&gt; I&amp;nbsp; want to run the script (like standard) with a decision board for two applicants. &lt;br/&gt; Before the decision board for the first applicant (Applicant1) starts, I want two instruction pages to appear (Userinfo1, Userinfo2). The second applicant (Applicant2) has two other instruction pages (Userinfo3, Userinfo4). The order of the two applicants is random.&lt;br/&gt; &lt;br/&gt; I want the script to run like this:&lt;br/&gt; &lt;br/&gt; Userinfo1&lt;br/&gt; Userinfo2&lt;br/&gt; Applicant1&lt;br/&gt; Userinfo3&lt;br/&gt; Userinfo4&lt;br/&gt; Applicant2&lt;br/&gt; &lt;br/&gt; Or respectively:&lt;br/&gt; &lt;br/&gt; Userinfo3&lt;br/&gt; Userinfo4&lt;br/&gt; Applicant2&lt;br/&gt; Userinfo1&lt;br/&gt; Userinfo2&lt;br/&gt; Applicant1&lt;br/&gt; &lt;br/&gt; &lt;br/&gt; I tried something like this: &lt;br/&gt; &lt;br/&gt; &amp;lt;htmlpage userinfo1&amp;gt;&lt;br/&gt; /file = "dba_userinformation1.htm"&lt;br/&gt; &amp;lt;/htmlpage&amp;gt;&lt;br/&gt; &lt;br/&gt; &amp;lt;htmlpage userinfo2&amp;gt;&lt;br/&gt; /file = "dba_userinformation2.htm"&lt;br/&gt; &amp;lt;/htmlpage&amp;gt;&lt;br/&gt; &lt;br/&gt; &amp;lt;htmlpage userinfo3&amp;gt;&lt;br/&gt; /file = "dba_userinformation3.htm"&lt;br/&gt; &amp;lt;/htmlpage&amp;gt;&lt;br/&gt; &lt;br/&gt; &amp;lt;htmlpage userinfo4&amp;gt;&lt;br/&gt; /file = "dba_userinformation4.htm"&lt;br/&gt; &amp;lt;/htmlpage&amp;gt;&lt;br/&gt; &lt;br/&gt; &amp;lt;list applicantindex&amp;gt;&lt;br/&gt; /items = (1, 2)&lt;br/&gt; /replace = false&lt;br/&gt; /resetinterval = 0&lt;br/&gt; &amp;lt;/list&amp;gt;&lt;br/&gt; &lt;br/&gt; &amp;lt;trial userinfo&amp;gt;&lt;br/&gt; /ontrialbegin [if (values.applicantindex=1) htmlpage.userinfo1; htmlpage.userinfo2]&lt;br/&gt; /ontrialbegin [if (values.applicantindex=2) htmlpage.userinfo3; htmlpage.userinfo4]&lt;br/&gt; &amp;lt;/trial&amp;gt;&lt;br/&gt; &lt;br/&gt; &amp;lt;block userinfo&amp;gt;&lt;br/&gt;/trials = [1 = userinfo]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt; &lt;br/&gt;Is there any mistake? Unfortunately it doesn´t work…&lt;br/&gt;</description><pubDate>Tue, 26 Sep 2017 14:10:24 GMT</pubDate><dc:creator>YoungResearcher</dc:creator></item><item><title>RE: Instruction Pages</title><link>https://forums.millisecond.com/Topic22585.aspx</link><description>&lt;div data-id="22584" class="if-quote-wrapper" unselectable="on" data-guid="1506459725368"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22584" 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="22584" 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="22584" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;YoungResearcher - Tuesday, September 26, 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-22584"&gt;&lt;div class="if-quote-message-margin"&gt;I have a question concerning the instruction pages in your script “Decision Board”.&lt;br/&gt; I&amp;nbsp; want to run the script (like standard) with a decision board for two applicants. &lt;br/&gt; Before the decision board for the first applicant (Applicant1) starts, I want two instruction pages to appear (Userinfo1, Userinfo2). The second applicant (Applicant2) has two other instruction pages (Userinfo3, Userinfo4). The order of the two applicants is random.&lt;br/&gt; &lt;br/&gt; I want the script to run like this:&lt;br/&gt; &lt;br/&gt; Userinfo1&lt;br/&gt; Userinfo2&lt;br/&gt; Applicant1&lt;br/&gt; Userinfo3&lt;br/&gt; Userinfo4&lt;br/&gt; Applicant2&lt;br/&gt; &lt;br/&gt; Or respectively:&lt;br/&gt; &lt;br/&gt; Userinfo3&lt;br/&gt; Userinfo4&lt;br/&gt; Applicant2&lt;br/&gt; Userinfo1&lt;br/&gt; Userinfo2&lt;br/&gt; Applicant1&lt;br/&gt; &lt;br/&gt; &lt;br/&gt; I tried something like this: &lt;br/&gt; &lt;br/&gt; &amp;lt;htmlpage userinfo1&amp;gt;&lt;br/&gt; /file = "dba_userinformation1.htm"&lt;br/&gt; &amp;lt;/htmlpage&amp;gt;&lt;br/&gt; &lt;br/&gt; &amp;lt;htmlpage userinfo2&amp;gt;&lt;br/&gt; /file = "dba_userinformation2.htm"&lt;br/&gt; &amp;lt;/htmlpage&amp;gt;&lt;br/&gt; &lt;br/&gt; &amp;lt;htmlpage userinfo3&amp;gt;&lt;br/&gt; /file = "dba_userinformation3.htm"&lt;br/&gt; &amp;lt;/htmlpage&amp;gt;&lt;br/&gt; &lt;br/&gt; &amp;lt;htmlpage userinfo4&amp;gt;&lt;br/&gt; /file = "dba_userinformation4.htm"&lt;br/&gt; &amp;lt;/htmlpage&amp;gt;&lt;br/&gt; &lt;br/&gt; &amp;lt;list applicantindex&amp;gt;&lt;br/&gt; /items = (1, 2)&lt;br/&gt; /replace = false&lt;br/&gt; /resetinterval = 0&lt;br/&gt; &amp;lt;/list&amp;gt;&lt;br/&gt; &lt;br/&gt; &amp;lt;trial userinfo&amp;gt;&lt;br/&gt; /ontrialbegin [if (values.applicantindex=1) htmlpage.userinfo1; htmlpage.userinfo2]&lt;br/&gt; /ontrialbegin [if (values.applicantindex=2) htmlpage.userinfo3; htmlpage.userinfo4]&lt;br/&gt; &amp;lt;/trial&amp;gt;&lt;br/&gt; &lt;br/&gt; &amp;lt;block userinfo&amp;gt;&lt;br/&gt;/trials = [1 = userinfo]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt; &lt;br/&gt;Is there any mistake? Unfortunately it doesn´t work…&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="22584"&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;lt;htmlpage&amp;gt; elements aren't trials, so you cannot display them via a block's /trials attribute. Nor are &amp;lt;htmlpage&amp;gt; elements stimuli, so you cannot display them via a &amp;lt;trial&amp;gt; either. Beyond that&lt;br/&gt;&lt;br/&gt; &amp;lt;trial userinfo&amp;gt;&lt;br/&gt; /ontrialbegin [if (values.applicantindex=1) htmlpage.userinfo1; htmlpage.userinfo2]&lt;br/&gt; /ontrialbegin [if (values.applicantindex=2) htmlpage.userinfo3; htmlpage.userinfo4]&lt;br/&gt; &amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;is invalid syntax that will not actually do anything (I'm unclear about what it is supposed to achieve or mean to begin with).&lt;br/&gt;&lt;br/&gt;&amp;lt;htmlpage&amp;gt;s are instruction pages, the exclusive way to display them is via an &amp;lt;expt&amp;gt;'s or &amp;lt;block&amp;gt;'s /pre- and /postinstructions attributes.&lt;br/&gt;&lt;br/&gt;Set up two &amp;lt;block&amp;gt;s, one that displays pages userinfo1 and userinfo2&lt;br/&gt;&lt;br/&gt;&amp;lt;block userinfo1and2&amp;gt;&lt;br/&gt;/ preinstructions = (userinfo1, unserinfo2)&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;and another one that displays userinfo3 and 4:&lt;br/&gt;&lt;br/&gt;&amp;lt;block userinfo3and4&amp;gt;&lt;br/&gt;/ preinstructions = (userinfo3, unserinfo4)&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;Then /branch to the applicable block based on your applicantindex variable:&lt;br/&gt;&lt;br/&gt;&amp;lt;block userinfo&amp;gt;&lt;br/&gt;...&lt;br/&gt;/ branch = [if (values.applicantindex == 1) block.userinfo1and2]&lt;br/&gt;/ branch = [if (values.applicantindex == 2) block.userinfo3and4]&lt;br/&gt;&amp;lt;/block&amp;gt;</description><pubDate>Tue, 26 Sep 2017 14:10:24 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>