diff --git a/quiz.module b/quiz.module index ceb74974aa2e856671a9dc01dd806ed46ee4f2e3..427502be7168898d3bfef52adf790e937d616458 100644 --- a/quiz.module +++ b/quiz.module @@ -819,6 +819,18 @@ function quiz_update($node) { */ function quiz_field_extra_fields() { $extra['node']['quiz'] = array( + 'display' => array( + 'take' => array( + 'label' => t('Take quiz button'), + 'description' => t('The take button.'), + 'weight' => 10, + ), + 'stats' => array( + 'label' => t('Quiz summary'), + 'description' => t('Quiz summary'), + 'weight' => 9, + ), + ), 'form' => array( 'taking' => array( 'label' => t('Taking options'),