]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14431
authorthepurpleblob <thepurpleblob>
Wed, 9 Jul 2008 12:56:54 +0000 (12:56 +0000)
committerthepurpleblob <thepurpleblob>
Wed, 9 Jul 2008 12:56:54 +0000 (12:56 +0000)
Changing import/export help to be properly pluggable.

lang/en_utf8/help/quiz/formataiken.html
lang/en_utf8/help/quiz/formatblackboard.html [new file with mode: 0644]
lang/en_utf8/help/quiz/formatblackboard_6.html [new file with mode: 0644]
lang/en_utf8/help/quiz/formatexamview.html [new file with mode: 0644]
lang/en_utf8/help/quiz/formatgift.html
lang/en_utf8/help/quiz/formathotpot.html [new file with mode: 0644]
lang/en_utf8/help/quiz/formatlearnwise.html [new file with mode: 0644]
lang/en_utf8/help/quiz/formatmissingword.html [new file with mode: 0644]
lang/en_utf8/help/quiz/formatmultianswer.html [new file with mode: 0644]
lang/en_utf8/help/quiz/formatxml.html
lang/en_utf8/help/quiz/import.html

index bb30fcc8cebefdb9760d62baf24a71782cfcf5b3..15110dfa4cecd681d6667ca0acb46d67856f5e7a 100644 (file)
@@ -1,6 +1,7 @@
-<h1>Importing "Aiken" format files</h1>
+<h1>"Aiken" format files</h1>
 
-<p>The Aiken format is a very simple way of creating multiple choice questions using a clear human-readable format. Here is an example of the format:</p>
+<p>The Aiken format is a very simple way of creating multiple choice questions using a clear human-readable format. 
+Here is an example of the format:</p>
 <pre>
 What is the correct answer to this question?
 A. Is it this one?
diff --git a/lang/en_utf8/help/quiz/formatblackboard.html b/lang/en_utf8/help/quiz/formatblackboard.html
new file mode 100644 (file)
index 0000000..6e94c4f
--- /dev/null
@@ -0,0 +1,12 @@
+<h1>Blackboard (POOL) Files</h1>
+
+<p>This module can import questions saved in Blackboard's "POOL" type export 
+format. This is generally for Blackboard versions 5 and earlier although
+many other quiz packages use this as their "Blackboard" export format. </p>
+
+<p>
+To use this first unpack the exported zip file and provide Moodle 
+with the appropriate .dat file. Do not try to import the zip file directly</p>
+
+<p>Note that this version <strong>does not</strong> work with Blackboard
+Version 6 and newer.</p>
diff --git a/lang/en_utf8/help/quiz/formatblackboard_6.html b/lang/en_utf8/help/quiz/formatblackboard_6.html
new file mode 100644 (file)
index 0000000..0d2bdd7
--- /dev/null
@@ -0,0 +1,9 @@
+<h1>Blackboard V6+ files</h1>
+
+<p>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.</p>
+
+<p>Note that this format only imports the main data file from 
+the zip. Any other data (e.g. images) is ignored.</p>
\ No newline at end of file
diff --git a/lang/en_utf8/help/quiz/formatexamview.html b/lang/en_utf8/help/quiz/formatexamview.html
new file mode 100644 (file)
index 0000000..17d9cba
--- /dev/null
@@ -0,0 +1,5 @@
+<h1>Examview format</h1>
+
+<p>This format can import from Examview 4 XML files. Note that the older
+versions of Examview are not supported. Examview no longer supports this
+export format. You are advised the use BlackBoard format instead.</p>
index 75ad58a01832122ec8b79183fc36ee56a2042422..427066ed25e1fd9e2ce83b17db29f094265f65e3 100644 (file)
@@ -1,10 +1,13 @@
-<h1>Importing "GIFT" format files</h1>
-<p>GIFT is the most comprehensive import format available for importing 
-   Moodle quiz questions from a text file.  It supports Multiple-Choice, 
+<h1>"GIFT" format files</h1>
+
+<p>GIFT is the most comprehensive import format available for importing and exporting 
+   Moodle quiz questions from/to a text file.  It supports Multiple-Choice, 
    True-False, Short Answer, Matching and Numerical questions, as well as insertion 
    of a _____ for the Missing Word format.  Various question-types can be 
    mixed in a single text file, and the format also supports line comments, 
    question names, feedback and percentage-weight grades.</p>
