﻿<?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  » slider issues</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Mon, 14 Sep 2026 21:58:37 GMT</lastBuildDate><ttl>20</ttl><item><title>slider issues</title><link>https://forums.millisecond.com/Topic16904.aspx</link><description>Hello,&lt;br/&gt;I am having issues with implementing slider questions properly and I don't know if what I want is possible. Specifically:&lt;br/&gt;1) The position of the slider itself and the labels should line up&lt;br/&gt;2) The entire question should be centered on the page but with a space between the question and the actual slider and labels&lt;br/&gt;3) There should not be a random number "1" on the top left hand corner of each page&lt;br/&gt;4) I do not want question numbers on the surveypage (i.e., no "1)." before each question)&lt;br/&gt;&lt;br/&gt;Here is a sample of one slider question I have coded:&lt;br/&gt;&lt;br/&gt;&amp;lt;slider neuroticism_volatility_1&amp;gt;&lt;br/&gt;/caption = "Get angry easily."&lt;br/&gt;/ labels = ("Very Untrue of me", "Untrue of me", "True of me", "Very True of me")&lt;br/&gt;/ range = (0, 100)&lt;br/&gt;/showticks = TRUE&lt;br/&gt;/defaultresponse = 50&lt;br/&gt;/position = (20, 50)&lt;br/&gt;/txcolor = (200, 0, 0)&lt;br/&gt;/slidersize = (50%, 50%)&lt;br/&gt;&amp;lt;/slider&amp;gt; &lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage question&amp;gt;&lt;br/&gt;/questions = [1=neuroticism_volatility_1]&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block forreal&amp;gt;&lt;br/&gt;/trials = [1-100=question]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/blocks = [1=forreal]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Any help would be much appreciated. &lt;br/&gt;Thanks&lt;br/&gt;</description><pubDate>Tue, 11 Aug 2015 08:02:36 GMT</pubDate><dc:creator>Georgia</dc:creator></item><item><title>RE: slider issues</title><link>https://forums.millisecond.com/Topic16940.aspx</link><description>Thanks, this helped a lot!&lt;br/&gt;</description><pubDate>Tue, 11 Aug 2015 08:02:36 GMT</pubDate><dc:creator>Georgia</dc:creator></item><item><title>RE: slider issues</title><link>https://forums.millisecond.com/Topic16905.aspx</link><description>&amp;gt; 1) The position of the slider itself and the labels should line up&lt;br/&gt;&lt;br/&gt;They do line up as far as I can tell, though perhaps not in the way you want them to. The center of a given label is aligned to the slider tick it corresponds to (e.g. the center of "Very Untrue of me" is aligned to the 0 tick mark. This cannot be changed.&lt;br/&gt;&lt;br/&gt;&amp;gt; 2) The entire question should be centered on the page but with a space between the question and the actual slider and labels.&lt;br/&gt;&lt;br/&gt;Positions on surveypage's are relative to the element's left border. With a /size (note: this is something different than /slidersize) of 60% (horizontal), positioning it at 20% should center it. You can include a linebreak in the /caption to get the spacing.&lt;br/&gt;&lt;br/&gt;&amp;gt; 3) There should not be a random number "1" on the top left hand corner of each page&lt;br/&gt;&lt;br/&gt;Set the &amp;lt;surveypage&amp;gt;'s /showpagenumbers attribute to false to remove it.&lt;br/&gt;(The number is not random; it's the page number -- run several surveypages via a &amp;lt;survey&amp;gt; element to see this for yourself.)&lt;br/&gt;&lt;br/&gt;&amp;gt; 4) I do not want question numbers on the surveypage (i.e., no "1)." before each question)&lt;br/&gt;&lt;br/&gt;Set the &amp;lt;surveypage&amp;gt;'s /showquestionnumbers attribute to false to remove it.&lt;br/&gt;&lt;br/&gt;&amp;lt;slider neuroticism_volatility_1&amp;gt;&lt;br/&gt;/ caption = "Get angry easily.~n"&lt;br/&gt;/ labels = ("Very Untrue of me", "Untrue of me", "True of me", "Very True of me")&lt;br/&gt;/ range = (0, 100)&lt;br/&gt;/showticks = TRUE&lt;br/&gt;/defaultresponse = 50&lt;br/&gt;/position = (20%, 50%)&lt;br/&gt;/txcolor = (200, 0, 0)&lt;br/&gt;/slidersize = (50%, 25%)&lt;br/&gt;/ size = (60%, 25%)&lt;br/&gt;/ fontstyle = ("Arial", 2%)&lt;br/&gt;&amp;lt;/slider&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage question&amp;gt;&lt;br/&gt;/questions = [1=neuroticism_volatility_1]&lt;br/&gt;/ showpagenumbers = false&lt;br/&gt;/ showquestionnumbers = false&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block forreal&amp;gt;&lt;br/&gt;/trials = [1=question]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/blocks = [1=forreal]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;Hope this helps.&lt;br/&gt;</description><pubDate>Mon, 10 Aug 2015 13:54:08 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>