<%= render :partial => "poll_tool_bar", :locals => {:type => 'mcq', :poll_question => poll_question}%>
<%= poll_question.question_title %> [多选题] <% if poll_question.min_choices != 0 || poll_question.max_choices != 0 %>

<% if poll_question.min_choices != 0 && poll_question.max_choices != 0 %> 答题时最少选<%=poll_question.min_choices %>项、最多选<%=poll_question.max_choices %>项 <% elsif poll_question.min_choices != 0 %> 答题时最少选<%=poll_question.min_choices %>项 <% elsif poll_question.max_choices != 0 %> 答题时最多选<%=poll_question.max_choices %>项 <% end %>

<% end %>
<% poll_question.poll_answers.reorder("answer_position").each do |poll_answer| %> <% end %>
<% if poll_answer.answer_text != '' %> <% else %> <% end %>