﻿<?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  » Requiring textbook to add up to a certain amount</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Sat, 12 Sep 2026 23:18:43 GMT</lastBuildDate><ttl>20</ttl><item><title>Requiring textbook to add up to a certain amount</title><link>https://forums.millisecond.com/Topic36625.aspx</link><description>Hello! I would like for participants to estimate in percentages how many people in their social network supported different candidates. I want all of the values to add up to exactly 100 percent and for participants to not be able to advance until they do. Here's some of the script for reference:&amp;nbsp;&lt;br/&gt;&lt;br/&gt;[code]&amp;lt;surveypage socialnetwork_support&amp;gt;&lt;br/&gt;/ caption = "Please enter a percentage, from 0% which would reflect that you think none of the people in your network supported a candidate, to 100% which would reflect that you think that all the people in your network supported a candidate. &lt;br/&gt;&lt;br/&gt;50% would reflect that you think that about half of the people in your network supported a candidate.&lt;br/&gt;&lt;br/&gt;Approximately what percentage of people in your network supported: (Your numbers must sum to 100%)"&lt;br/&gt;/ questions = [1-2 = noreplace(socialnetwork_support_1, socialnetwork_support_2); 3 = socialnetwork_support_3; 4 = socialnetwork_support_4]&lt;br/&gt;/ showpagenumbers = false&lt;br/&gt;/ showquestionnumbers = false&lt;br/&gt;/ fontstyle = ("Arial", 12pt, true)&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;textbox socialnetwork_support_1&amp;gt;&lt;br/&gt;/ caption = "Candidate 1"&lt;br/&gt;/ mask = integer&lt;br/&gt;/ range = (0,100)&lt;br/&gt;/ maxchars = 3&lt;br/&gt;/ required = false &lt;br/&gt;&amp;lt;/textbox&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;textbox socialnetwork_support_2&amp;gt;&lt;br/&gt;/ caption = "Candidate 2"&lt;br/&gt;/ mask = integer&lt;br/&gt;/ range = (0,100)&lt;br/&gt;/ maxchars = 3&lt;br/&gt;/ required = false &lt;br/&gt;&amp;lt;/textbox&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;textbox socialnetwork_support_3&amp;gt;&lt;br/&gt;/ caption = "Candidate 3"&lt;br/&gt;/ mask = integer&lt;br/&gt;/ range = (0,100)&lt;br/&gt;/ maxchars = 3&lt;br/&gt;/ required = false &lt;br/&gt;&amp;lt;/textbox&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;textbox socialnetwork_support_4&amp;gt;&lt;br/&gt;/ caption = "Candidate 4"&lt;br/&gt;/ mask = integer&lt;br/&gt;/ range = (0,100)&lt;br/&gt;/ maxchars = 3&lt;br/&gt;/ required = false &lt;br/&gt;&amp;lt;/textbox&amp;gt;[/code]&lt;br/&gt;</description><pubDate>Wed, 13 Nov 2024 17:00:48 GMT</pubDate><dc:creator>vicki.rivera</dc:creator></item><item><title>RE: Requiring textbook to add up to a certain amount</title><link>https://forums.millisecond.com/Topic36626.aspx</link><description>&lt;blockquote data-id="36625" class="if-quote-wrapper" unselectable="on" data-guid="1731517082215" contenteditable="false" id="if_insertedNode_1731517080932"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="36625" 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="36625" 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="36625" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;vicki.rivera - 11/13/2024&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-36625"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;Hello! I would like for participants to estimate in percentages how many people in their social network supported different candidates. I want all of the values to add up to exactly 100 percent and for participants to not be able to advance until they do. Here's some of the script for reference:&amp;nbsp;&lt;br/&gt;&lt;br/&gt;[code]&amp;lt;surveypage socialnetwork_support&amp;gt;&lt;br/&gt;/ caption = "Please enter a percentage, from 0% which would reflect that you think none of the people in your network supported a candidate, to 100% which would reflect that you think that all the people in your network supported a candidate. &lt;br/&gt;&lt;br/&gt;50% would reflect that you think that about half of the people in your network supported a candidate.&lt;br/&gt;&lt;br/&gt;Approximately what percentage of people in your network supported: (Your numbers must sum to 100%)"&lt;br/&gt;/ questions = [1-2 = noreplace(socialnetwork_support_1, socialnetwork_support_2); 3 = socialnetwork_support_3; 4 = socialnetwork_support_4]&lt;br/&gt;/ showpagenumbers = false&lt;br/&gt;/ showquestionnumbers = false&lt;br/&gt;/ fontstyle = ("Arial", 12pt, true)&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;textbox socialnetwork_support_1&amp;gt;&lt;br/&gt;/ caption = "Candidate 1"&lt;br/&gt;/ mask = integer&lt;br/&gt;/ range = (0,100)&lt;br/&gt;/ maxchars = 3&lt;br/&gt;/ required = false &lt;br/&gt;&amp;lt;/textbox&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;textbox socialnetwork_support_2&amp;gt;&lt;br/&gt;/ caption = "Candidate 2"&lt;br/&gt;/ mask = integer&lt;br/&gt;/ range = (0,100)&lt;br/&gt;/ maxchars = 3&lt;br/&gt;/ required = false &lt;br/&gt;&amp;lt;/textbox&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;textbox socialnetwork_support_3&amp;gt;&lt;br/&gt;/ caption = "Candidate 3"&lt;br/&gt;/ mask = integer&lt;br/&gt;/ range = (0,100)&lt;br/&gt;/ maxchars = 3&lt;br/&gt;/ required = false &lt;br/&gt;&amp;lt;/textbox&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;textbox socialnetwork_support_4&amp;gt;&lt;br/&gt;/ caption = "Candidate 4"&lt;br/&gt;/ mask = integer&lt;br/&gt;/ range = (0,100)&lt;br/&gt;/ maxchars = 3&lt;br/&gt;/ required = false &lt;br/&gt;&amp;lt;/textbox&amp;gt;[/code]&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="36625"&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;&lt;a href="https://www.millisecond.com/download/library/tutorials"&gt;https://www.millisecond.com/download/library/tutorials&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;See the Constant Sum tutorial scripts. The "simple" version covers what you need.</description><pubDate>Wed, 13 Nov 2024 17:00:48 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>