<block myblock>
/ trials = [1=pg01; 2=pg02]
</block>
<surveypage pg01>
/ questions = [1=tb01; 2=tb02]
</surveypage>
<surveypage pg02>
/ questions = [1=rb01; 2=rb02]
</surveypage>
<textbox tb01>
</textbox>
<textbox tb02>
</textbox>
<radiobuttons rb01>
/ caption = "Rate <%textbox.tb01.response%>"
/ options = ("excellent", "good", "satisfactory", "bad", "aweful")
</radiobuttons>
<radiobuttons rb02>
/ caption = "Rate <%textbox.tb02.response%>"
/ options = ("excellent", "good", "satisfactory", "bad", "aweful")
</radiobuttons>
Regards,
~Dave