Commit c6c9e77b authored by Lückemeyer's avatar Lückemeyer
Browse files

fixed ) error

parent 1c83b901
Pipeline #8862 passed with stage
No preview for this file type
......@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment