第<%= poll_question.question_number%>题: <%= poll_question.question_title %> [单选题] <%if poll_question.is_necessary == 1%> * <%end%>
<% poll_question.poll_votes.where("user_id = #{User.current.id}").each do |answer|%> <% end%>

<%= answer.poll_answer.answer_text == "" ? (answer.vote_text.nil? ? "其他" : answer.vote_text) : answer.poll_answer.answer_text %>