diff --git a/question/type/ordering/settings.php b/question/type/ordering/settings.php new file mode 100644 index 00000000000..6753061a9ae --- /dev/null +++ b/question/type/ordering/settings.php @@ -0,0 +1,31 @@ +. + +/** + * ORDERING question settings page. + * + * @package qtype + * @subpackage ordering + * @copyright 2016 Vadim Dvorovenko + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die; + +if ($ADMIN->fulltree) { + $settings->add(new admin_setting_configselect('qtype_ordering/defaultanswerformat', + get_string('defaultanswerformat', 'qtype_ordering'), '', FORMAT_MOODLE, format_text_menu())); +}