Autograd is a simple autograder to extract and compile code files from PTI classes.
- C++
- Python 2 and 3
- Fortran
- Python 3
- Compilers suitable for the language
- Create a folder named
files - Extract collective zip files downloaded from moodle onto the folder created before
- Create input files with the name
inputXY.txtwith X is the problem number and Y is the sequence of inputs - (Optional) Create output file with the name
outputXY.txt - Run
autograder.py
- Move file located in subfolders when extracting the files and also detecting on what to do when encountering multi-zipped files
- Add option to compile/extract again or not
- Add more language support (C, Pascal)