Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CoTA
moodle-assignsubmission_dta
Commits
c6c9e77b
Commit
c6c9e77b
authored
1 year ago
by
Lückemeyer
Browse files
Options
Download
Email Patches
Plain Diff
fixed ) error
parent
1c83b901
sahal-recommendations-table-privacy-provider-changes
moodledta
1 merge request
!1
Coding style and recommendations
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dta.zip
+0
-0
dta.zip
dta/utils/view.php
+1
-1
dta/utils/view.php
with
1 addition
and
1 deletion
+1
-1
dta.zip
+
0
-
0
View file @
c6c9e77b
No preview for this file type
This diff is collapsed.
Click to expand it.
dta/utils/view.php
+
1
-
1
View file @
c6c9e77b
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets