diff --git a/dta.zip b/dta.zip index 584b43be9a249b7909d4f5d6c23209410e437f2a..e05f7438d215d35ee77e876a9c4e822fe6fc289c 100644 Binary files a/dta.zip and b/dta.zip differ diff --git a/dta/utils/view.php b/dta/utils/view.php index a5a4b87329adfb486f89109d8ed0de0daae166cd..dab121603d6be97f0ee04dadc670ba973961400f 100644 --- a/dta/utils/view.php +++ b/dta/utils/view.php @@ -209,7 +209,7 @@ class ViewSubmissionUtils { $showncompetencies = explode(";", $summary->successfultestcompetencies); $overallcompetencies = explode(";", $summary->overalltestcompetencies); - for ($index=1, $size=count($overallcompetencies; $index<=$size; $index++) { + for ($index=1, $size=count($overallcompetencies); $index<=$size; $index++) { $comp=$overallcompetencies[$index]; $shown=$showncompetencies[$index]; // If the competency was actually assessed by the assignment and tests, add a row in the table.