+   
+<p>Optional questiontype plugins can extend this format</p>   
 
     <p>The text encoding of your text file must be utf-8 (unless you only use ascii characters). 
     An example questions text file can be found here: <a href="<?php echo $CFG->wwwroot; ?>/question/format/gift/examples.txt">gift/examples.txt</a>.</p>
diff --git a/lang/en_utf8/help/quiz/formathotpot.html b/lang/en_utf8/help/quiz/formathotpot.html
new file mode 100644 (file)
index 0000000..6ec99c3
--- /dev/null
@@ -0,0 +1,3 @@
+<h1>Hot Potatoes Files</h1>
+
+<p>This format will import files created in Hot Potatoes.</p>
\ No newline at end of file
diff --git a/lang/en_utf8/help/quiz/formatlearnwise.html b/lang/en_utf8/help/quiz/formatlearnwise.html
new file mode 100644 (file)
index 0000000..aaf8978
--- /dev/null
@@ -0,0 +1,5 @@
+<h1>Learnwise format</h1>
+
+<p>This format can import multiple choice questions saved in Learnwise's XML
+format.</p>
+
diff --git a/lang/en_utf8/help/quiz/formatmissingword.html b/lang/en_utf8/help/quiz/formatmissingword.html
new file mode 100644 (file)
index 0000000..6830d4d
--- /dev/null
@@ -0,0 +1,21 @@
+<h1>Missing Word Format</h1>
+
+<p>This format only supports multiple choice questions and
+short answer question, depending on the number of answers. One
+answer generates a short answer question, two or more answers
+generate a multiple choice question.
+Each answer is separated with a tilde (~), and the correct answer is 
+prefixed with an equals sign (=).  Here is an example of a multiple
+choice question:</p>
+
+<blockquote><p>As soon as we begin to explore our body parts as infants
+we become students of {=anatomy and physiology ~reflexology 
+~science ~experiment}, and in a sense we remain students for life.
+</p></blockquote>
+
+<p>Here is an example of a short answer question:</p>
+
+<blockquote><p>As soon as we begin to explore our body parts as infants
+ we become students of {=anatomy and physiology},
+ and in a sense we remain students for life.
+</p></blockquote>
\ No newline at end of file
diff --git a/lang/en_utf8/help/quiz/formatmultianswer.html b/lang/en_utf8/help/quiz/formatmultianswer.html
new file mode 100644 (file)
index 0000000..f720b3c
--- /dev/null
@@ -0,0 +1,7 @@
+<h1>Embedded answers (Cloze)</h1>
+
+<p>This special purpose format imports just one type of question, the 
+Embedded Answers (also known as Cloze) format.
+</p>
+
+<p class="moreinfo"><a href="help.php?file=multianswer.html&amp;module=quiz">More info about the "Cloze" format</a></p>
\ No newline at end of file
index f72619de4959765b56ebe3b7559502297ebaf645..6efac8a2268b837cc6703c334c9e690c91a28b7a 100644 (file)
@@ -1,4 +1,12 @@
-<h1>Importing "Moodle XML" format files</h1>
+<h1>"Moodle XML" format</h1>
+
+<p>This Moodle specific format imports quiz questions that have previously been
+exported in the same format. The format is straightforward and is best demonstrated
+by exporting a category in the Moodle XML format. The XML format is capabable of 
+importing image files.
+</p>
+
+<p>Optional questiontype plugins can extend this format.</p>
 
 <h3>Category Switching</h3>
 
index 676b53a9319626ccaba6611f78a13065c4b54101..5b5387cf790e76cf601340a68564b372698561a3 100644 (file)
    XML based import formats will be handled
    automatically provided your Moodle server is running PHP 5.</p> 
 
