|
|
|
@ -361,6 +361,7 @@ class ExerciseQuestionsController < ApplicationController
|
|
|
|
|
if ex_users_committed.size > 0
|
|
|
|
|
ex_users_committed.each do |ex_user|
|
|
|
|
|
update_objective_score = update_single_score(@exercise_question,ex_user.user_id,standard_answer)
|
|
|
|
|
Rails.logger.info("#####_________update_objective_score___________##############{update_objective_score}")
|
|
|
|
|
if update_objective_score != 0
|
|
|
|
|
objective_score = ex_user.objective_score
|
|
|
|
|
subjective_score = ex_user.subjective_score
|
|
|
|
|