Millisecond Forums

Feedback on Multiple Radio Buttons

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

By smile_its_zoe - 6/12/2017

Hi 

I have produced a question that looks like this...


With the Code below...

However is there a way that i can re-do this so it gives you feedback (turns the caption red) if you forget to select an option on the row of radiobuttons before they continue to the next page?

Kind Regards

Zoe

<caption MoodCpt>
/ caption = "7). How would you descibe your mood at present?"
/ position = (15%, 20%)
/ fontstyle = ("Calibri", 1.8%, false, false, false, false, 5, 0)
</caption>

<caption values>
/ caption = "Not at all       Slightly       Moderately      Very        Extremely    "
/ position = (30%, 25%)
/ fontstyle = ("Calibri", 1.8%, false, false, false, false, 5, 0)
</caption>

<caption values2>
/ caption = "  (1)           (2)          (3)           (4)           (5)"
/ position = (30%, 27%)
/ fontstyle = ("Calibri", 1.8%, false, false, false, false, 5, 0)
</caption>

<caption Tense>
/ caption = "Tense"
/ position = (20%, 32%)
/ fontstyle = ("Calibri", 1.8%, false, false, false, false, 5, 0)
</caption>

<radiobuttons Tense1>
/ options=("         ","         ","         ","         ","         ", )
/ orientation=Horizontal
/ optionvalues = ("1 ", "2", "3", "4", "5",)
/ position = (32%, 32%)
</radiobuttons>

<caption FeelingSad>
/ caption = "Feeling Sad"
/ position = (20%, 37%)
/ fontstyle = ("Calibri", 1.8%, false, false, false, false, 5, 0)
</caption>

<radiobuttons FeelingSad1>
/ options=("         ","         ","         ","         ","         ", )
/ orientation=Horizontal
/ optionvalues = ("1 ", "2", "3", "4", "5",)
/ position = (32%, 37%)
</radiobuttons>

<caption Anxiety>
/ caption = "Anxious"
/ position = (20%, 42%)
/ fontstyle = ("Calibri", 1.8%, false, false, false, false, 5, 0)
</caption>

<radiobuttons Anxiety1>
/ options= ("         ","         ","         ","         ","         ", )
/ orientation=Horizontal
/ optionvalues = ("1", "2", "3 ", "4 ", "5 ",)
/ position = (32%, 42%)
</radiobuttons>

<caption Enthusiasm>
/ caption = "Enthusiastic"
/ position = (20%, 47%)
/ fontstyle = ("Calibri", 1.8%, false, false, false, false, 5, 0)
</caption>

<radiobuttons Enthusiasm1>
/ options= ("         ","         ","         ","         ","         ", )
/ orientation=Horizontal
/ optionvalues = ("-1 ", "-2 ", "-3 ", "-4 ", "-5 ",)
/ position = (32%, 47%)
</radiobuttons>

<caption Tiredness>
/ caption = "Tired"
/ position = (20%, 52%)
/ fontstyle = ("Calibri", 1.8%, false, false, false, false, 5, 0)
</caption>

<radiobuttons Tiredness1>
/ options= ("         ","         ","         ","         ","         ", )
/ orientation=Horizontal
/ optionvalues = ("1 ", "2 ", "3 ", "4 ", "5",)
/ position = (32%, 52%)
</radiobuttons>

<caption Confused>
/ caption = "Confused"
/ position = (20%, 57%)
/ fontstyle = ("Calibri", 1.8%, false, false, false, false, 5, 0)
</caption>

<radiobuttons Confused1>
/ options= ("         ","         ","         ","         ","         ", )
/ orientation=Horizontal
/ optionvalues = ("1", "2", "3", "4 ", "5",)
/ position = (32%, 57%)
</radiobuttons>

By Dave - 6/13/2017

smile_its_zoe - Tuesday, June 13, 2017
Hi 

I have produced a question that looks like this...


With the Code below...

However is there a way that i can re-do this so it gives you feedback (turns the caption red) if you forget to select an option on the row of radiobuttons before they continue to the next page?

Kind Regards

Zoe

<caption MoodCpt>
/ caption = "7). How would you descibe your mood at present?"
/ position = (15%, 20%)
/ fontstyle = ("Calibri", 1.8%, false, false, false, false, 5, 0)
</caption>

<caption values>
/ caption = "Not at all       Slightly       Moderately      Very        Extremely    "
/ position = (30%, 25%)
/ fontstyle = ("Calibri", 1.8%, false, false, false, false, 5, 0)
</caption>

<caption values2>
/ caption = "  (1)           (2)          (3)           (4)           (5)"
/ position = (30%, 27%)
/ fontstyle = ("Calibri", 1.8%, false, false, false, false, 5, 0)
</caption>

<caption Tense>
/ caption = "Tense"
/ position = (20%, 32%)
/ fontstyle = ("Calibri", 1.8%, false, false, false, false, 5, 0)
</caption>

<radiobuttons Tense1>
/ options=("         ","         ","         ","         ","         ", )
/ orientation=Horizontal
/ optionvalues = ("1 ", "2", "3", "4", "5",)
/ position = (32%, 32%)
</radiobuttons>

<caption FeelingSad>
/ caption = "Feeling Sad"
/ position = (20%, 37%)
/ fontstyle = ("Calibri", 1.8%, false, false, false, false, 5, 0)
</caption>

<radiobuttons FeelingSad1>
/ options=("         ","         ","         ","         ","         ", )
/ orientation=Horizontal
/ optionvalues = ("1 ", "2", "3", "4", "5",)
/ position = (32%, 37%)
</radiobuttons>

<caption Anxiety>
/ caption = "Anxious"
/ position = (20%, 42%)
/ fontstyle = ("Calibri", 1.8%, false, false, false, false, 5, 0)
</caption>

<radiobuttons Anxiety1>
/ options= ("         ","         ","         ","         ","         ", )
/ orientation=Horizontal
/ optionvalues = ("1", "2", "3 ", "4 ", "5 ",)
/ position = (32%, 42%)
</radiobuttons>

<caption Enthusiasm>
/ caption = "Enthusiastic"
/ position = (20%, 47%)
/ fontstyle = ("Calibri", 1.8%, false, false, false, false, 5, 0)
</caption>

<radiobuttons Enthusiasm1>
/ options= ("         ","         ","         ","         ","         ", )
/ orientation=Horizontal
/ optionvalues = ("-1 ", "-2 ", "-3 ", "-4 ", "-5 ",)
/ position = (32%, 47%)
</radiobuttons>

<caption Tiredness>
/ caption = "Tired"
/ position = (20%, 52%)
/ fontstyle = ("Calibri", 1.8%, false, false, false, false, 5, 0)
</caption>

<radiobuttons Tiredness1>
/ options= ("         ","         ","         ","         ","         ", )
/ orientation=Horizontal
/ optionvalues = ("1 ", "2 ", "3 ", "4 ", "5",)
/ position = (32%, 52%)
</radiobuttons>

<caption Confused>
/ caption = "Confused"
/ position = (20%, 57%)
/ fontstyle = ("Calibri", 1.8%, false, false, false, false, 5, 0)
</caption>

<radiobuttons Confused1>
/ options= ("         ","         ","         ","         ","         ", )
/ orientation=Horizontal
/ optionvalues = ("1", "2", "3", "4 ", "5",)
/ position = (32%, 57%)
</radiobuttons>


> However is there a way that i can re-do this so it gives you feedback (turns the caption red) if you forget to select an
> option on the row of radiobuttons before they continue to the next page?

No, that's not possible with this particular setup.