AMC

Multiple Choice sheets automated marking

Any questions about AMC installation? Use the dedicated forum on AMC project website (register first).

Installation

Note: AMC is designed for Linux!

Automated installation

On the following environments, follow the link:

debian Ubuntu NixOS OpenSUSE Archlinux Fedora Mac OS X FreeBSD

Please let me know if you want to make packages for other distributions...

Pre-compiled sources

These archives contain sources files along with full built documentation. To compile executables and install AMC, extract files from the archive and use the following commands:

make all_precomp ; sudo make install

You can find these archives in the download area. Try for example the last one:

auto-multiple-choice_current_precomp.tar.gz

You will need the following tools:

  • For building: libpoppler, libnetpbm
  • For use: perl-GTK, GraphicsMagick, LaTeX

Sources

These archives contain sources for executables and documentation. Ces archives contiennent les sources du logiciel et de la documentation. To build documentation, compile executables and install AMC, extract files from the archive and use the following commands:

make ; sudo make install

Last stable version is 1.5.2, released 2021-11-21.

auto-multiple-choice_1.5.2_sources.tar.gz

You can also find other versions in the download area.

You will need to install first the following dependencies (in addition to what is listed for pre-compiled sources): dblatex, xsltproc, docbook-xsl, msgmerge for documentation building.

Git

You can also find your way in the project's repository .