某问卷统计
<% @poll_questions.each do |poll_question| %>
-
第<%= poll_question.question_number %>题:<%= poll_question.question_title %> [单选题]<% poll_question.poll_answers %>
<%= render :partial =>'choice_show', :locals =>{ :poll_question => poll_question } %>
<% end %>
<%= pagination_links_full @obj_pages, @obj_count, :per_page_links => false, :remote => false, :flag => true%>
答题已完成 0%