How to write your own Quizzes

The question files are plain text files so you need to create them in a text editor e.g. Notepad. If you use a word processor (e.g. Word) you must remember to save the file as plain text so it's safer to stick to Notepad.

Example question file:

1) Helium fusion happens in a red giant?
true
2) Which situation is a lunar eclipse?
mult 3
Earth, Moon, Sun in line; Moon in middle
Moon, Sun, Earth in a line; Sun in middle
Moon, Earth, Sun in a line; Earth in middle
Earth, Moon Sun in L-shaped arrangement
3) ...and which is a solar eclipse?
mult 1
Earth, Moon, Sun in line; Moon in middle
Moon, Sun, Earth in a line; Sun in middle
Moon, Earth, Sun in a line; Earth in middle
Earth, Moon Sun in L-shaped arrangement

So we have three questions, the first is a true or false question and the answer is true. The next two are both multiple choice, the correct answer to 2) is the third option and the correct answer to 3) is the first option.

Have fun.
Jon
web (at) coralbark (dot) net