|
|
@ -4,7 +4,7 @@ q_positon = question.question_number
|
|
|
|
if ques_position.present?
|
|
|
|
if ques_position.present?
|
|
|
|
q_positon = ques_position
|
|
|
|
q_positon = ques_position
|
|
|
|
end
|
|
|
|
end
|
|
|
|
json.q_position question.question_number
|
|
|
|
json.q_position q_positon
|
|
|
|
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
|
|
|
|