diff --git a/main/exercise/exercise_result.php b/main/exercise/exercise_result.php index 32eebb2cf1..594bf8e94b 100755 --- a/main/exercise/exercise_result.php +++ b/main/exercise/exercise_result.php @@ -219,5 +219,6 @@ if ($origin != 'learnpath') { // Record the results in the learning path, using the SCORM interface (API) echo ""; echo ''; - echo ''; + + Display::display_reduced_footer(); } diff --git a/main/exercise/result.php b/main/exercise/result.php index ba56e84324..5e86a42946 100755 --- a/main/exercise/result.php +++ b/main/exercise/result.php @@ -83,4 +83,6 @@ ExerciseLib::displayQuestionListByAttempt( if ($show_headers) { Display::display_footer(); +} else { + Display::display_reduced_footer(); }