Milligram

Open Exam Suite

A free and open source tool to create, simulate and distribute examinations in an electronic format.

Download Installer Source Code

Version 3.1 is out

Version 3.1 keeps backward compatibility with v3.0 exams (obviously), but runs better and faster. The upgrades affect every part of the app from the shared library to the exam converter, the creator and the simulator.
General improvements
  1. A feature that has been requested multiple times would be implemented; support for questions with multiple answers has been added.
Creator section
  1. support for exporting exams as JsON has be added.
  2. support for exporting exams as XML has be added.

Version 3 added features

Version three does not have backward support for exams created with the versions 1 and 2 creator apps. But I have written and added a converter that can easily upgrade the old exam files to the newer form that is readable by the version 3 simulator. The converter can be gotten here.
General improvements
  1. Coded using every OOP principle I know.
  2. Coded using TDD.
  3. Exam file (oef) type changed from zip based to a serializable binary.
Creator section
  1. UI overhaul to make it even more intuitive and better.
  2. Faster response
  3. support for Undo and Redo.
  4. support for Copying, Cutting and Pasting.
  5. support documentation in the help section.
simulator section
  1. Full rewrite for stability sake.