Note: You are currently viewing documentation for Moodle 3.7. Up-to-date documentation for the latest stable version of Moodle may be available here: Aiken.

Aiken: Difference between revisions

From MoodleDocs
No edit summary
Line 1: Line 1:
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. 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:


Line 17: Line 16:
F) Ilias
F) Ilias
ANSWER: A</pre>
ANSWER: A</pre>
===Hints and Tips===
* Add your hints and tips here
==See also==
*[[Export questions]]
[[Category:Questions]]
*[[GIFT]]

Revision as of 08:54, 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

Hints and Tips

  • Add your hints and tips here

See also