Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Migration from Moodle

De MoodleDocs
Salta a:navegació, cerca

Moodle can create a backup file of any single course, which is a fairly straightforward zip file which can be downloaded and processed to move the data to some other system. The files are stored in a logical structure and can be simply copied across. However, the "moodle.xml" data file which defines much of the course structure is a Moodle-specific XML file. In order to import its data into some other LMS you may need to process it (e.g. use an XSLT transformation to convert it into an IMS format which your LMS is happy with).

Similarly, many individual items within a Moodle course can be exported.

  • SCORM objects are the recognised standard content interoperability format, and so of course they can be downloaded and plugged into some other system.
  • Glossaries can be downloaded (again, as a non-standard XML file, but very simple and should be easy to process)
  • Quiz questions can be exported in IMS QTI 2.0 format. This is the international standard which most modern LMSes/assessment tools can handle.

See also