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/exercises/_question_scores.json.jbuilder

6 lines
220 B

6 years ago
json.array! question_scores do |q|
json.ques_id q[:q_id]
json.ques_position q[:q_position]
json.answer_status q[:stand_status] #答案状态,1为正确0为错误/未答
json.user_score q[:user_score]
end