Aiken: Difference between revisions

From MoodleDocs
No edit summary
Line 1: Line 1:


== "Aiken" format ==
The Aiken format is a very simple way of creating multiple choice questions using a clear human-readable format. The question must be all on one line.  Each answer must start with a single-letter character, followed by a period '.' or a bracket ')', then a space.  The answer line must immediately follow, starting with "ANSWER:" and then giving the appropriate letter. Here is an example of the format:


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:
<pre>What is the correct answer to this question?
 
<nowiki>What is the correct answer to this question?
A. Is it this one?
A. Is it this one?
B. Maybe this answer?
B. Maybe this answer?
C. Possibly this one?
C. Possibly this one?
D. Must be this one!
D. Must be this one!
ANSWER: D</nowiki>
ANSWER: D


<nowiki>Which LMS has the most quiz import formats?
Which LMS has the most quiz import formats?
A) Moodle
A) Moodle
B) ATutor
B) ATutor
Line 18: Line 16:
E) WebCT
E) WebCT
F) Ilias
F) Ilias
ANSWER: A</nowiki>
ANSWER: A</pre>
 
The question must be all on one line.
 
Each answer must start with a single-letter character, followed by a period '.' or a bracket ')', then a space.
 
The answer line must immediately follow, starting with "ANSWER:" and then giving the appropriate letter.

Revision as of 08:53, 27 March 2008

The Aiken format is a very simple way of creating multiple choice questions using a clear human-readable format. The question must be all on one line. Each answer must start with a single-letter character, followed by a period '.' or a bracket ')', then a space. The answer line must immediately follow, starting with "ANSWER:" and then giving the appropriate letter. Here is an example of the format:

What is the correct answer to this question?
A. Is it this one?
B. Maybe this answer?
C. Possibly this one?
D. Must be this one!
ANSWER: D

Which LMS has the most quiz import formats?
A) Moodle
B) ATutor
C) Claroline
D) Blackboard
E) WebCT
F) Ilias
ANSWER: A