﻿<?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  » Multiple response of a survey page</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Thu, 16 Apr 2026 14:15:37 GMT</lastBuildDate><ttl>20</ttl><item><title>Multiple response of a survey page</title><link>https://forums.millisecond.com/Topic12259.aspx</link><description>&lt;div&gt;&lt;div&gt;&lt;span style="font-size: 10pt;"&gt;Hi,&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;/div&gt;I was wondering if someone could point me in the right direction.&lt;div&gt;&lt;br/&gt;&lt;/div&gt;I would like to construct a series of survey pages, what I want is one of the questions to store an integer i and then require a future survey page to be presented and the data recorded i times.&amp;nbsp;&lt;div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;I'm also wondering how to include survey pages in a block statement?&lt;div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;Thank you&lt;div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;Marcel&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description><pubDate>Tue, 04 Feb 2014 01:08:22 GMT</pubDate><dc:creator>Marcel</dc:creator></item><item><title>RE: Multiple response of a survey page</title><link>https://forums.millisecond.com/Topic12261.aspx</link><description>&lt;blockquote&gt;&lt;font face="Courier New"&gt;&amp;lt;values&amp;gt;&lt;br/&gt;/ myinteger = 0&lt;br/&gt;/ repeatcount = 0&lt;br/&gt;&amp;lt;/values&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block myblock&amp;gt;&lt;br/&gt;/ trials = [1=getinteger]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage getinteger&amp;gt;&lt;br/&gt;/ ontrialend = [values.myinteger = textbox.integerquestion.response]&lt;br/&gt;/ questions = [1=integerquestion]&lt;br/&gt;/ showpagenumbers = false&lt;br/&gt;/ branch = [surveypage.repeat_i_times]&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;textbox integerquestion&amp;gt;&lt;br/&gt;/ caption = "Enter an integer between 1 and 5"&lt;br/&gt;/ range = (1,5)&lt;br/&gt;&amp;lt;/textbox&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage repeat_i_times&amp;gt;&lt;br/&gt;/ ontrialend = [values.repeatcount += 1]&lt;br/&gt;/ caption = "This page will be repeated i times"&lt;br/&gt;/ branch = [if (values.repeatcount &amp;lt; values.myinteger) surveypage.repeat_i_times]&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;/font&gt;&lt;/blockquote&gt;</description><pubDate>Tue, 04 Feb 2014 01:08:22 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>