<%@ Control Language="C#" AutoEventWireup="false" CodeBehind="RadioButtonScale_Vertical.ascx.cs" Inherits="CheckboxWeb.Forms.Surveys.Controls.ItemRenderers.SurveyMobile.RadioButtonScale_Vertical" %> <% var options = GetNonOtherOptions().ToList(); %>
"> <% int optionsCount = options.Count(); for(int i=0; i <% } %>
<% if (option.IsSelected) { %> " value="<%= optionId %>" id="<%= optionId %>" /> <% } else { %> " value="<%= optionId %>" id="<%= optionId %>" /> <% } %>
<%= Model.InstanceData["StartText"] %>
<%= Model.InstanceData["MidText"] %>
<%= Model.InstanceData["EndText"] %>
<% if(OtherOption != null) { %>
<% if (OtherOption.IsSelected) { %> " value="<%= OtherOption.OptionId %>" id="<%= OtherOption.OptionId %>" /> <% } else { %> " value="<%= OtherOption.OptionId %>" id="<%= OtherOption.OptionId %>"/> <% } %>
<% } %>