﻿<?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  » Page numbers on trails in block element</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 22:13:46 GMT</lastBuildDate><ttl>20</ttl><item><title>Page numbers on trails in block element</title><link>https://forums.millisecond.com/Topic27980.aspx</link><description>Hi,&lt;br/&gt;&lt;br/&gt;I have been working on creating a survey for a couple of days and used the Inquisit documentation and the Forum to do so. However, I run into a problem which I cannot find the solution for. The problem is that I want to have page numbers on the different trials that people need to do, so they know how much trials they have left. However, in the block element there is no option to show page numbers. I set the showpagenumber option to true in the surveypage element, however since the same page is used for each trial every time the number is 1.&lt;br/&gt;&lt;br/&gt;Could anybody help me out? Thanks in advance!&lt;br/&gt;&lt;br/&gt;Ruth&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;This is the last part of my code:&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage attraction&amp;gt;&lt;br/&gt;/ caption = "Please answer the following questions about the environments depicted"&lt;br/&gt;/ fontstyle = ("Verdana", 12pt, true, false, false, false, 5, 0)&lt;br/&gt;/ stimulusframes = [1=environmentpic]&lt;br/&gt;/ questions = [1=environments; 2=visual_1; 3=visual_2; 4=visual_3; 5=social_1; 6=social_2; 7=social_3]&lt;br/&gt;/ responsefontstyle = ("Verdana", 8pt, false, false, false, false, 5, 0)&lt;br/&gt;/ itemfontstyle = ("Verdana", 10pt, false, false, false, false, 5, 0)&lt;br/&gt;/ itemspacing = 1%&lt;br/&gt;/ showpagenumbers = true&lt;br/&gt;/ showquestionnumbers = true&lt;br/&gt;/ finishlabel = "Next"&lt;br/&gt;/ nextbuttonposition = (60%,90%)&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage demographics&amp;gt;&lt;br/&gt;/ caption = "Please answer the following demographic questions."&lt;br/&gt;/ fontstyle = ("Verdana", 12pt, true, false, false, false, 5, 0)&lt;br/&gt;/ questions = [1=gender; 2=age; 3=nationality; 4=education; 5=recognize]&lt;br/&gt;/ responsefontstyle = ("Verdana", 8pt, false, false, false, false, 5, 0)&lt;br/&gt;/ itemfontstyle = ("Verdana", 10pt, false, false, false, false, 5, 0)&lt;br/&gt;/ itemspacing = 1%&lt;br/&gt;/ showpagenumbers = true&lt;br/&gt;/ showquestionnumbers = true&lt;br/&gt;/ finishlabel = "Next"&lt;br/&gt;/ nextbuttonposition = (60%,90%)&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Experiment&lt;br/&gt;******************&lt;br/&gt;&amp;lt;block experiment&amp;gt;&lt;br/&gt;/ trials = [1-5=attraction]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block demographics&amp;gt;&lt;br/&gt;/ trials = [1=demographics]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ preinstructions = (introduction)&lt;br/&gt;/ postinstructions = (end)&lt;br/&gt;/ blocks = [1=experiment; 2=demographics]&lt;br/&gt;/ showmousecursor = true&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;</description><pubDate>Wed, 13 Nov 2019 01:26:35 GMT</pubDate><dc:creator>Ruth1234</dc:creator></item><item><title>RE: Page numbers on trails in block element</title><link>https://forums.millisecond.com/Topic27989.aspx</link><description>&lt;br/&gt;Thanks a lot! It works perfectly!</description><pubDate>Wed, 13 Nov 2019 01:26:35 GMT</pubDate><dc:creator>Ruth1234</dc:creator></item><item><title>RE: Page numbers on trails in block element</title><link>https://forums.millisecond.com/Topic27981.aspx</link><description>&lt;div data-id="27980" class="if-quote-wrapper" unselectable="on" data-guid="1573579603528"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="27980" 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="27980" 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="27980" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Ruth1234 - 11/12/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-27980"&gt;&lt;div class="if-quote-message-margin"&gt;Hi,&lt;br/&gt;&lt;br/&gt;I have been working on creating a survey for a couple of days and used the Inquisit documentation and the Forum to do so. However, I run into a problem which I cannot find the solution for. The problem is that I want to have page numbers on the different trials that people need to do, so they know how much trials they have left. However, in the block element there is no option to show page numbers. I set the showpagenumber option to true in the surveypage element, however since the same page is used for each trial every time the number is 1.&lt;br/&gt;&lt;br/&gt;Could anybody help me out? Thanks in advance!&lt;br/&gt;&lt;br/&gt;Ruth&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;This is the last part of my code:&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage attraction&amp;gt;&lt;br/&gt;/ caption = "Please answer the following questions about the environments depicted"&lt;br/&gt;/ fontstyle = ("Verdana", 12pt, true, false, false, false, 5, 0)&lt;br/&gt;/ stimulusframes = [1=environmentpic]&lt;br/&gt;/ questions = [1=environments; 2=visual_1; 3=visual_2; 4=visual_3; 5=social_1; 6=social_2; 7=social_3]&lt;br/&gt;/ responsefontstyle = ("Verdana", 8pt, false, false, false, false, 5, 0)&lt;br/&gt;/ itemfontstyle = ("Verdana", 10pt, false, false, false, false, 5, 0)&lt;br/&gt;/ itemspacing = 1%&lt;br/&gt;/ showpagenumbers = true&lt;br/&gt;/ showquestionnumbers = true&lt;br/&gt;/ finishlabel = "Next"&lt;br/&gt;/ nextbuttonposition = (60%,90%)&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage demographics&amp;gt;&lt;br/&gt;/ caption = "Please answer the following demographic questions."&lt;br/&gt;/ fontstyle = ("Verdana", 12pt, true, false, false, false, 5, 0)&lt;br/&gt;/ questions = [1=gender; 2=age; 3=nationality; 4=education; 5=recognize]&lt;br/&gt;/ responsefontstyle = ("Verdana", 8pt, false, false, false, false, 5, 0)&lt;br/&gt;/ itemfontstyle = ("Verdana", 10pt, false, false, false, false, 5, 0)&lt;br/&gt;/ itemspacing = 1%&lt;br/&gt;/ showpagenumbers = true&lt;br/&gt;/ showquestionnumbers = true&lt;br/&gt;/ finishlabel = "Next"&lt;br/&gt;/ nextbuttonposition = (60%,90%)&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Experiment&lt;br/&gt;******************&lt;br/&gt;&amp;lt;block experiment&amp;gt;&lt;br/&gt;/ trials = [1-5=attraction]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block demographics&amp;gt;&lt;br/&gt;/ trials = [1=demographics]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ preinstructions = (introduction)&lt;br/&gt;/ postinstructions = (end)&lt;br/&gt;/ blocks = [1=experiment; 2=demographics]&lt;br/&gt;/ showmousecursor = true&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="27980"&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;values&amp;gt;&lt;br/&gt;/ pagenumber = 0&lt;br/&gt;&amp;lt;/values&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage attraction&amp;gt;&lt;br/&gt;&lt;strong&gt;/ ontrialbegin = [values.pagenumber += 1;]&lt;/strong&gt;&lt;br/&gt;/ caption = "&lt;strong&gt;&amp;lt;%values.pagenumber%&amp;gt;)&lt;/strong&gt; Please answer the following questions about the environments depicted"&lt;br/&gt;/ fontstyle = ("Verdana", 12pt, true, false, false, false, 5, 0)&lt;br/&gt;/ stimulusframes = [1=environmentpic]&lt;br/&gt;/ questions = [1=environments; 2=visual_1; 3=visual_2; 4=visual_3; 5=social_1; 6=social_2; 7=social_3]&lt;br/&gt;/ responsefontstyle = ("Verdana", 8pt, false, false, false, false, 5, 0)&lt;br/&gt;/ itemfontstyle = ("Verdana", 10pt, false, false, false, false, 5, 0)&lt;br/&gt;/ itemspacing = 1%&lt;br/&gt;&lt;strong&gt;/ showpagenumbers = false&lt;/strong&gt;&lt;br/&gt;/ showquestionnumbers = true&lt;br/&gt;/ finishlabel = "Next"&lt;br/&gt;/ nextbuttonposition = (60%,90%)&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage demographics&amp;gt;&lt;br/&gt;&lt;strong&gt;/ ontrialbegin = [values.pagenumber += 1;]&lt;/strong&gt;&lt;br/&gt;/ caption = "&lt;strong&gt;&amp;lt;%values.pagenumber%&amp;gt;)&lt;/strong&gt; Please answer the following demographic questions."&lt;br/&gt;/ fontstyle = ("Verdana", 12pt, true, false, false, false, 5, 0)&lt;br/&gt;/ questions = [1=gender; 2=age; 3=nationality; 4=education; 5=recognize]&lt;br/&gt;/ responsefontstyle = ("Verdana", 8pt, false, false, false, false, 5, 0)&lt;br/&gt;/ itemfontstyle = ("Verdana", 10pt, false, false, false, false, 5, 0)&lt;br/&gt;/ itemspacing = 1%&lt;br/&gt;&lt;strong&gt;/ showpagenumbers = false&lt;/strong&gt;&lt;br/&gt;/ showquestionnumbers = true&lt;br/&gt;/ finishlabel = "Next"&lt;br/&gt;/ nextbuttonposition = (60%,90%)&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Experiment&lt;br/&gt;******************&lt;br/&gt;&amp;lt;block experiment&amp;gt;&lt;br/&gt;/ trials = [1-5=attraction]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block demographics&amp;gt;&lt;br/&gt;/ trials = [1=demographics]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ blocks = [1=experiment; 2=demographics]&lt;br/&gt;/ showmousecursor = true&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Tue, 12 Nov 2019 09:32:03 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>