mirror of
https://github.com/moodle/moodle.git
synced 2025-02-01 13:28:17 +01:00
43bf9fc2d7
Each format is now in it's own subdirectory, which allows the format to have as many files as it likes. The formats are now detected automatically (no need to edit lib.php anymore) and the parent class is now in mod/quiz/format.php Lastly, I added Paul Shew's new GIFT format.
13 lines
398 B
Plaintext
13 lines
398 B
Plaintext
QUIZ FILE FORMATS FOR IMPORT/EXPORT
|
|
------------------------------------
|
|
|
|
This directory contains plug-in sub-modules to add
|
|
import-export formats to Moodle quizzes.
|
|
|
|
Each sub-module must contain at least a format.php file
|
|
containing a class that contains functions for reading,
|
|
writing, importing and exporting quiz questions.
|
|
|
|
Most of them are based on the class found in mod/quiz/format.php
|
|
|