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
51e12764
Commit
51e12764
authored
1 month ago
by
Kurzenberger
Browse files
Options
Download
Email Patches
Plain Diff
removed print_r from the dta_view_submission_utils
parent
288bf18c
1 merge request
!1
Coding style and recommendations
Pipeline
#10963
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dta/classes/dta_view_submission_utils.php
+1
-1
dta/classes/dta_view_submission_utils.php
with
1 addition
and
1 deletion
+1
-1
dta/classes/dta_view_submission_utils.php
+
1
-
1
View file @
51e12764
...
...
@@ -49,7 +49,7 @@ public static function assignsubmission_dta_generate_summary_html(
// 1) Retrieve the summary data from the DB (adjust your DB-utils class as needed).
$summary
=
dta_db_utils
::
assignsubmission_dta_get_result_summary_from_database
(
$assignmentid
,
$submissionid
);
print_r
(
$summary
);
// 2) Prepare an HTML buffer.
$html
=
''
;
...
...
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