﻿<?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 5  » Logging Radiobuttons data</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 03:39:16 GMT</lastBuildDate><ttl>20</ttl><item><title>Logging Radiobuttons data</title><link>https://forums.millisecond.com/Topic20501.aspx</link><description>I'm pretty sure this is unsaveable but I have a datafile which logged my data differently then expected.&lt;br/&gt; I remember asking my intern/student to check it but after we changed the programming from a likertscale to a radiobuttons command that represented a likert scale (due to the impossibility of changing the likertscale background from white to gray), he/i forgot to recheck.&lt;br/&gt;So basically,&amp;nbsp; it's a 7 point scale but instead of logging 1-7 it logs the labels which means that now I only have the extermes logged "negativ" - "positiv" and everything in between is logged as " ".&lt;br/&gt;In the unlikely case there is a way to retrieve which " "  is e.g. 3 and which one is 5 it would be great if you could tell me how..&lt;br/&gt;&lt;br/&gt;Best,&lt;br/&gt;&lt;br/&gt;Eva&lt;br/&gt;</description><pubDate>Mon, 23 Jan 2017 08:05:33 GMT</pubDate><dc:creator>evas</dc:creator></item><item><title /><link>https://forums.millisecond.com/Topic20506.aspx</link><description>Hi dave,&lt;br/&gt;&lt;br/&gt;Thanks! Thats what I thought :/&lt;br/&gt;In any case that should save me trouble in the future :)&lt;br/&gt;&lt;br/&gt;Best,&lt;br/&gt;&lt;br/&gt;Eva&lt;br/&gt;&lt;div data-id="20502" class="if-quote-wrapper" unselectable="on"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="20502" 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="20502" 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="20502" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Monday, January 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-20502"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="20501" class="if-quote-wrapper" unselectable="on" data-guid="1485184557243"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="20501" 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="20501" 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="20501" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;evas - Monday, January 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-20501"&gt;&lt;div class="if-quote-message-margin"&gt;I'm pretty sure this is unsaveable but I have a datafile which logged my data differently then expected.&lt;br/&gt; I remember asking my intern/student to check it but after we changed the programming from a likertscale to a radiobuttons command that represented a likert scale (due to the impossibility of changing the likertscale background from white to gray), he/i forgot to recheck.&lt;br/&gt;So basically,&amp;nbsp; it's a 7 point scale but instead of logging 1-7 it logs the labels which means that now I only have the extermes logged "negativ" - "positiv" and everything in between is logged as " ".&lt;br/&gt;In the unlikely case there is a way to retrieve which " "  is e.g. 3 and which one is 5 it would be great if you could tell me how..&lt;br/&gt;&lt;br/&gt;Best,&lt;br/&gt;&lt;br/&gt;Eva&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="20501"&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;To have numerical values logged instead of blank labels, you ought to specify the &amp;lt;radiobuttons&amp;gt; element's /optionvalues attribute:&lt;br/&gt;&lt;br/&gt;&amp;lt;radiobuttons myrb&amp;gt;&lt;br/&gt;/ options = ("negative", "", "", "", "", "", "positiv")&lt;br/&gt;/ optionvalues = ("1", "2", "3","4", "5", "6", "7")&lt;br/&gt;/ orientation = horizontalequal&lt;br/&gt;&amp;lt;/radiobuttons&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage mpyage&amp;gt;&lt;br/&gt;/ questions = [1=myrb]&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block mblock&amp;gt;&lt;br/&gt;/ trials = [1=mpyage]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;It is not possible to recover any data that hasn't been recorded, i.e. if /optionvalues was not specified, there is no way to determine which numerical a given "blank" would correspond to.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="20502"&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;&lt;br/&gt;</description><pubDate>Mon, 23 Jan 2017 08:05:33 GMT</pubDate><dc:creator>evas</dc:creator></item><item><title>RE: Logging Radiobuttons data</title><link>https://forums.millisecond.com/Topic20502.aspx</link><description>&lt;div data-id="20501" class="if-quote-wrapper" unselectable="on" data-guid="1485184557243"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="20501" 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="20501" 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="20501" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;evas - Monday, January 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-20501"&gt;&lt;div class="if-quote-message-margin"&gt;I'm pretty sure this is unsaveable but I have a datafile which logged my data differently then expected.&lt;br/&gt; I remember asking my intern/student to check it but after we changed the programming from a likertscale to a radiobuttons command that represented a likert scale (due to the impossibility of changing the likertscale background from white to gray), he/i forgot to recheck.&lt;br/&gt;So basically,&amp;nbsp; it's a 7 point scale but instead of logging 1-7 it logs the labels which means that now I only have the extermes logged "negativ" - "positiv" and everything in between is logged as " ".&lt;br/&gt;In the unlikely case there is a way to retrieve which " "  is e.g. 3 and which one is 5 it would be great if you could tell me how..&lt;br/&gt;&lt;br/&gt;Best,&lt;br/&gt;&lt;br/&gt;Eva&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="20501"&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;To have numerical values logged instead of blank labels, you ought to specify the &amp;lt;radiobuttons&amp;gt; element's /optionvalues attribute:&lt;br/&gt;&lt;br/&gt;&amp;lt;radiobuttons myrb&amp;gt;&lt;br/&gt;/ options = ("negative", "", "", "", "", "", "positiv")&lt;br/&gt;/ optionvalues = ("1", "2", "3","4", "5", "6", "7")&lt;br/&gt;/ orientation = horizontalequal&lt;br/&gt;&amp;lt;/radiobuttons&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage mpyage&amp;gt;&lt;br/&gt;/ questions = [1=myrb]&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block mblock&amp;gt;&lt;br/&gt;/ trials = [1=mpyage]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;It is not possible to recover any data that hasn't been recorded, i.e. if /optionvalues was not specified, there is no way to determine which numerical a given "blank" would correspond to.&lt;br/&gt;</description><pubDate>Mon, 23 Jan 2017 07:20:58 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>