diff --git a/quiz.module b/quiz.module
index a8986b9..cafbc1e 100644
--- a/quiz.module
+++ b/quiz.module
@@ -2018,6 +2018,7 @@ function quiz_take_quiz($quiz) {
   }
   // Else we're at the end of quiz.
   else {
+    drupal_set_title($quiz->title);
     $quiz_end = TRUE;
   }
 
