@@ -295,7 +295,11 @@
t.examCount,
t.examName,
if(t.breachCount is null,0,t.breachCount) as breachCount,
- ifnull(t.objectiveScore,0) as objectiveScore
+ ifnull(t.objectiveScore,0) as objectiveScore,
+ ifnull(t.objectiveScore,0) as sumScore,
+ t.examId,
+ t.examActivityId,
+ 0 as subjectiveScore
from
(
select