|
|
@ -1,5 +1,6 @@
|
|
|
|
json.question_id question.id
|
|
|
|
json.question_id question.id
|
|
|
|
json.question_number question.question_number
|
|
|
|
# json.question_number question.question_number
|
|
|
|
|
|
|
|
json.q_position question.question_number
|
|
|
|
json.question_title question.question_title
|
|
|
|
json.question_title question.question_title
|
|
|
|
json.question_type question.question_type
|
|
|
|
json.question_type question.question_type
|
|
|
|
json.question_score question.question_score.round(1).to_s
|
|
|
|
json.question_score question.question_score.round(1).to_s
|
|
|
|