Feedback on Multiple Radio Buttons


Author
Message
smile_its_zoe
smile_its_zoe
Esteemed Member (2.4K reputation)Esteemed Member (2.4K reputation)Esteemed Member (2.4K reputation)Esteemed Member (2.4K reputation)Esteemed Member (2.4K reputation)Esteemed Member (2.4K reputation)Esteemed Member (2.4K reputation)Esteemed Member (2.4K reputation)Esteemed Member (2.4K reputation)
Group: Forum Members
Posts: 27, Visits: 129
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>


Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
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.

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search