第<%= poll_question.question_number%>题:
<%= poll_question.question_title %>
<%if poll_question.is_necessary == 1%>
*
<%end%>
<%= i + 1 %>.<%= poll_answer.answer_text%>
<%= get_anwser_vote_text(poll_question.id,User.current.id,poll_answer.id).html_safe%>
<% end %>