@@ -219,5 +219,6 @@ if ($origin != 'learnpath') {
// Record the results in the learning path, using the SCORM interface (API)
echo "<script>window.parent.API.void_save_asset('$total_score', '$max_score', 0, 'completed');</script>";
echo '<script type="text/javascript">'.$href.'</script>';
- echo '</body></html>';
+
+ Display::display_reduced_footer();
}
@@ -85,4 +85,6 @@ ExerciseLib::displayQuestionListByAttempt(
echo '</div>';
if ($show_headers) {
Display::display_footer();
+} else {