﻿<?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  » surveypage branch</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Sun, 13 Sep 2026 09:23:30 GMT</lastBuildDate><ttl>20</ttl><item><title>surveypage branch</title><link>https://forums.millisecond.com/Topic22640.aspx</link><description>hello,&amp;nbsp;&lt;br/&gt;i want to branch from a surveypage to a "success" or "fail" page given correct answers to three questions, but i am having difficulty branching to anything other than another surveypage (for example, i can't branch to a page or an html page). Is there any way to branch from a surveypage to any other type of element? If there's not, would it be possible to remove the "continue" button on a surveypage?&amp;nbsp;&lt;br/&gt;&lt;br/&gt;thank you!&amp;nbsp;</description><pubDate>Tue, 03 Oct 2017 13:03:27 GMT</pubDate><dc:creator>nrouhani</dc:creator></item><item><title>RE: surveypage branch</title><link>https://forums.millisecond.com/Topic22641.aspx</link><description>&lt;div data-id="22640" class="if-quote-wrapper" unselectable="on" data-guid="1507060499439"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="22640" 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="22640" 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="22640" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;nrouhani - Tuesday, October 3, 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-22640"&gt;&lt;div class="if-quote-message-margin"&gt;hello,&amp;nbsp;&lt;br/&gt;i want to branch from a surveypage to a "success" or "fail" page given correct answers to three questions, but i am having difficulty branching to anything other than another surveypage (for example, i can't branch to a page or an html page). Is there any way to branch from a surveypage to any other type of element? If there's not, would it be possible to remove the "continue" button on a surveypage?&amp;nbsp;&lt;br/&gt;&lt;br/&gt;thank you!&amp;nbsp;&lt;a class="if-quote-goto quote-link" href="#" data-id="22640"&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;When you run your &amp;lt;surveypage&amp;gt; via a &amp;lt;survey&amp;gt;, you can only /branch to another &amp;lt;surveypage&amp;gt;. You cannot remove the next button on that 2nd page, but you can make it invisible it by placing it off-screen:&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage yourpage&amp;gt;&lt;br/&gt;...&lt;br/&gt;/ branch = [if (...) surveypage.successpage else surveypage.failpage]&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;with &lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage successpage&amp;gt;&lt;br/&gt;/ caption = "Success!"&lt;br/&gt;...&lt;br/&gt;/ timeout = 1000&lt;br/&gt;/ showpagenumbers = false&lt;br/&gt;/ showquestionnumbers = false&lt;br/&gt;/ showbackbutton = false&lt;br/&gt;/ nextbuttonposition = (-10%, -10%)&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage failpage&amp;gt;&lt;br/&gt;/ caption = "Fail!"&lt;br/&gt;...&lt;br/&gt;/ timeout = 1000&lt;br/&gt;/ showpagenumbers = false&lt;br/&gt;/ showquestionnumbers = false&lt;br/&gt;/ showbackbutton = false&lt;br/&gt;/ nextbuttonposition = (-10%, -10%)&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;If you are executing your surveypage(s) via a &amp;lt;block&amp;gt; ( &amp;lt;surveypage&amp;gt; is a kind of &amp;lt;trial&amp;gt;), you can also /branch to a regular &amp;lt;trial&amp;gt; element. That &amp;lt;trial&amp;gt; element can display &amp;lt;text&amp;gt;, &amp;lt;picture&amp;gt;, etc. stimuli, as well as HTML via the &amp;lt;html&amp;gt; stimulus element.&lt;br/&gt;&lt;br/&gt;&amp;lt;page&amp;gt; and &amp;lt;htmlpage&amp;gt; elements, on the other hand, are not trials, and you cannot /branch to page or htmlpage elements. They are instruction pages, and the sole way to display them is via a &amp;lt;block&amp;gt;'s or &amp;lt;expt&amp;gt;'s /preinstructions and /postinstructions attributes.&lt;br/&gt;&lt;br/&gt;Hope this clarifies.&lt;br/&gt;</description><pubDate>Tue, 03 Oct 2017 13:03:27 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>