diff --git a/mod/scorm/report/basic/report.php b/mod/scorm/report/basic/report.php index 700ea4f25f2..fc849a7bffe 100644 --- a/mod/scorm/report/basic/report.php +++ b/mod/scorm/report/basic/report.php @@ -512,6 +512,11 @@ class scorm_basic_report extends scorm_default_report { $mform->display(); } } else { + if ($candelete && !$download) { + echo ''; + echo ''; + } + echo ''; echo $OUTPUT->notification(get_string('noactivity', 'scorm')); } if ($download == 'Excel' or $download == 'ODS') {