1 |
efrain |
1 |
Question import/export formats
|
|
|
2 |
==============================
|
|
|
3 |
|
|
|
4 |
This directory contains plug-ins to supprt importing and exporting questions in
|
|
|
5 |
a variety of formats.
|
|
|
6 |
|
|
|
7 |
Each sub-module must contain at least a format.php file containing a class that
|
|
|
8 |
contains functions for reading, writing, importing and exporting questions.
|
|
|
9 |
|
|
|
10 |
For correct operation the class name must be based on the name of the plugin.
|
|
|
11 |
For example:
|
|
|
12 |
|
|
|
13 |
plugin: webct
|
|
|
14 |
class: class qformat_webct extends qformat_default {
|
|
|
15 |
|
|
|
16 |
Most of them are based on the class found in question/format.php.
|
|
|
17 |
See the comments therein for more information.
|