radiobuttons: images and columns; global timer


Author
Message
psychostudy
psychostudy
Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)
Group: Forum Members
Posts: 16, Visits: 1,000
Thank you very much!

Another question regarding Radiobuttons though, if I use the /other option, is there a way to customize the size of the textbox appearing?

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: 13K, Visits: 105K
psychostudy - Tuesday, January 9, 2018
Thank you very much!

Another question regarding Radiobuttons though, if I use the /other option, is there a way to customize the size of the textbox appearing?

Yes, you can do this by defining a separate <textbox> element and specifying that in the <radiobuttons> /other attribute:

<radiobuttons myrb>
/ options = ("A","B","C")
/ other = otherbox
</radiobuttons>

<textbox otherbox>
/ caption = "Other:"
/ textboxsize = (30%,10%)
</textbox>

<surveypage mypage>
/ questions = [1=myrb]
</surveypage>

psychostudy
psychostudy
Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)Expert (1.3K reputation)
Group: Forum Members
Posts: 16, Visits: 1,000
thank you, that works fine, though no matter how big I make the textbox, I can only write in it on the first line. Did I miss something?

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: 13K, Visits: 105K
psychostudy - Tuesday, January 9, 2018
thank you, that works fine, though no matter how big I make the textbox, I can only write in it on the first line. Did I miss something?

If you want the textbox to allow for multi-line entry, set its /multiline attribute to 'true', i.e.

<radiobuttons myrb>
/ options = ("A","B","C")
/ other = otherbox
</radiobuttons>

<textbox otherbox>
/ caption = "Other:"
/ textboxsize = (30%,10%)
/ multiline = true
</textbox>

<surveypage mypage>
/ questions = [1=myrb]
</surveypage>

Hope this helps!

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search