From e0d4440f1c831bac386b5319521ce6e54f39f3c9 Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 20 Mar 2004 12:47:52 +0000 Subject: [PATCH] Fleshed out WebCT dox a bit --- lang/en/help/quiz/formatwebct.html | 61 +++++++++++++++++++++++++++++- 1 file changed, 60 insertions(+), 1 deletion(-) diff --git a/lang/en/help/quiz/formatwebct.html b/lang/en/help/quiz/formatwebct.html index 11ce0d4a75..97138f2f3a 100644 --- a/lang/en/help/quiz/formatwebct.html +++ b/lang/en/help/quiz/formatwebct.html @@ -1,3 +1,62 @@

Importing "WebCT Quiz Format" files

-

Documentation not completed

+

The WebCT import filter is in development and does not support + all of the WebCT question types.

+ +

At the time of writing this, only Multiple Choice and Short answer + questions are supported.

+ +

Here are some examples of these questions in a text file:

+ +
+# Start of question: Short Answer Question
+:TYPE:S:
+:TITLE:Short Answer Question
+:QUESTION:H
+What is the name of the WebCT Learning Hub?
+<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
+
+
+ -- 2.39.5