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.
|
|
|
|
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
|