﻿<?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  » Radiobuttons</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Tue, 05 May 2026 04:42:19 GMT</lastBuildDate><ttl>20</ttl><item><title>Radiobuttons</title><link>https://forums.millisecond.com/Topic27083.aspx</link><description>Hi all,&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I was wondering if you could help me with the radiobuttons code.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I have one survey question to present, and I would like that when a participant answers the question, the screen automatically changes to the next trial (automatic submission of response) instead of the participant having to click on the "Next" button.&lt;br/&gt;Does anyone know if this is possible and how to do this?&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I would very much appreciate your help.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Best, Anne&lt;br/&gt;</description><pubDate>Wed, 15 May 2019 00:53:13 GMT</pubDate><dc:creator>Anne123456789</dc:creator></item><item><title>RE: Radiobuttons</title><link>https://forums.millisecond.com/Topic27104.aspx</link><description>&lt;div class="if-quote-wrapper" unselectable="on" data-id="27084" data-guid="1557906771178"&gt;&lt;a title="Move Cursor Below" class="quote-para" style="display: none;" contenteditable="false" href="#" unselectable="on" data-id="27084"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a title="Delete Quote" class="quote-delete" style="display: none;" contenteditable="false" href="#" unselectable="on" data-id="27084"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span class="quote-markup" unselectable="on"&gt;[quote]&lt;/span&gt;&lt;div class="if-quote-header" contenteditable="false" unselectable="on"&gt;&lt;div class="if-quote-toggle-wrapper" unselectable="on"&gt;&lt;a title=" " class="if-quote-toggle quote-link" href="#" data-id="27084"&gt;&lt;/a&gt;&lt;/div&gt;&lt;span class="quote-markup" unselectable="on"&gt;[b]&lt;/span&gt;Dave - Tuesday, May 14, 2019&lt;span class="quote-markup" unselectable="on"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-27084"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div class="if-quote-wrapper" unselectable="on" data-id="27083" data-guid="1557906771178"&gt;&lt;a title="Move Cursor Below" class="quote-para" style="display: none;" contenteditable="false" href="#" unselectable="on" data-id="27083"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a title="Delete Quote" class="quote-delete" style="display: none;" contenteditable="false" href="#" unselectable="on" data-id="27083"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span class="quote-markup" unselectable="on"&gt;[quote]&lt;/span&gt;&lt;div class="if-quote-header" contenteditable="false" unselectable="on"&gt;&lt;div class="if-quote-toggle-wrapper" unselectable="on"&gt;&lt;a title=" " class="if-quote-toggle quote-link" href="#" data-id="27083"&gt;&lt;/a&gt;&lt;/div&gt;&lt;span class="quote-markup" unselectable="on"&gt;[b]&lt;/span&gt;Anne123456789 - Tuesday, May 14, 2019&lt;span class="quote-markup" unselectable="on"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-27083"&gt;&lt;div class="if-quote-message-margin"&gt;Hi all,&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I was wondering if you could help me with the radiobuttons code.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I have one survey question to present, and I would like that when a participant answers the question, the screen automatically changes to the next trial instead (automatic submission of response) of the participant having to click on the "Next" button.&lt;br/&gt;Does anyone know if this is possible and how to do this?&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I would very much appreciate your help.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Best, Anne&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="27083"&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;This is not possible with a &amp;lt;survey&amp;gt;/&amp;lt;surveypage&amp;gt; with &amp;lt;radiobuttons&amp;gt; setup. What you can do instead is use &amp;lt;likert&amp;gt; trials:&lt;br/&gt;&lt;br/&gt;&amp;lt;block exampleblock&amp;gt;&lt;br/&gt;/ trials = [1-4 = examplelikert]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;likert examplelikert&amp;gt;&lt;br/&gt;/ stimulusframes = [1=examplequestion]&lt;br/&gt;/ anchors=[1="good"; 3="mediocre"; 5="bad"]&lt;br/&gt;/ anchorwidth = 8%&lt;br/&gt;/ numpoints = 5&lt;br/&gt;/ position = (50%, 75%)&lt;br/&gt;&amp;lt;/likert&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text examplequestion&amp;gt;&lt;br/&gt;/ items = exampleitems&lt;br/&gt;/ select = sequence&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item exampleitems&amp;gt;&lt;br/&gt;/ 1 = "Question A"&lt;br/&gt;/ 2 = "Question B"&lt;br/&gt;/ 3 = "Question C"&lt;br/&gt;/ 4 = "Question D"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="27084"&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;Thank you very much for your quick help Dave!&lt;br/&gt;</description><pubDate>Wed, 15 May 2019 00:53:13 GMT</pubDate><dc:creator>Anne123456789</dc:creator></item><item><title>RE: Radiobuttons</title><link>https://forums.millisecond.com/Topic27084.aspx</link><description>&lt;div data-id="27083" class="if-quote-wrapper" unselectable="on" data-guid="1557835966819"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="27083" 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="27083" 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="27083" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Anne123456789 - Tuesday, May 14, 2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-27083"&gt;&lt;div class="if-quote-message-margin"&gt;Hi all,&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I was wondering if you could help me with the radiobuttons code.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I have one survey question to present, and I would like that when a participant answers the question, the screen automatically changes to the next trial instead (automatic submission of response) of the participant having to click on the "Next" button.&lt;br/&gt;Does anyone know if this is possible and how to do this?&amp;nbsp;&lt;br/&gt;&lt;br/&gt;I would very much appreciate your help.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Best, Anne&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="27083"&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;This is not possible with a &amp;lt;survey&amp;gt;/&amp;lt;surveypage&amp;gt; with &amp;lt;radiobuttons&amp;gt; setup. What you can do instead is use &amp;lt;likert&amp;gt; trials:&lt;br/&gt;&lt;br/&gt;&amp;lt;block exampleblock&amp;gt;&lt;br/&gt;/ trials = [1-4 = examplelikert]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;likert examplelikert&amp;gt;&lt;br/&gt;/ stimulusframes = [1=examplequestion]&lt;br/&gt;/ anchors=[1="good"; 3="mediocre"; 5="bad"]&lt;br/&gt;/ anchorwidth = 8%&lt;br/&gt;/ numpoints = 5&lt;br/&gt;/ position = (50%, 75%)&lt;br/&gt;&amp;lt;/likert&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text examplequestion&amp;gt;&lt;br/&gt;/ items = exampleitems&lt;br/&gt;/ select = sequence&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item exampleitems&amp;gt;&lt;br/&gt;/ 1 = "Question A"&lt;br/&gt;/ 2 = "Question B"&lt;br/&gt;/ 3 = "Question C"&lt;br/&gt;/ 4 = "Question D"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Tue, 14 May 2019 05:17:32 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>