Moodle XML format

Moodle XML format

av Volodymyr Krasnoshapka -
Antall svar: 4
Where can I find the Moodle XML tests format specification or DTD, or something else?
Gjennomsnittlig vurdering: -
Som svar til Volodymyr Krasnoshapka

Re: Moodle XML format

av Howard Miller -
Bilde av Core developers Bilde av Documentation writers Bilde av Particularly helpful Moodlers Bilde av Peer reviewers Bilde av Plugin developers
I know this is a poor answer, but the format is currently undocumented. It is quite a simple format and it is actually probably easier to export some sample questions and see what the XML looks like.

However, this question keeps coming up and intend to properly document it in the very near future.
Som svar til Howard Miller

Re: Moodle XML format

av Werner Randelshofer -
I would like to implement a converter to/from Moodle XML. I need a comprehensive overview of the file format.
Is there an overview of the PHP classes which deal with Moodle XML format?

Som svar til Werner Randelshofer

Re: Moodle XML format

av Howard Miller -
Bilde av Core developers Bilde av Documentation writers Bilde av Particularly helpful Moodlers Bilde av Peer reviewers Bilde av Plugin developers
Since that last post was written, it has been documented...

http://docs.moodle.org/en/Moodle_XML

The format is simple and is best illustrated simply by exporting some questions. The code can be found at question/format/xml/format.php and, again, isn't particularly complicated.

If you need any help or clarification, please let me know and I'll do what I can to help.