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

Import and export FAQ: Difference between revisions

From MoodleDocs
(→‎How do I import and export questions?: removed link to non - 2.2 supported xml builder)
m (→‎See also: removing old links)
 
(5 intermediate revisions by 4 users not shown)
Line 71: Line 71:


*[[Moodle XML]] - Moodle 'proprietary' xml format for import and export. Very comprehensive.  
*[[Moodle XML]] - Moodle 'proprietary' xml format for import and export. Very comprehensive.  
There are also commercial softwares creating question files that can be imported into Moodle:
* TestGen can export question using the "Blackboard 6.x-9.x" format and these zip files can be imported in Moodle using the "Blackboard" import format.
* Examview recent versions can also create Blackboard zip files that Moodle "Blackboard" import format is able to import.




You find the complete list of supported formats under [[Import questions]].
You find the complete list of supported formats under [[Import questions]].
== Which file formats can I use? ==
[TODO]


== What encodings should I use? ==
== What encodings should I use? ==
Line 91: Line 94:


== See also ==
== See also ==
* Code to do database query: http://moodlever.blogspot.com/2011/01/how-to-get-student-list-of-course.html


*[[IMS Common Cartridge import and export]]
* 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%3Aimport+&id=5 subject:import].
* Search Moodle Forums [http://moodle.org/mod/forum/search.php?search=subject%3Aexport+&id=5 subject:export].
* Search Moodle Forums [http://moodle.org/mod/forum/search.php?search=subject%3Aexport+&id=5 subject:export].


*[[XML FAQ]]
[[Category:FAQ]]
*[[IMS Common Cartridge import]]
 
* There's an interesting project on [http://groups.drupal.org/node/21559 integrating Drupal and Moodle quizzes] in the Drupal in Education User Group.
 
; Contributed modules and plugins
* [http://moodle.org/mod/forum/discuss.php?d=161367 DocBook Module to Parse DocBook XML]


[[Category:FAQ]]
[[de:Import und Export FAQ]]
[[de:Import und Export FAQ]]
[[es:Importar y exportar FAQ]]

Latest revision as of 12:58, 12 February 2018

How do I import users?

How do I export a list of users?

  • Go to Settings>Site administration>Users>Accounts>Bulk user actions and select the users you wish to export. From the dropdown "With selected users", choose "download" and choose the type of file you wish to download from text, ODS or Excel.
  • Another way is is to export a list from the gradebook in a course. The fields you seem to get are:

First name, Surname, ID number, Institution, Department, Email address, Course total

How do I import course data?

How do I import and export grades?

How do I import glossary entries?

For details see Import glossary entries.

A useful tool is

How do I import and export database entries?

See Building Database

How can I enable Excel export for students?

With the Database activity you have the ability to allow students to export the data in CSV or ODS (OpenDocument Spreadsheet from OpenOffice) format, both of which will open up in MS Excel.

studentdatabasexport.png

With this functionality students can choose to export the data of all fields or only of selected fields. (Picture fields cannot be exported.)


However, this feature is not enabled by default for students. You need to override the student permissions for the Database activity and choose 'Allow' for the permission to 'View presets from all users' from Settings>Database administration>Permissions.

studentdatabasepermissions.png

This will result in the 'Export' tab being visible to students in the Database activity.

Also see this thread for a discussion on this.

How do I import and export questions?

See also his website for converting Moodle Questions into tables in a Microsoft Word file, and vice versa.

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.

There are also commercial softwares creating question files that can be imported into Moodle:

  • TestGen can export question using the "Blackboard 6.x-9.x" format and these zip files can be imported in Moodle using the "Blackboard" import format.
  • Examview recent versions can also create Blackboard zip files that Moodle "Blackboard" import format is able to import.


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

What encodings should I use?

The recommended standard encoding for all Moodle files is UTF-8.

Some of this information is collected at UTF-8 and BOM.

See also:

See also