Hinweis: Sie sind auf den Seiten der Moodle 1.9 Dokumentation. Die Dokumentation der aktuellsten Moodle-Version finden Sie hier: Fragen importieren.

Fragen importieren: Unterschied zwischen den Versionen

Aus MoodleDocs
Wechseln zu:Navigation, Suche
Keine Bearbeitungszusammenfassung
 
Keine Bearbeitungszusammenfassung
Zeile 3: Zeile 3:


{{Lektion}}
{{Lektion}}
Moodle kann Zusammenstellungen von Fragen in verschiedensten Formaten in die eigene Fragendatenbank importieren. Diese Formate stammen teilweise von proprietärer Quiz-Software, andere wiederum aus reinen Textdateien mit bestimmter Struktur, und schließlich Fragen in Moodle-eigenen Formaten. Letztere erlauben den bequemen Austausch von Fragen zwischen zwei Moodle-Systemen.
Welche Formate letztendlich zur Verfügung stehen, hängt von der Moodle-Version einerseits ab, andererseits ob es sich um die Aktivität [[Test]] oder [[Lektion]] handelt.
:''TIPP:'' Es mag einfacher und schneller sein, eine größere Menge an Fragen in einer import-geeigneten Textdatei zu verfassen, als diese einzeln ins System einzugeben. Manche Trainer berichten, dass sie auf diese Weise einfach die Textdatei importieren und nicht nach jeder Erstellung einer Frage-Seite warten müssen, bis Moodle die Eingabemaske wieder anzeigt, um die nächste Frage einzugeben. Das stzt natürlich voraus, dass die Fragen syntaktisch einwandfrei in der Textdatei geschrieben werden.
== Fragenformate ==
*[[GIFT]] - Moodle´s eigenes, sozusagen proprietäres Textformat zum Im- und Export. Mit angemessenem Aufwand nachvollziehbar und erstellbar.
*[[Moodle XML]] - Moodle´s eigenes, sozusagen proprietäres XML-format zum Im- und Export. Sehr gut verständlich.
*[[Aiken]] - In diesem Format können insbesonders Multiple-Choice-Fragen komfortabel zum Imprt erstellt werden.
*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 "POOL" type export format. It relies on XML functions being compiled into your PHP. Note that you must first unpack the exported zip file and provide Moodle with the appropriate .dat file. Note that this version does not work with Blackboard Version 6 and newer. (Use this format for ExamView 5 or 6)
*Blackboard V6+ - This module can import questions saved in Blackboard's export format. It provides limited support for Blackboard Version 6 and 7. It relies on XML functions being compiled into your PHP. You must upload the zip file exported from Blackboard.
*[[WebCT format]] - This format supports importing multiple choice and short answers questions from WebCT's text format.
*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.
* Importing from Examview - ExamView 4 supported an XML export format that Moodle can import.  If you are using a newer version of ExamView, you should export using Blackboard, extract the zip archive ExamView creates, then import in Moodle using Blackboard format (do not use 6+ format for moodle import, even though exam view calls this a Blackboard6+ file--it isn't).  You can choose one of the ".dat" files from the ExamView archive to import.  Note that images are not currently imported.  See http://www.rose-prism.org/moodle/mod/resource/view.php?id=6788 and http://www.rose-prism.org/moodle/mod/forum/discuss.php?d=1451
== 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 this is not adhered to you may get import errors and/or strange characters in the importted materials. If the file is not UTF8, 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. Be particularly careful when creating questions using Microsoft Word. For reasons best known to themselves, Microsoft used their own encoding for some characters (incompatible with UTF8) and this is likely to break the import.
==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 [http://moodle.org/mod/forum/discuss.php?d=51316 escaping problem in gift import?] forum discussion
*[[Converting files to UTF-8]]
[[fr:Importer des questions]]
[[ja:問題のインポート]]
[[Category:Lektion]]
[[Category:Lektion]]
[[en:Import questions]]
[[en:Import questions]]

Version vom 16. Dezember 2008, 10:03 Uhr

Baustelle.png Diese Seite ist noch nicht vollständig übersetzt.

Siehe en:Import questions


Moodle kann Zusammenstellungen von Fragen in verschiedensten Formaten in die eigene Fragendatenbank importieren. Diese Formate stammen teilweise von proprietärer Quiz-Software, andere wiederum aus reinen Textdateien mit bestimmter Struktur, und schließlich Fragen in Moodle-eigenen Formaten. Letztere erlauben den bequemen Austausch von Fragen zwischen zwei Moodle-Systemen.

Welche Formate letztendlich zur Verfügung stehen, hängt von der Moodle-Version einerseits ab, andererseits ob es sich um die Aktivität Test oder Lektion handelt.


TIPP: Es mag einfacher und schneller sein, eine größere Menge an Fragen in einer import-geeigneten Textdatei zu verfassen, als diese einzeln ins System einzugeben. Manche Trainer berichten, dass sie auf diese Weise einfach die Textdatei importieren und nicht nach jeder Erstellung einer Frage-Seite warten müssen, bis Moodle die Eingabemaske wieder anzeigt, um die nächste Frage einzugeben. Das stzt natürlich voraus, dass die Fragen syntaktisch einwandfrei in der Textdatei geschrieben werden.

Fragenformate

  • GIFT - Moodle´s eigenes, sozusagen proprietäres Textformat zum Im- und Export. Mit angemessenem Aufwand nachvollziehbar und erstellbar.
  • Moodle XML - Moodle´s eigenes, sozusagen proprietäres XML-format zum Im- und Export. Sehr gut verständlich.
  • Aiken - In diesem Format können insbesonders Multiple-Choice-Fragen komfortabel zum Imprt erstellt werden.
  • 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 "POOL" type export format. It relies on XML functions being compiled into your PHP. Note that you must first unpack the exported zip file and provide Moodle with the appropriate .dat file. Note that this version does not work with Blackboard Version 6 and newer. (Use this format for ExamView 5 or 6)
  • Blackboard V6+ - This module can import questions saved in Blackboard's export format. It provides limited support for Blackboard Version 6 and 7. It relies on XML functions being compiled into your PHP. You must upload the zip file exported from Blackboard.
  • WebCT format - This format supports importing multiple choice and short answers questions from WebCT's text format.
  • 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.
  • Importing from Examview - ExamView 4 supported an XML export format that Moodle can import. If you are using a newer version of ExamView, you should export using Blackboard, extract the zip archive ExamView creates, then import in Moodle using Blackboard format (do not use 6+ format for moodle import, even though exam view calls this a Blackboard6+ file--it isn't). You can choose one of the ".dat" files from the ExamView archive to import. Note that images are not currently imported. See http://www.rose-prism.org/moodle/mod/resource/view.php?id=6788 and http://www.rose-prism.org/moodle/mod/forum/discuss.php?d=1451

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 this is not adhered to you may get import errors and/or strange characters in the importted materials. If the file is not UTF8, 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. Be particularly careful when creating questions using Microsoft Word. For reasons best known to themselves, Microsoft used their own encoding for some characters (incompatible with UTF8) and this is likely to break the import.

See also