<%= render :partial => "poll_tool_bar", :locals => {:type => 'mulit', :poll_question => poll_question}%>
<%= poll_question.question_title %> [多行主观题]
<% poll_question.poll_answers.reorder("answer_position").each_with_index do |poll_answer, i| %>

<%= i + 1 %>.<%= poll_answer.answer_text%>

<% end %>