﻿<?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  » Checkboxes with an Other option</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Tue, 07 Apr 2026 15:54:29 GMT</lastBuildDate><ttl>20</ttl><item><title>Checkboxes with an Other option</title><link>https://forums.millisecond.com/Topic11953.aspx</link><description>I have a survey checkboxes item that looks like:&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&amp;lt;checkboxes race&amp;gt;&lt;/div&gt;&lt;div&gt;/ caption = "What is your race? Check one or more."&lt;/div&gt;&lt;div&gt;/ options = ("Black or African American","White","Asian","Native Hawaiian or Other Pacific Islander","American Indiana or Alaska Native")&lt;/div&gt;&lt;div&gt;/ other = "Some other race (please describe)"&lt;/div&gt;&lt;div&gt;/ required = false&lt;/div&gt;&lt;div&gt;/ optionvalues = ("0","1","2","3","4","5")&lt;/div&gt;&lt;div&gt;&amp;lt;/checkboxes&amp;gt;&lt;div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;If I select "Some other race (please describe)" and fill in the resulting text box that appears, that text box data doesn't appear to get saved anywhere. &amp;nbsp;(IF I check the other box, I do see that 5 is filled in the appropriate place, and if I get rid of the /optionvalues then I see the "Some other race" text in the appropriate place. But, what gets entered into the "other" textbox doesn't appear to get saved anywhere)&lt;div&gt;&lt;br/&gt;This is in contrast to two &amp;lt;radiobuttons&amp;gt; elements I have with Other options, where the Other textbox is getting saved in a variable with a name like variableother_response&lt;div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;What am I missing? Thanks!&lt;br/&gt;&lt;br/&gt;John&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description><pubDate>Wed, 18 Dec 2013 12:43:37 GMT</pubDate><dc:creator>jbfleming</dc:creator></item><item><title>RE: Checkboxes with an Other option</title><link>https://forums.millisecond.com/Topic11959.aspx</link><description>No problem, looks like I have what I need and can reconstruct the rest if I need to. Thanks for your quick responses and help!</description><pubDate>Wed, 18 Dec 2013 12:43:37 GMT</pubDate><dc:creator>jbfleming</dc:creator></item><item><title>RE: Checkboxes with an Other option</title><link>https://forums.millisecond.com/Topic11958.aspx</link><description>[quote][b]jbfleming (12/18/2013)[/b][hr]&lt;div&gt;&lt;div&gt;I would still like to get a "5" in "raceoption5_response" just like I get a "1" in "raceoption1_response" if I check the first box, and like I do with my original /other = "Prompt" syntax. Is that possible? &amp;nbsp;If not, I can always fill it in later when there is a non-null value of raceother present, I guess.&lt;/div&gt;&lt;/div&gt;[/quote]&lt;div&gt;&lt;br/&gt;&lt;/div&gt;No, that's currently not possible, I'm afraid.&lt;br/&gt;&lt;br/&gt;</description><pubDate>Wed, 18 Dec 2013 12:42:16 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Checkboxes with an Other option</title><link>https://forums.millisecond.com/Topic11957.aspx</link><description>&lt;div&gt;I figured out what I had done wrong based on your example. I didn't put "raceother" in my questions along with race.&lt;div&gt;&lt;br/&gt;Doing so, I now get values in "raceother" when that field is filled in, so I think I'm getting the same results now.&lt;div&gt;&lt;br/&gt;I would still like to get a "5" in "raceoption5_response" just like I get a "1" in "raceoption1_response" if I check the first box, and like I do with my original /other = "Prompt" syntax. Is that possible? &amp;nbsp;If not, I can always fill it in later when there is a non-null value of raceother present, I guess.&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description><pubDate>Wed, 18 Dec 2013 12:36:55 GMT</pubDate><dc:creator>jbfleming</dc:creator></item><item><title>RE: Checkboxes with an Other option</title><link>https://forums.millisecond.com/Topic11956.aspx</link><description>Is your Inquisit version up to date? I have attached an example output file (I answered with "Bla"), so it's there as far as I can tell.&lt;br/&gt;</description><pubDate>Wed, 18 Dec 2013 12:09:59 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Checkboxes with an Other option</title><link>https://forums.millisecond.com/Topic11955.aspx</link><description>I'm still getting "5" in raceother when I do that... :(</description><pubDate>Wed, 18 Dec 2013 11:54:32 GMT</pubDate><dc:creator>jbfleming</dc:creator></item><item><title>RE: Checkboxes with an Other option</title><link>https://forums.millisecond.com/Topic11954.aspx</link><description>The following should work better:&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;font face="Courier New"&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;&amp;lt;surveypage mypage&amp;gt;&lt;br/&gt;/ questions = [1=race; 2=raceother]&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;checkboxes race&amp;gt;&lt;br/&gt;/ caption = "What is your race? Check one or more."&lt;br/&gt;/ options = ("Black or African American","White","Asian","Native Hawaiian or Other Pacific Islander","American Indiana or Alaska Native")&lt;br/&gt;/ other = raceother&lt;br/&gt;/ required = false&lt;br/&gt;/ optionvalues = ("0","1","2","3","4","5")&lt;br/&gt;&amp;lt;/checkboxes&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;textbox raceother&amp;gt;&lt;br/&gt;/ caption = "Some other race (please describe)"&lt;br/&gt;/ required = false&lt;br/&gt;&amp;lt;/textbox&amp;gt;&lt;/font&gt;&lt;font face="Courier New"&gt;&lt;br/&gt;&lt;/font&gt;&lt;/blockquote&gt;</description><pubDate>Wed, 18 Dec 2013 11:51:17 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>