{% Dim ar = CurrentQuestion.ParentLoop.Answers Dim inputName Dim inputValue Dim caption Dim image Dim j Dim labelCount = 0 Dim adcId = CurrentADC.InstanceId Dim interconnection = (CurrentADC.PropValue("interconnection") = "1") Dim freezeBoxLabel = CurrentADC.PropValue("freezeBoxLabel") IF CurrentADC.PropValue("rightLabelText") <> "" Then labelCount = labelCount + 1 EndIF IF CurrentADC.PropValue("leftLabelText") <> "" Then labelCount = labelCount + 1 EndIF For j = 1 To ar.Count inputName = CurrentQuestion.Iteration(ar[j].Index).InputName() caption = ar[j].Caption image = ar.ResourceURL[j] %} {% IF CurrentADC.PropValue("sliderOrientation") = "horizontal" Then %}
{% Else %} {% EndIF %} {% Next %}