﻿<?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 response Output</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Fri, 18 Sep 2026 14:51:23 GMT</lastBuildDate><ttl>20</ttl><item><title>Slider response Output</title><link>https://forums.millisecond.com/Topic21656.aspx</link><description>Hi all,&lt;br/&gt;I recently converted an Inquisit 5 script to an Inquisit 4 script.&lt;br/&gt;The problem: The sliders responses are not shown in the output. The latency is shown there, but not the response.&lt;br/&gt;The sliders look like this:&lt;br/&gt;&lt;br/&gt;&amp;lt;slider o1&amp;gt;&lt;br/&gt;/ caption = "Question o1 Text"&lt;br/&gt;/ position = (20%, 50%)&lt;br/&gt;/ labels = ("0";"50";" 100")&lt;br/&gt;/ range = (0, 100)&lt;br/&gt;/ increment = 1&lt;br/&gt;/ slidersize = (60%, 5%)&lt;br/&gt;/ required = true&lt;br/&gt;/ showticks = true &lt;br/&gt;/ orientation = horizontal&lt;br/&gt;&amp;lt;/slider&amp;gt;&lt;br/&gt;&lt;br/&gt;I hope you can help me out with this&lt;br/&gt;&lt;br/&gt;</description><pubDate>Wed, 24 May 2017 08:31:50 GMT</pubDate><dc:creator>Ciello</dc:creator></item><item><title>RE: Slider response Output</title><link>https://forums.millisecond.com/Topic21672.aspx</link><description>&lt;div data-id="21668" class="if-quote-wrapper" unselectable="on" data-guid="1495639637687"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="21668" 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="21668" 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="21668" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Wednesday, May 24, 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-21668"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="21660" class="if-quote-wrapper" unselectable="on" data-guid="1495639637687"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="21660" 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="21660" 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="21660" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Ciello - Wednesday, May 24, 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-21660"&gt;&lt;div class="if-quote-message-margin"&gt;Hi and thanks again :)&lt;br/&gt;&lt;br/&gt;Unfortunately neither my code nor the codes posted by you are working :( I know they should, but somehow they don´t.&lt;br/&gt;Everything else does work by the way, just the sliders not.&lt;br/&gt;So I threw out everything else out and tested just the sliders, but still not working...&lt;br/&gt;&amp;lt;slider o1&amp;gt;&lt;br/&gt;/ caption = "&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Question Text o1"&lt;br/&gt;/ position = (20%, 50%)&lt;br/&gt;/ labels = ("0";"50";" 100")&lt;br/&gt;/ range = (0, 100)&lt;br/&gt;/ increment = 1&lt;br/&gt;/ slidersize = (60%, 5%)&lt;br/&gt;/ required = true&lt;br/&gt;/ showticks = true &lt;br/&gt;/ orientation = horizontal&lt;br/&gt;&amp;lt;/slider&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage V1&amp;gt;&lt;br/&gt;/ fontstyle = ("Verdana", 16)&lt;br/&gt;/ questions = [1=o1] &lt;br/&gt;/ showquestionnumbers = false&lt;br/&gt;/ showpagenumbers = false&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&amp;lt;survey testung2&amp;gt;&lt;br/&gt;/ showpagenumbers = false&lt;br/&gt;/ pages = [1=V1]&lt;br/&gt;/itemspacing = 2%&lt;br/&gt;&amp;lt;/survey&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;expt 1&amp;gt;&lt;br/&gt;/ preinstructions = (Introduction)&lt;br/&gt;/ blocks = [1=testung2]&lt;br/&gt;/ postinstructions = (Danke)&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;instruct Introduction&amp;gt;&lt;br/&gt;/ txcolor = black&lt;br/&gt;/ nextlabel = "Weiter"&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ fontstyle = ("Verdana")&lt;br/&gt;&amp;lt;/instruct&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;page Introduction&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Welcometext&lt;br/&gt;&amp;lt;/page&amp;gt;&lt;br/&gt;&amp;lt;page Danke&amp;gt;&lt;br/&gt;Thank you Text&lt;br/&gt;&amp;lt;/page&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="21660"&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;Were these data generated using the monkey? If so, that's expected / due to limitations in the monkey. See &lt;a href="https://www.millisecond.com/forums/FindPost20896.aspx"&gt;&lt;a href="https://www.millisecond.com/forums/FindPost20896.aspx"&gt;https://www.millisecond.com/forums/FindPost20896.aspx&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;If you complete the script *manually* (as a participant would), there will be no problem.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="21668"&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;Ah I see thank you so much! :)</description><pubDate>Wed, 24 May 2017 08:31:50 GMT</pubDate><dc:creator>Ciello</dc:creator></item><item><title>RE: Slider response Output</title><link>https://forums.millisecond.com/Topic21668.aspx</link><description>&lt;div data-id="21660" class="if-quote-wrapper" unselectable="on" data-guid="1495638156459"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="21660" 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="21660" 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="21660" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Ciello - Wednesday, May 24, 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-21660"&gt;&lt;div class="if-quote-message-margin"&gt;Hi and thanks again :)&lt;br/&gt;&lt;br/&gt;Unfortunately neither my code nor the codes posted by you are working :( I know they should, but somehow they don´t.&lt;br/&gt;Everything else does work by the way, just the sliders not.&lt;br/&gt;So I threw out everything else out and tested just the sliders, but still not working...&lt;br/&gt;&amp;lt;slider o1&amp;gt;&lt;br/&gt;/ caption = "&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Question Text o1"&lt;br/&gt;/ position = (20%, 50%)&lt;br/&gt;/ labels = ("0";"50";" 100")&lt;br/&gt;/ range = (0, 100)&lt;br/&gt;/ increment = 1&lt;br/&gt;/ slidersize = (60%, 5%)&lt;br/&gt;/ required = true&lt;br/&gt;/ showticks = true &lt;br/&gt;/ orientation = horizontal&lt;br/&gt;&amp;lt;/slider&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage V1&amp;gt;&lt;br/&gt;/ fontstyle = ("Verdana", 16)&lt;br/&gt;/ questions = [1=o1] &lt;br/&gt;/ showquestionnumbers = false&lt;br/&gt;/ showpagenumbers = false&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&amp;lt;survey testung2&amp;gt;&lt;br/&gt;/ showpagenumbers = false&lt;br/&gt;/ pages = [1=V1]&lt;br/&gt;/itemspacing = 2%&lt;br/&gt;&amp;lt;/survey&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;expt 1&amp;gt;&lt;br/&gt;/ preinstructions = (Introduction)&lt;br/&gt;/ blocks = [1=testung2]&lt;br/&gt;/ postinstructions = (Danke)&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;instruct Introduction&amp;gt;&lt;br/&gt;/ txcolor = black&lt;br/&gt;/ nextlabel = "Weiter"&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ fontstyle = ("Verdana")&lt;br/&gt;&amp;lt;/instruct&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;page Introduction&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Welcometext&lt;br/&gt;&amp;lt;/page&amp;gt;&lt;br/&gt;&amp;lt;page Danke&amp;gt;&lt;br/&gt;Thank you Text&lt;br/&gt;&amp;lt;/page&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="21660"&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;Were these data generated using the monkey? If so, that's expected / due to limitations in the monkey. See &lt;a href="https://www.millisecond.com/forums/FindPost20896.aspx"&gt;https://www.millisecond.com/forums/FindPost20896.aspx&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;If you complete the script *manually* (as a participant would), there will be no problem.&lt;br/&gt;</description><pubDate>Wed, 24 May 2017 08:08:04 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Slider response Output</title><link>https://forums.millisecond.com/Topic21660.aspx</link><description>Hi and thanks again :)&lt;br/&gt;&lt;br/&gt;Unfortunately neither my code nor the codes posted by you are working :( I know they should, but somehow they don´t.&lt;br/&gt;Everything else does work by the way, just the sliders not.&lt;br/&gt;So I threw out everything else out and tested just the sliders, but still not working...&lt;br/&gt;&amp;lt;slider o1&amp;gt;&lt;br/&gt;/ caption = "&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Question Text o1"&lt;br/&gt;/ position = (20%, 50%)&lt;br/&gt;/ labels = ("0";"50";" 100")&lt;br/&gt;/ range = (0, 100)&lt;br/&gt;/ increment = 1&lt;br/&gt;/ slidersize = (60%, 5%)&lt;br/&gt;/ required = true&lt;br/&gt;/ showticks = true &lt;br/&gt;/ orientation = horizontal&lt;br/&gt;&amp;lt;/slider&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage V1&amp;gt;&lt;br/&gt;/ fontstyle = ("Verdana", 16)&lt;br/&gt;/ questions = [1=o1] &lt;br/&gt;/ showquestionnumbers = false&lt;br/&gt;/ showpagenumbers = false&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&amp;lt;survey testung2&amp;gt;&lt;br/&gt;/ showpagenumbers = false&lt;br/&gt;/ pages = [1=V1]&lt;br/&gt;/itemspacing = 2%&lt;br/&gt;&amp;lt;/survey&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;expt 1&amp;gt;&lt;br/&gt;/ preinstructions = (Introduction)&lt;br/&gt;/ blocks = [1=testung2]&lt;br/&gt;/ postinstructions = (Danke)&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;instruct Introduction&amp;gt;&lt;br/&gt;/ txcolor = black&lt;br/&gt;/ nextlabel = "Weiter"&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ fontstyle = ("Verdana")&lt;br/&gt;&amp;lt;/instruct&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;page Introduction&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Welcometext&lt;br/&gt;&amp;lt;/page&amp;gt;&lt;br/&gt;&amp;lt;page Danke&amp;gt;&lt;br/&gt;Thank you Text&lt;br/&gt;&amp;lt;/page&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Wed, 24 May 2017 03:40:14 GMT</pubDate><dc:creator>Ciello</dc:creator></item><item><title>RE: Slider response Output</title><link>https://forums.millisecond.com/Topic21657.aspx</link><description>&lt;div data-id="21656" class="if-quote-wrapper" unselectable="on" data-guid="1495591149887"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="21656" 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="21656" 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="21656" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Ciello - Tuesday, May 23, 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-21656"&gt;&lt;div class="if-quote-message-margin"&gt;Hi all,&lt;br/&gt;I recently converted an Inquisit 5 script to an Inquisit 4 script.&lt;br/&gt;The problem: The sliders responses are not shown in the output. The latency is shown there, but not the response.&lt;br/&gt;The sliders look like this:&lt;br/&gt;&lt;br/&gt;&amp;lt;slider o1&amp;gt;&lt;br/&gt;/ caption = "Question o1 Text"&lt;br/&gt;/ position = (20%, 50%)&lt;br/&gt;/ labels = ("0";"50";" 100")&lt;br/&gt;/ range = (0, 100)&lt;br/&gt;/ increment = 1&lt;br/&gt;/ slidersize = (60%, 5%)&lt;br/&gt;/ required = true&lt;br/&gt;/ showticks = true &lt;br/&gt;/ orientation = horizontal&lt;br/&gt;&amp;lt;/slider&amp;gt;&lt;br/&gt;&lt;br/&gt;I hope you can help me out with this&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="21656"&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;I don't know what other changes you made, but the problem isn't the &amp;lt;slider&amp;gt; element you posted. Running&lt;br/&gt;&lt;br/&gt;&amp;lt;slider o1&amp;gt;&lt;br/&gt;/ caption = "Question o1 Text"&lt;br/&gt;/ position = (20%, 50%)&lt;br/&gt;/ labels = ("0";"50";" 100")&lt;br/&gt;/ range = (0, 100)&lt;br/&gt;/ increment = 1&lt;br/&gt;/ slidersize = (60%, 5%)&lt;br/&gt;/ required = true&lt;br/&gt;/ showticks = true&lt;br/&gt;/ orientation = horizontal&lt;br/&gt;&amp;lt;/slider&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage mypage&amp;gt;&lt;br/&gt;/ questions = [1=o1]&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;survey mysurvey&amp;gt;&lt;br/&gt;/ pages = [1=mypage]&lt;br/&gt;&amp;lt;/survey&amp;gt;&lt;br/&gt;&lt;br/&gt;or &lt;br/&gt;&lt;br/&gt;&amp;lt;slider o1&amp;gt;&lt;br/&gt;/ caption = "Question o1 Text"&lt;br/&gt;/ position = (20%, 50%)&lt;br/&gt;/ labels = ("0";"50";" 100")&lt;br/&gt;/ range = (0, 100)&lt;br/&gt;/ increment = 1&lt;br/&gt;/ slidersize = (60%, 5%)&lt;br/&gt;/ required = true&lt;br/&gt;/ showticks = true&lt;br/&gt;/ orientation = horizontal&lt;br/&gt;&amp;lt;/slider&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage mypage&amp;gt;&lt;br/&gt;/ questions = [1=o1]&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block myblock&amp;gt;&lt;br/&gt;/ trials = [1=mypage]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;under Inquisit 4 will record the slider response just fine (try it for yourself and/or see the two attached data files generated with Inquisit 4). You must have overlooked something else when you modified the respective Inquisit 5 script.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Tue, 23 May 2017 19:05:46 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>