From de0aef568f4e703e5c7dcb579ea17f882e7ed716 Mon Sep 17 00:00:00 2001 From: SylorHuang Date: Sat, 24 Aug 2019 11:00:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E4=BF=AE=E6=94=B9=E6=A0=87?= =?UTF-8?q?=E5=87=86=E7=AD=94=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/helpers/exercises_helper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/helpers/exercises_helper.rb b/app/helpers/exercises_helper.rb index f59bee5ac..e65bd2f01 100644 --- a/app/helpers/exercises_helper.rb +++ b/app/helpers/exercises_helper.rb @@ -44,6 +44,8 @@ module ExercisesHelper stand_answer = 0 end + Rails.logger.info("#######_____________ques_score_________________#{ques_score}") + ques_option = { "q_id":q.id, #该问题的id "q_type":q.question_type,