dev_forum
SylorHuang 5 years ago
parent da2c9c97c2
commit 8dd42b59a7

@ -642,7 +642,7 @@ module ExercisesHelper
end end
if student_status == 2 #当前为老师,或为学生且已提交 if student_status == 2 #当前为老师,或为学生且已提交
user_score_pre = exercise_answers.score_reviewed user_score_pre = exercise_answers.score_reviewed
user_score = user_score_pre.present? ? user_score_pre.pluck(:score).sum : "0.0" user_score = user_score_pre.present? ? user_score_pre.pluck(:score).sum : 0.0
end end
if user_score.present? && (user_score > q.question_score) if user_score.present? && (user_score > q.question_score)

Loading…
Cancel
Save