Releases: danieleborgo/SchoolTestGenerator
Releases · danieleborgo/SchoolTestGenerator
School Test Generator 2.0
New features are now available:
- It is now possible to set the test as open book
- Now the generator can create a single file for each student
- It is possible to shuffle the question randomly and to set an argument description
- The software now support the generation of anonymous tests
- Redesigned the CLI to be more intuitive
- Added the possibility to generate test with bigger font
- The software now generates .tex file if LaTeX is not installed
- Redesigned completely the logger in order to be more ordered
- Improved the general software extensibility
- General bug fix
School Test Generator 1.0
This is the first version of the software able to generate various types of tests, all different from each other. These are the main features:
- Configuration of the students through a JSON file;
- Configuration of the test from a JSON file;
- Two different category of questions but easily extensible;
- Four different category for the students to support different needs;
- Two language supported, English and Italian, but fast to extend;
- Random numbers and strings for each test, collected in a file;
- Dynamic vote assignment, basing on points;
- Easily extensible main page.