﻿<?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 in summary data</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Thu, 17 Sep 2026 09:09:56 GMT</lastBuildDate><ttl>20</ttl><item><title>slider response in summary data</title><link>https://forums.millisecond.com/Topic15629.aspx</link><description>I'm having trouble getting responses to slider items showing up in summary data. &amp;nbsp;I have created separate sliders for specific items (each on their own survey page), like so...&lt;br/&gt;&lt;br/&gt;&amp;lt;survey item_ratings&amp;gt;&lt;br/&gt;/ pages = [1 = rate_item1]&lt;br/&gt;&amp;lt;/survey&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage rate_item1&amp;gt;&lt;br/&gt;/ caption = "Please rate how positive or negative the following items are:"&lt;br/&gt;/ questions = [1=item1]&lt;br/&gt;/ finishlabel = "Next"&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;slider item1&amp;gt;&lt;br/&gt;/ caption = "Item 1"&lt;br/&gt;/ labels = ("very negative", "very positive")&lt;br/&gt;/ range = (0, 60)&lt;br/&gt;/ increment = 1&lt;br/&gt;/ showticks = false&lt;br/&gt;/ showtooltips = false&lt;br/&gt;/ required = true&lt;br/&gt;&amp;lt;/slider&amp;gt;&lt;br/&gt;&lt;br/&gt;Then, in summary data, I request responses to this item, like so...&lt;br/&gt;&lt;br/&gt;&amp;lt;summarydata&amp;gt;&lt;br/&gt;/ columns = [slider.item1.response]&lt;br/&gt;&amp;lt;/summarydata&amp;gt;&lt;br/&gt;&lt;br/&gt;I am running the Monkey to ensure my summarydata is recording properly. &amp;nbsp;I am getting values for all of my other columns, such as likert responses, but the slider.item1.response column remains blank. &amp;nbsp;Any sense on what I'm doing wrong here?&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Thu, 26 Feb 2015 14:41:09 GMT</pubDate><dc:creator>bmatt</dc:creator></item><item><title>RE: slider response in summary data</title><link>https://forums.millisecond.com/Topic15631.aspx</link><description>Ah, okay, thanks! &amp;nbsp;</description><pubDate>Thu, 26 Feb 2015 14:41:09 GMT</pubDate><dc:creator>bmatt</dc:creator></item><item><title>RE: slider response in summary data</title><link>https://forums.millisecond.com/Topic15630.aspx</link><description>&lt;strike&gt;You're not doing anything wrong. Most likely your Inquisit installation is outdated -- &amp;lt;summarydata&amp;gt; could not be used together with &amp;lt;survey&amp;gt; elements initially. Make sure you download &amp;amp; install the latest version (4.0.8.0) and it should work just fine.&lt;/strike&gt;&lt;br/&gt;&lt;br/&gt;EDIT: I missed the fact that you are specifically using the monkey, not testing manually. I can reproduce the monkey-case (it does not provide a slider-response -- neither in the summary nor in the raw data file). It works fine when you run the script manually, though. This only happens when /required is set to 'true' in the &amp;lt;slider&amp;gt;. To generate test data, you can temporarily set it to false and do something along the lines of:&lt;br/&gt;&lt;br/&gt;&amp;lt;slider item1&amp;gt;&lt;br/&gt;/ caption = "Item 1"&lt;br/&gt;/ labels = ("very negative", "very positive")&lt;br/&gt;/ range = (0, 60)&lt;br/&gt;/ increment = 1&lt;br/&gt;/ showticks = false&lt;br/&gt;/ showtooltips = false&lt;br/&gt;&lt;strong&gt;/ required = false&lt;br/&gt;/ monkeyresponse = [round(rand(0,60));]&lt;/strong&gt;&lt;br/&gt;&amp;lt;/slider&amp;gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Thu, 26 Feb 2015 14:24:28 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>