Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git] / lang / en_utf8 / help / quiz / formataiken.html
blobbb30fcc8cebefdb9760d62baf24a71782cfcf5b3
1 <h1>Importing "Aiken" format files</h1>
3 <p>The Aiken format is a very simple way of creating multiple choice questions using a clear human-readable format. Here is an example of the format:</p>
4 <pre>
5 What is the correct answer to this question?
6 A. Is it this one?
7 B. Maybe this answer?
8 C. Possibly this one?
9 D. Must be this one!
10 ANSWER: D
12 Which LMS has the most quiz import formats?
13 A) Moodle
14 B) ATutor
15 C) Claroline
16 D) Blackboard
17 E) WebCT
18 F) Ilias
19 ANSWER: A
20 </pre>
22 <p>The question must be all on one line.</p>
23 <p>Each answer must start with a single-letter character, followed by a period '.' or a bracket ')', then a space.</p>
24 <p>The answer line must immediately follow, starting with "ANSWER:" and then giving the appropriate letter.</p>