You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
educoder/app/views/poll_votes/create.json.jbuilder

6 lines
288 B

json.partial! "commons/success"
json.poll_vote do
json.question_number @current_question_number # 当前问题的位置
json.question_necessary @current_question_necessary #当前问题是否回答
json.question_status @current_question_status #当前问题是否回答
end