Description
Create and manage multiple choice questionnaires with automated marking.
Create, manage and mark multiple-choice questionnaires. auto-multiple-choice features automated or manual formatting with LaTeX, shuffling of questions and answers and automated marking using Optical Mark Recognition.
Questionnaires can be created using either a very simple text syntax, AMC-TXT, or LaTeX. In the latter case, your TeXLive installation must be combined with this package. This can be done in configuration.nix as follows:
…
environment.systemPackages = with pkgs; [
  auto-multiple-choice
  (texlive.combine {
    inherit (pkgs.texlive) scheme-full;
    inherit auto-multiple-choice;
  })
];
For usage instructions, see documentation at the project's homepage.