diff --git a/classes/output/courseformat/content.php b/classes/output/courseformat/content.php index 0ff1cfbb..ba17f78c 100644 --- a/classes/output/courseformat/content.php +++ b/classes/output/courseformat/content.php @@ -445,9 +445,9 @@ protected function calculate_section_activity_completion($section, $course, $mod $data = new \stdClass(); $data->percentagevalue = $this->sectioncompletionpercentage[$section->section]; - if ($data->percentagevalue < 11) { + if ($data->percentagevalue < 50) { $data->percentagecolour = 'low'; - } else if ($data->percentagevalue < 90) { + } else if ($data->percentagevalue < 80) { $data->percentagecolour = 'middle'; } else { $data->percentagecolour = 'high';