diff --git a/IITDH-ExamTemplate-Questions.pdf b/IITDH-ExamTemplate-Questions.pdf new file mode 100644 index 0000000..eb6911a Binary files /dev/null and b/IITDH-ExamTemplate-Questions.pdf differ diff --git a/IITDH-ExamTemplate-Solutions.pdf b/IITDH-ExamTemplate-Solutions.pdf new file mode 100644 index 0000000..d4de0fe Binary files /dev/null and b/IITDH-ExamTemplate-Solutions.pdf differ diff --git a/README.md b/README.md index 285c862..747e4fe 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,37 @@ # LatexExamTemplate -A latex template based on the "Exam" class for creating paper-based exams, with lots of nice features. See the README for details. \ No newline at end of file +A latex template based on the "Exam" class for creating paper-based exams, with lots of nice features. + +This latex template allows an instructor to manage all aspects of a conventional paper-based exam with a single TeX source. + +This file will help create: + 1. A regular question paper + 2. Fillable question paper + 3. Solution key + 4. Marks totals, Section-wise totals, etc + 5. A grading block + 6. Other add-ons such as a printable graph section, diagrams, etc + +#### Examples +See the attached PDFs to see the sample outputs for an exam with three sections, including multiple-choice, fill-in-the blanks, numerical problems, and longer multi-part questions. + +#### Usage +In this example, the "main" tex file is IITDH-ExamTemplate.tex. Open, edit and compile this file to create the exam pdf. + +The type of PDF generated depends on the ``\documentclass`` parameter at the beginning of this file. + +To generate a fillable question paper, (PDF with all the questions and blank spaces for students to write answers), use the following: +``%\documentclass[addpoints]{exam}`` + +To generate the solution key, i.e. (same PDF as above but with the solutions and/or rubric), use the following: +``%\documentclass[addpoints, answers]{exam}`` + +Points / marks are automatically added and totalled up per section and for the entire exam. + +#### Editing +Although the TeX source may be edited with any text editor or LaTeX editor, TexStudio is the recommended. + +--------------------- + +#### Acknowledgements +This template is based on an exam originally created by Abhijit Kshirsagar for the EE2701 course at the University of Minnesota, in 2019, with help from Prof. Ned Mohan and Prince Kumar. \ No newline at end of file