-<p>A number of file formats are supported:</p>
-
-
-<h2>GIFT format</h2>
-
-<p>GIFT is the most comprehensive import format available for importing 
-   Moodle quiz questions from a text file.  It was designed to be an easy 
-   method for teachers writing questions as a text file. It supports Multiple-Choice, 
-   True-False, Short Answer, Matching and Numerical questions, as well as insertion 
-   of a _____ for the "missing word" format.  Various question-types can be 
-   mixed in a single text file, and the format also supports line comments, question names, 
-   feedback and percentage-weight grades.  Below are some examples:</p>
-<pre>
-Who's buried in Grant's tomb?{~Grant ~Jefferson =no one}
-
-Grant is {~buried =entombed ~living} in Grant's tomb.
-
-Grant is buried in Grant's tomb.{FALSE}
-
-Who's buried in Grant's tomb?{=no one =nobody}
-
-When was Ulysses S. Grant born?{#1822}
-</pre>
-
-<p class="moreinfo"><a href="help.php?file=formatgift.html&amp;module=quiz">More info about the "GIFT" format</a></p>
-
-
-<h2>Aiken Format</h2>
-
-<p>This is a simple format for importing multiple choice questions from a text file.</p>
-<p class="moreinfo"><a href="help.php?file=formataiken.html&amp;module=quiz">More info about the "Aiken" format</a></p>
-
-
-<h2>Moodle XML format</h2>
-
-<p>This Moodle specific format imports quiz questions that have previously been
-exported in the same format. The format is straightforward and is best demonstrated
-by exporting a category in the Moodle XML format. The XML format is capabable of 
-importing image files.
-</p>
-<p class="moreinfo"><a href="help.php?file=formatxml.html&amp;module=quiz">More info about the "Moodle XML" format</a></p>
-
-
-<h2>Missing Word</h2>
-
-<p>This format only supports multiple choice questions and
-short answer question, depending on the number of answers. One
-answer generates a short answer question, two or more answers
-generate a multiple choice question.
-Each answer is separated with a tilde (~), and the correct answer is 
-prefixed with an equals sign (=).  Here is an example of a multiple
-choice question:</p>
-
-<blockquote><p>As soon as we begin to explore our body parts as infants
-we become students of {=anatomy and physiology ~reflexology 
-~science ~experiment}, and in a sense we remain students for life.
-</p></blockquote>
-
-<p>Here is an example of a short answer question:</p>
-
-<blockquote><p>As soon as we begin to explore our body parts as infants
- we become students of {=anatomy and physiology},
- and in a sense we remain students for life.
-</p></blockquote>
-
-
-<h2>Blackboard</h2>
-
-<p>This module can import questions saved in Blackboard's "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 <strong>does not</strong> work with Blackboard
-Version 6 and newer.</p>
-
-
-<h2>Blackboard V6+</h2>
-
-<p>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.</p>
-
-
-<h2>WebCT</h2>
-
-<p>This module can import questions saved in WebCT's text-based format.</p>
-
-<p class="moreinfo"><a href="help.php?file=formatwebct.html&amp;module=quiz">More info about the "WebCT" format</a></p>
-
-
-<h2>Embedded answers (Cloze)</h2>
-
-<p>This special purpose format imports just one type of question, the 
-Embedded Answers (also known as Cloze) format.
-</p>
-
-<p class="moreinfo"><a href="help.php?file=multianswer.html&amp;module=quiz">More info about the "Cloze" format</a></p>
-
-
-<h2>Learnwise format</h2>
-
-<p>This format can import multiple choice questions saved in Learnwise's XML
-format.</p>
-
-
-<h2>Examview format</h2>
-
-<p>This format can import from Examview 4 XML files. Note that the older
-versions of Examview are not supported.</p>
+<p>A number of file formats are supported. See in the individual help files
+and the <a href="http://docs.moodle.org/en/question/import">Moodle Docs</a>
+for details.</p>
 
 
 <p>Import and Export formats are a pluggable resource. Other optional formats may be available in the