~ubuntu-branches/ubuntu/dapper/moodle/dapper-backports

« back to all changes in this revision

Viewing changes to lang/en/help/quiz/import.html

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2006-12-01 14:00:21 UTC
  • mfrom: (6.1.5 feisty)
  • Revision ID: james.westby@ubuntu.com-20061201140021-rivugg5tgx6mujzg
Tags: 1.6.3-1ubuntu1~dapper1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<p align="center"><b>Importing new questions</b></p>
2
 
 
3
 
<p>This function allows you to import questions from 
4
 
   external text files, uploaded through a form.  </p>
5
 
 
6
 
<p>A number of file formats are supported:</p>
7
 
 
8
 
<p><b>GIFT format</b></p>
9
 
<ul>
10
 
<p>GIFT is the most comprehensive import format available for importing 
11
 
   Moodle quiz questions from a text file.  It was designed to be an easy 
12
 
   method for teachers writing questions as a text file. It supports Multiple-Choice, 
13
 
   True-False, Short Answer, Matching and Numerical questions, as well as insertion 
14
 
   of a _____ for the "missing word" format.  Various question-types can be 
15
 
   mixed in a single text file, and the format also supports line comments, question names, 
16
 
   feedback and percentage-weight grades.  Below are some examples:</p>
17
 
<pre>
18
 
Who's buried in Grant's tomb?{~Grant ~Jefferson =no one}
19
 
 
20
 
Grant is {~buried =entombed ~living} in Grant's tomb.
21
 
 
22
 
Grant is buried in Grant's tomb.{FALSE}
23
 
 
24
 
Who's buried in Grant's tomb?{=no one =nobody}
25
 
 
26
 
When was Ulysses S. Grant born?{#1822}
27
 
</pre>
28
 
 
29
 
<p align="right"><a href="help.php?file=formatgift.html&module=quiz">More info about the "GIFT" format</a></p>
30
 
</ul>
31
 
 
32
 
<p><b>Aiken format</b></p>
33
 
<ul>
34
 
<p>The Aiken format is a very simple way of creating multiple choice questions using a very clear human-readable format. Here is an example of the format:</p>
35
 
<pre>
36
 
What is the purpose of first aid?
37
 
A. To save life, prevent further injury, preserve good health
38
 
B. To provide medical treatment to any injured or wounded person
39
 
C. To prevent further injury
40
 
D. To aid victims who may be seeking help
41
 
ANSWER: A
42
 
</pre>
43
 
 
44
 
<p align="right"><a href="help.php?file=formataiken.html&module=quiz">More info about the "Aiken" format</a></p>
45
 
</ul>
46
 
 
47
 
 
48
 
<p><b>Missing Word</b></p>
49
 
<ul>
50
 
<p>This format only supports multiple choice questions and
51
 
short answer question, depending on the number of answers. One
52
 
answer generates a short answer question, two or more answers
53
 
generate a multiple choice question.
54
 
Each answer is separated with a tilde (~), and the correct answer is 
55
 
prefixed with an equals sign (=).  Here is an example of a multiple
56
 
choice question:</p>
57
 
 
58
 
<blockquote>As soon as we begin to explore our body parts as infants
59
 
we become students of {=anatomy and physiology ~reflexology 
60
 
~science ~experiment}, and in a sense we remain students for life.
61
 
</blockquote>
62
 
 
63
 
<p>Here is an example of a short answer question:</p>
64
 
 
65
 
<blockquote>As soon as we begin to explore our body parts as infants
66
 
 we become students of {=anatomy and physiology},
67
 
 and in a sense we remain students for life.
68
 
</blockquote>
69
 
 
70
 
<p align="right"><a href="help.php?file=formatmissingword.html&module=quiz">More info about the "Missing Word" format</a></p>
71
 
</ul>
72
 
 
73
 
 
74
 
<p><b>AON</b></p>
75
 
<ul>
76
 
<p>This is the same as Missing Word Format, except that after importing 
77
 
   the questions all Short-Answer questions are converted four at a time
78
 
   into Matching Questions.</p>
79
 
<p>Additionally, the answers of multiple-choice questions are randomly 
80
 
   shuffled during the import.</p>
81
 
<p>It's named after an organisation that sponsored the development of many 
82
 
   quiz features</p>
83
 
</ul>
84
 
 
85
 
 
86
 
<p><b>Blackboard</b></p>
87
 
<ul>
88
 
<p>This module can import questions saved in Blackboard's export 
89
 
format.  It relies on XML functions being compiled into your PHP.</p>
90
 
 
91
 
<p align="right"><a href="help.php?file=formatblackboard.html&module=quiz">More info about the "Blackboard" format</a></p>
92
 
</ul>
93
 
 
94
 
 
95
 
<p><b>WebCT</b></p>
96
 
<ul>
97
 
<p>This module can import questions saved in WebCT's text-based format.</p>
98
 
 
99
 
<p align="right"><a href="help.php?file=formatwebct.html&module=quiz">More info about the "WebCT" format</a></p>
100
 
</ul>
101
 
 
102
 
 
103
 
<p><b>Course Test Manager</b></p>
104
 
<ul>
105
 
<p>This module can import questions saved in a Course Test Manager test bank.
106
 
It relies on different ways of accessing the test bank, which is in a Microsoft Access 
107
 
database, depending on whether Moodle is running on a Windows or Linux web server.</p>
108
 
<p>On Windows it lets you upload the access database just like any other data import file.</p>
109
 
<p>On Linux, you must set up a windows machine on the same network with the Course Test
110
 
Manager database and a piece of software called the ODBC Socket Server, which uses XML
111
 
to transfer data to moodle on the Linux server.</p>  
112
 
<p>Please read the full help file below before
113
 
using this import class.</p>
114
 
 
115
 
 
116
 
<p align="right"><a href="help.php?file=formatctm.html&module=quiz">More info about the "CTM" format</a></p>
117
 
</ul>
118
 
 
119
 
 
120
 
 
121
 
<p><b>Embedded answers (Cloze)</b></p>
122
 
<ul>
123
 
<p>This special purpose format imports just one type of question, the 
124
 
Embedded Answers (also known as Cloze) format.
125
 
</p>
126
 
 
127
 
<p align="right"><a href="help.php?file=multianswer.html&module=quiz">More info about the "Cloze" format</a></p>
128
 
</ul>
129
 
 
130
 
<p><b>Learnwise format</b></p>
131
 
<ul>
132
 
<p>This format can import multiple choice questions saved in Learnwise's XML
133
 
format.</p>
134
 
</ul>
135
 
 
136
 
<p><b>Examview format</b></p>
137
 
<ul>
138
 
<p>This format can import from Examview 4 XML files. Note that the older
139
 
versions of Examview are not supported.</p>
140
 
</ul>
141
 
 
142
 
<p><b>Moodle XML format</b></p>
143
 
<ul>
144
 
<p>This Moodle specific format imports quiz questions that have previously been
145
 
exported in the same format. The format is straightforward and is best demonstrated
146
 
by exporting a category in the Moodle XML format.</p>
147
 
</ul>
148
 
 
149
 
<p>More formats are yet to come, including WebCT, IMS QTI and whatever else
150
 
   Moodle users can contribute! </p>