/ options = ("WRONG" ,"<% getitem(counter.option1,values.item_index) %>" )
<values>/ item_index = 1</values><surveypage pg1>/ questions = [1=rb1]/ showpagenumbers = false</surveypage><radiobuttons rb1>/ caption = "A caption"/ options = ("A", "<%getitem(counter.option1,values.item_index)%>")/ other = "Other"/ position = (1%, 1%)/ size = (45%, 38%)/ orientation = vertical/ required = true</radiobuttons><surveypage pg2>/ ontrialbegin = [radiobuttons.rb2.option.2 = getitem(counter.option1,values.item_index)]/ questions = [1=rb2]/ showpagenumbers = false</surveypage><radiobuttons rb2>/ caption = "A caption"/ options = ("A", " ")/ other = "Other"/ position = (1%, 1%)/ size = (45%, 38%)/ orientation = vertical/ required = true</radiobuttons><block myblock>/ trials = [1=pg1; 2=pg2]</block><counter option1>/ items = ("B", "C", "D")/ select = noreplace</counter>