Millisecond Forums

Placement position of "other" otion in radiobuttons

https://forums.millisecond.com/Topic25227.aspx

By a4 - 7/11/2018

Hi,

is it possible to change the displayed position of the "other" attribute within the radiobuttons element. The default seems to be that it is always displayed at the end/bottom.

e.g. (fictional...):

<radiobuttons deligion>
/ caption = "Do you believe in a god?"
/ other = "yes, this one:"
/ options = ("No", "I don't want to answer")
/ optionvalues = ("1", "2", "3")
</radiobuttons>

Here, I want to give my participants the option not to answer, but I want this option to appear last (and thus, the "other" option has to be displayed at the top or center but not the bottom)

thanks in advance!

By Dave - 7/12/2018

a4 - Thursday, July 12, 2018
Hi,

is it possible to change the displayed position of the "other" attribute within the radiobuttons element. The default seems to be that it is always displayed at the end/bottom.

e.g. (fictional...):

<radiobuttons deligion>
/ caption = "Do you believe in a god?"
/ other = "yes, this one:"
/ options = ("No", "I don't want to answer")
/ optionvalues = ("1", "2", "3")
</radiobuttons>

Here, I want to give my participants the option not to answer, but I want this option to appear last (and thus, the "other" option has to be displayed at the top or center but not the bottom)

thanks in advance!


No, I'm afraid this is not possible. An alternative might be to leave out the "don't want to answer" option and set the <radiobuttons> to /required = false.