Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git] / lang / en_utf8 / help / quiz / formatwebct.html
blobe12b358d425f5323ed4e2a3e617b676bf00a6865
1 <h1>Importing "WebCT Quiz Format" files</h1>
3 <p>The WebCT import filter is in development and does not support
4 all of the WebCT question types.</p>
6 <p>At the time of writing this, only Multiple Choice and Short answer
7 questions are supported.</p>
9 <p>Here are some examples of these questions in a text file:</p>
11 <pre>
12 # Start of question: Short Answer Question
13 :TYPE:S:
14 :TITLE:Short Answer Question
15 :QUESTION:H
16 What is the name of the WebCT Learning Hub?
17 &lt;br />
18 :IMAGE:dotcomLogoc.gif
19 :ANSWERS:1
20 :CASE:0
21 :ANSWER1:WebCT.com:100:0:20:0
22 :FEEDBACK1:H
23 Be sure to visit the Learning Hub\: www.WebCT.com
24 :CAT:Default
25 # End of question: Short Answer Question
29 # Start of question: Multiple Choice Question
30 :TYPE:MC:1:0:C
31 :TITLE:Multiple Choice Question
32 :FEEDBACK
33 Darwin invented the theory of evolution and created Darwinism.
34 :QUESTION:H
35 Where is the Darwin Research Center?
36 :IMAGE:
37 :LAYOUT:vertical
38 :ANSWER1:0:H
39 Menlo Park, California
40 :REASON1:H
41 Sorry!
42 :ANSWER2:0:H
43 Vancouver, Canada
44 :REASON2:H
45 Sorry!
46 :ANSWER3:100:H
47 Galapagos Islands, Ecuador
48 :REASON3:H
49 Correct Answer!
50 :ANSWER4:0:H
51 London, England
52 :REASON4:H
53 Sorry!
54 :ANSWER5:0:H
55 Sidney, Australia
56 :REASON5:H
57 Sorry!
58 :CAT:Default
59 # End of question: Multiple Choice Question
61 </pre>