Moodle Aiken Format Extensions
Moodle is a content manager designed for maintaining courses. I use Moodle for some courses that I teach at ECPI College of Technology. There are a number of formats for creating questions for quizzes with Moodle. However, one of the easiest, Aiken, is not quite as flexible as I would like.
The standard format is:
I wanted something that would allow me to copy and paste questions from other sources which might include multiple line questions or options. I also wanted the ability to allow multiple selection questions and true/false as well as multiple choice, single selection questions. Also, I wanted to have the ability to include feedback. The other data might also have a question number which I wanted to remove.Question on one line
A. Option 1 on one line
B. Option 2 on one line
C. Option 3 on one line
....
ANSWER: A
The resulting format will accept pure Aiken format but is more flexible. For example, the format will accept:
33. Select one or more of the following which represent a star topology:
A.
* --- * --- * --- *
B.
*--------------*
| |
| |
| |
*--------------*
C.
*
|
O----*
|
*
D.
*
* | *
\ | /
\--O--/
|
|
*
ANSWER: C,D
FEEDBACK: A Star topology has a hub or a switch in the center with a connection to a device.
My updated version of the Aiken format conversion routine for Moodle is attached as format.php.txt. It belongs in the moodle directory "question/format/aiken"
Labels: aiken format ecpi, moodle, php


