Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Import questions.

Import questions: Difference between revisions

From MoodleDocs
(note about formats no longer standard in 1.8, formatting)
Line 7: Line 7:
The available formats vary with the version of Moodle and if it is a quiz or lesson module.   
The available formats vary with the version of Moodle and if it is a quiz or lesson module.   


== Character Encoding ==
== Question formats ==


Prior to version 1.6 of Moodle the question file was assumed to be encoded in the same way as the language being used within the Moodle site. With Moodle 1.6 and onwards it is assumed that the imported file is encoded in UTF8. If it is not an external tool must be used to change the encoding. Note that if only basic 'latin' characters are used, then the coding issue can generally be ignored.
*[[GIFT]]
*[[Moodle XML]]
*Aiken - This format is an easy way of writing multiple-choice questions for import. Please note that from Moodle 1.8 the Aiken format will no longer be part of the standard Moodle - instead the GIFT format should be used.
*Missing Word -If you’re going to write a lot of missing word multiple choice questions, the missing word format is an easy way to create them.
*AON - This format is the same as the missing word format, except it creates matching questions from the multiple choice questions. Please note that from Moodle 1.8 it will no longer be part of the standard Moodle.
*Blackboard - From Moodle 1.7 onwards, if you're converting from Blackboard to Moodle, you can export your course and then import the question pools into Moodle using the Blackboard format.
*WebCT - In Moodle 1.7 this format supports importing multiple choice and short answers questions from WebCT.
*Course Test Manager - This format enables you to import questions from the Course Test Manager from Course Technology.
*Embedded Answers (Cloze) - This format is a multiple question, multiple answer question with embedded answers. They can be a bit tricky to develop, but they are a unique way of asking questions.


== GIFT ==
== Character encoding ==


[[GIFT]]
Prior to Moodle 1.6 the question file was assumed to be encoded in the same way as the language being used within the Moodle site. With Moodle 1.6 and onwards it is assumed that the imported file is encoded in UTF8. If it is not an external tool must be used to change the encoding. Note that if only basic 'latin' characters are used, then the coding issue can generally be ignored.


== Moodle XML ==
[[Moodle XML]]
== Aiken ==
Aiken format is an easy way of writing multiple-choice questions for import. It’s a very easy, readable format.[[Image:Aiken_format.gif|frame|left|screen shot from quiz help file documentation]]<br style="clear:both;">
== Missing Word ==
If you’re going to write a lot of missing word multiple choice questions, the missing word format is an easy way to create them.
[[Image:Missing_word.jpg|frame|left|screen shot from quiz help file documentation]]<br style="clear:both;">
== AON ==
The same as the missing word format, except it creates matching questions from the multiple choice questions.
==Blackboard==
{{Moodle 1.7}}
If you’re converting from Blackboard to Moodle, you can export your course and then import the question pools into Moodle using the Blackboard format.
== WebCT ==
{{Moodle 1.7}}
Currently, the WebCT format only supports importing multiple-choice and short answers questions
== Course Test Manager ==
This will enable you to import questions from the Course Test Manager from Course Technology
== Embedded Answers (Cloze) ==
The Cloze format is a multiple question, multiple answer question with embedded answers. They can be a bit tricky to develop, but they are a unique way of asking questions
== Version 1.7 formats==
[[Image:Lesson Import Questions dropdown.JPG|left|thumb|Import Question 1.7 menu]]
==See also==
==See also==


Line 50: Line 28:
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=51316 escaping problem in gift import?] forum discussion
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=51316 escaping problem in gift import?] forum discussion


[[Category:Teacher]]
[[Category:Question]]
[[Category:Question]]
[[Category:Quiz]]
[[Category:Lesson]]


[[fr:Importer des questions]]
[[fr:Importer des questions]]

Revision as of 15:14, 21 February 2007



Moodle provides a number of different formats to import questions into question banks. Some enable imports to be made from proprietary quiz software, others provide questions to be imported from human-readable text files and others provide Moodle specific formats to enable transfer of questions between quiz banks.

In the case of the text formats (in particular GIFT), once you get to know a format, it may be easier to simply type the questions into a text file than to use the web interface. You can just keep typing instead of waiting for new web pages to load for each question.

The available formats vary with the version of Moodle and if it is a quiz or lesson module.

Question formats

  • GIFT
  • Moodle XML
  • Aiken - This format is an easy way of writing multiple-choice questions for import. Please note that from Moodle 1.8 the Aiken format will no longer be part of the standard Moodle - instead the GIFT format should be used.
  • Missing Word -If you’re going to write a lot of missing word multiple choice questions, the missing word format is an easy way to create them.
  • AON - This format is the same as the missing word format, except it creates matching questions from the multiple choice questions. Please note that from Moodle 1.8 it will no longer be part of the standard Moodle.
  • Blackboard - From Moodle 1.7 onwards, if you're converting from Blackboard to Moodle, you can export your course and then import the question pools into Moodle using the Blackboard format.
  • WebCT - In Moodle 1.7 this format supports importing multiple choice and short answers questions from WebCT.
  • Course Test Manager - This format enables you to import questions from the Course Test Manager from Course Technology.
  • Embedded Answers (Cloze) - This format is a multiple question, multiple answer question with embedded answers. They can be a bit tricky to develop, but they are a unique way of asking questions.

Character encoding

Prior to Moodle 1.6 the question file was assumed to be encoded in the same way as the language being used within the Moodle site. With Moodle 1.6 and onwards it is assumed that the imported file is encoded in UTF8. If it is not an external tool must be used to change the encoding. Note that if only basic 'latin' characters are used, then the coding issue can generally be ignored.

See also

  • The help file available from the help button next to the import file button gives a lot of detail about each format.
  • Using Moodle escaping problem in gift import? forum discussion