Tools to generate exams
Project description
.. DOCS .. image:: https://readthedocs.org/projects/aegis/badge/?version=latest :target: https://aegis.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status
.. BUILD .. image:: https://travis-ci.org/mlares/aegis.svg?branch=master :target: https://travis-ci.org/mlares/aegis
AEGIS / Academic Exam Generator for Interchange and Shuffe
This package offers tools to compose exams from a pool of exercises. It can be used to produce a one-time exam from a set of chosen exercises, or to produce a large number of different exams about a topic, with a similar level of difficulty. This can be usefull, for example, for take-home exams, where the sharing of exams among students is possible.
It requires a system with Latex and a pool of exercises written on separated Latex files.
Example:
Supose we have to make different exams, comprising 3 problems. We have several versions of the problems, with a similar difficulty, in the midterm_exam_01
directory:
::
MyCourse
├── syllabus.txt
├── bibliography
├── midterm_exam_01
│ ├── problem01_version01.tex
│ ├── problem01_version02.tex
│ ├── problem01_version03.tex
│ ├── problem02_version01.tex
│ ├── problem02_version02.tex
│ ├── problem03_version01.tex
│ ├── problem03_version02.tex
│ └── bboxinout.py
└── notes
It is possible to make 12 different exams using the different versions of the exercises. AEGIS allows to read the exercises and combine them in a template latex file to make a set of exams.
Requirements
AEGIS generates and compile Latex documents, so it need a working installation of Latex in the system.
Autor
Project by Marcelo Lares (IATE, UNC). Developed in 2020.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for aegis_latex-0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8587220b43f4272cab80f6f98a069f21a5dd9d17dd1ecc60f01fc4a079323271 |
|
MD5 | cf8d16b39df9ee7f0d1891b5355172ab |
|
BLAKE2b-256 | ac7ac6fcd0c6d9221b80acc4c372ab40ff887ceb3d3e37555fc35c5d5eb9d806 |