|
|
|
@ -340,6 +340,12 @@ class ExerciseQuestionsController < ApplicationController
|
|
|
|
|
@exercise_question.question_score = question_score
|
|
|
|
|
@exercise_question.shixun_name = shixun_name
|
|
|
|
|
@exercise_question.save!
|
|
|
|
|
# elsif @exercise_question.question_type == Exercise::PROGRAM
|
|
|
|
|
# question_score = 0
|
|
|
|
|
# shixun_name = params[:shixun_name] || @exercise_question.shixun_name
|
|
|
|
|
# @exercise_question.question_score = question_score
|
|
|
|
|
# @exercise_question.shixun_name = shixun_name
|
|
|
|
|
# @exercise_question.save!
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
#当试卷已发布时(试卷的总状态),当标准答案修改时,如有已提交的学生,需重新计算分数.
|
|
|
|
|