Group: Forum Members
Posts: 24,
Visits: 82
|
Hey everyone,
in my script, I have radiobuttons which should look the following.
They should be a 7 point likert scale without any labels for each point. On the right and left side of the scale the two pols (namely "very" and "not at all") should be displayed. Up to now I have the following code:
<radiobuttons questionPaintingFamilarity> / caption="Wie sehr sind Sie mit dem Kunstwerk vertraut?" / options=("Very", "", "", "", "", "", "Not at all") / optionvalues = ("1", "2", "3", "4", "5", "6", "7") / orientation=horizontal / required=true </radiobuttons>
The problem here is that the label "Very" is displayed right from the point and not left.
Does anybody know an alternative way to do this?
Best
Julia
|