diff --git a/common/helpers/ScoreCalculatorHelper.php b/common/helpers/ScoreCalculatorHelper.php index e69ec98..ad62260 100644 --- a/common/helpers/ScoreCalculatorHelper.php +++ b/common/helpers/ScoreCalculatorHelper.php @@ -64,6 +64,9 @@ class ScoreCalculatorHelper case '3': // multi answer $score += $response_question['question']['score'] / self::correctAnswersNum($response_question['question']['id']); break; + case '4': // istina-loz + $score += $response_question['question']['score']; + break; } } }