Note: You are currently viewing documentation for Moodle 3.4. Up-to-date documentation for the latest stable version of Moodle is likely available here: Import and export FAQ.

Import and export FAQ: Difference between revisions

From MoodleDocs
(over 4 headings, not a stub)
(→‎See also: search links for Moodle forums [Question: Is there an Interwiki Link syntax for this kind of links?])
Line 44: Line 44:


==See also==
==See also==
* Search Moodle Forums [http://moodle.org/mod/forum/search.php?search=subject%3Aimport+&id=5 subject:import].
* Search Moodle Forums [http://moodle.org/mod/forum/search.php?search=subject%3Aexport+&id=5 subject:export].


*[[XML FAQ]]
*[[XML FAQ]]

Revision as of 11:30, 10 March 2009

How do I import users?

How do I import course data?

How do I import and export grades?

How do I import glossary entries?

See Import glossary entries.

How do I import and export questions?

Which formats are used for importing questions?

If you want to create questions outside of Moodle these two text based formats might be the most important:

  • GIFT - Moodle 'proprietary' text format for import and export. Reasonably comprehensive.
See GIFT format.
Here is a 2-column GIFT format reference sheet: GIFT Reference Sheet
  • Moodle XML - Moodle 'proprietary' xml format for import and export. Very comprehensive.


You find the complete list of supported formats under Import questions.

See also