It would be nice to have a command-line interface to generate exams. Consider this Makefile. The configuration is there, it's just to run make and it will produce the PDF for the exam.
Assume you write a few new questions during the course, then, at the end, you just run make to get the exam PDF.
It would be nice to have a command-line interface to generate exams. Consider this Makefile. The configuration is there, it's just to run
makeand it will produce the PDF for the exam.Assume you write a few new questions during the course, then, at the end, you just run
maketo get the exam PDF.