--- quiz.admin.inc	2010-09-28 10:11:50.000000000 -0400
+++ quiz.adminNEW.inc	2010-09-28 10:23:56.000000000 -0400
@@ -1586,6 +1586,7 @@ function theme_quiz_admin_quizzes($resul
 function theme_quiz_node_form($form) {
   $path = drupal_get_path('module', 'quiz') .'/theme/quiz_node_form.js';
   drupal_add_js($path);
+  return theme('node_form', $form);
 }
 
 /**
