Need to be able to make question formats completely pluggable. Currently, you must edit /lang/LANGUAGE/quiz.php and add the new format for it to display properly. Would like to be able to add contrib question formats without modifying moodle core files.
Suggest that an additional location be added in places_to_search_for_lang_strings function (starting at line 5157 in /lib.moodlelib.php), probably something along the lines of 'qformat_' => array('question/format').
Then you would just need to modify the get_import_export_formats function (starting at line 2029 in /lib/questionlib.php) to allow for this - currently it uses the directory name and looks for it in quiz.php.
- has a non-specific relationship to
-
MDL-16438 centralise information about plugins to avoid duplication
-
- Closed
-
- will help resolve
-
CONTRIB-1356 Please add examview_blackboard question import format to contrib.
-
- Closed
-