Exam Macros
These m4 macros and associated LaTeX class file are what I sometimes use to create exams for my courses. The basic workflow is to
- create an exam utilizing the macros
- run m4 with the exam-tex.m4 macros to create a LaTeX exam
- run LaTeX etc to create a printable exam
- photocopy, print, distribute and collect the exam
- run m4 with the exam-html.m4 macros to create an HTML answer key
- put the answer key up on a web page for the students
All of this is horribly undocumented; read the m4 to find out what happens.
Source at git://svcs.cs.pdx.edu/git/exam-tex.git.