]> git.mjollnir.org Git - moodle.git/commitdiff
initialtranslation by Koen Roggemans
authorkoenr <koenr>
Sat, 20 Mar 2004 19:01:42 +0000 (19:01 +0000)
committerkoenr <koenr>
Sat, 20 Mar 2004 19:01:42 +0000 (19:01 +0000)
lang/nl/help/quiz/formatwebct.html [new file with mode: 0644]

diff --git a/lang/nl/help/quiz/formatwebct.html b/lang/nl/help/quiz/formatwebct.html
new file mode 100644 (file)
index 0000000..b129d1c
--- /dev/null
@@ -0,0 +1,60 @@
+<p align=center><b>Importeren van WebCT vragen</b></p>
+
+<p>De WebCT importfilter is nog in ontwikkeling en ondersteunt nog niet alle WebCT vragentypes.</p>
+
+<p>Op dit ogenblik worden alleen meerkeuzevragen en kort antwoordvragen ondersteund.</p>
+
+<p>Enkele voorbeelden van deze vragen in een tekstbestand:</p>
+
+<pre>
+# Start of question: Short Answer Question
+:TYPE:S:
+:TITLE:Short Answer Question
+:QUESTION:H
+What is the name of the WebCT Learning Hub?
+&lt;br /> 
+:IMAGE:dotcomLogoc.gif
+:ANSWERS:1
+:CASE:0
+:ANSWER1:WebCT.com:100:0:20:0
+:FEEDBACK1:H
+Be sure to visit the Learning Hub\: www.WebCT.com
+:CAT:Default
+# End of question: Short Answer Question
+
+
+
+# Start of question: Multiple Choice Question
+:TYPE:MC:1:0:C
+:TITLE:Multiple Choice Question
+:FEEDBACK
+Darwin invented the theory of evolution and created darwinism.
+:QUESTION:H
+Where is the Darwin Research Center?
+:IMAGE:
+:LAYOUT:vertical
+:ANSWER1:0:H
+Menlo Park, California
+:REASON1:H
+Sorry!
+:ANSWER2:0:H
+Vancouver, Canada
+:REASON2:H
+Sorry!
+:ANSWER3:100:H
+Galapagos Islands, Ecuador
+:REASON3:H
+Correct Answer!
+:ANSWER4:0:H
+London, England
+:REASON4:H
+Sorry!
+:ANSWER5:0:H
+Sidney, Australia
+:REASON5:H
+Sorry!
+:CAT:Default
+# End of question: Multiple Choice Question
+
+</pre>
+