From: gustav_delius Date: Thu, 23 Mar 2006 19:56:42 +0000 (+0000) Subject: Removing questiontype settings from quiz settings page X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=363773ef87d6de9c70980759592c6c7c77a0aa59;p=moodle.git Removing questiontype settings from quiz settings page --- diff --git a/mod/quiz/config.html b/mod/quiz/config.html index 77f3356c4a..695289e579 100644 --- a/mod/quiz/config.html +++ b/mod/quiz/config.html @@ -382,67 +382,6 @@ - -get_config_options(); - if ($options) { - // Temporary code - if (!$table_created) { - echo ''; - echo '\n"; - $table_created = true; - } - $typename = $type->name(); - $strtype = get_string($typename, 'quiz'); - echo "\n"; - echo '\n"; - echo "\n"; - foreach ($options as $option) { - if (!isset($option->name)) { - continue; - } - echo "\n"; - if (!empty($option->link)) { - echo '\n"; - } - else { - if (!isset($option->code)) { - $option->code = ''; - } - echo '\n"; - echo '\n"; - if (empty($option->help)) { - echo "\n"; - } - else { - echo '\n"; - } - $submitbutton = 'true'; - } - echo "\n"; - } - } - } - if ($table_created) { - echo '
'; - print_heading(get_string('questiontypesetupoptions', 'quiz')); - echo "
' . $strtype . "
' . get_string($option->name, 'quiz') . "'; - print_string($option->name, 'quiz'); - echo ":' . $option->code . "' . get_string($option->help, 'quiz') . "
'; - } - if ($submitbutton) { -?> - - - " /> - - - -