第<%= poll_question.question_number%>题: <%= poll_question.question_title %> [多选题] <%if poll_question.is_necessary == 1%> * <%end%>
<%= link_to("", delete_poll_question_poll_index_path(:poll_question => poll_question.id), method: :delete, :confirm => l(:text_are_you_sure), :remote => true, :class => "ur_icon_de") %>
<% poll_question.poll_answers.reorder("answer_position").each do |poll_answer| %> <% end %>