PennController for IBEX › Forums › Support › Spacing between radio-buttons › Reply To: Spacing between radio-buttons
December 4, 2022 at 11:39 pm
#9760
Keymaster
Hi Rok,
You can keep the two sentences on a single line, but if they are too long, they will necessarily end up overflowing the page’s width at some point:
newScale("practice_response",
"<span style='white-space: nowrap;'>this is a first pretty darn long sentence if you want my opinion</span>",
"<span style='white-space: nowrap;'>this is a second rather wordy sentence too if we are being honest</span>")
.radio()
.log()
.labelsPosition("right")
.center()
.print()
.wait()
Jeremy