Index: multichoice.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/quiz/multichoice.module,v
retrieving revision 1.31
diff -u -r1.31 multichoice.module
--- multichoice.module	11 Oct 2006 15:21:53 -0000	1.31
+++ multichoice.module	12 Oct 2006 19:46:41 -0000
@@ -63,6 +63,7 @@
     '#title' => t('Title'),
     '#default_value' => $node->title,
     '#required' => TRUE,
+    '#description' => t('Add a title that will help distinguish this quesiton from other questions. This will not be seen during the quiz.'),
   );
 
   $form['body'] = array(
