Exam Test Management Tool (ETMT in short) simplifies the proces of creating exam tests in general, with a primary focus on Moodle.
ETMT is a standalone web application deployed in Docker and allows:
- short answer, single-choice and multiple choice questions are currently supported
Exam test templates consist of topics which specify:
- number of questions from a given category
- number of questions with a cartain amount of points as a reward
- a combination of the two
- UNIQUE strategy creates completely different test variants (with no overlap of questions)
- COMPROMISE strategy uses AETG system from Pairwise testing to generate combinations with all pairs of questions, reducing the overlap of questions between test variants
- to XML format for import in Moodle
- to PDF for print
Docker Desktop 4.7.1
or newer is required- app can be started by running
docker compose -f "docker-compose.yml" up -d --build
in theetmt
root folder - GUI can be found at http://localhost:3001