If score >= 2 then take into account in evaluation stats see BT#14692

pull/2688/head
Julio Montoya 8 years ago
parent cd9460d7fb
commit 28805ab167
  1. 2
      plugin/learning_calendar/LearningCalendarPlugin.php

@ -709,7 +709,7 @@ class LearningCalendarPlugin extends Plugin
ON (r.evaluation_id = e.id)
WHERE
e.type = 'evaluation' AND
r.score > 0 AND
r.score >= 2 AND
r.user_id = $userId
$courseSessionConditionToString
";

Loading…
Cancel
Save