]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-8450\rAdded support for including question categories in a quiz export.
authorthepurpleblob <thepurpleblob>
Wed, 7 Feb 2007 10:02:31 +0000 (10:02 +0000)
committerthepurpleblob <thepurpleblob>
Wed, 7 Feb 2007 10:02:31 +0000 (10:02 +0000)
lang/en_utf8/help/quiz/exportcategory.html [new file with mode: 0644]
lang/en_utf8/quiz.php

diff --git a/lang/en_utf8/help/quiz/exportcategory.html b/lang/en_utf8/help/quiz/exportcategory.html
new file mode 100644 (file)
index 0000000..f36fdcf
--- /dev/null
@@ -0,0 +1,10 @@
+<p align="center"><b>Export Category</b></p>
+
+<p>The <b>Category:</b> drop-down is used to select the
+category from which the exported questions
+will be taken.</p>
+
+<p>Some import formats (GIFT and XML Format) permit the category
+to be included in the writtenfile, enabling the categories to
+(optionally) be recreated on import. In order for this data to
+be included the <b>to file</b> box must be ticked.</p>
index 07be7d4c329dd23cf9aa96b8cf42193214d3618e..1f5e1eb8e8f6124ef21c9f5ca0136faaf877b72a 100644 (file)
@@ -1,6 +1,4 @@
 <?PHP // $Id$ 
-      // quiz.php - created with Moodle 1.7 beta + (2006101003)
-
 
 $string['1day'] = '1 Day';
 $string['1hour'] = '1 Hour';
@@ -509,6 +507,7 @@ $string['timelimitexeeded'] = 'Sorry! Quiz time limit exceeded!';
 $string['timestr'] = '%%H:%%M:%%S on %%d/%%m/%%y';
 $string['timesup'] = 'Time is up!';
 $string['timetaken'] = 'Time taken';
+$string['tofile'] = 'to file';
 $string['tolerance'] = 'Tolerance';
 $string['tolerancetype'] = 'Tolerance Type';
 $string['toomanyrandom'] = 'The number of random questions required is more than are still available in the category!';