Skip to content

Instantly share code, notes, and snippets.

@jcausey-astate
Created July 2, 2015 13:41
Show Gist options
  • Save jcausey-astate/ece1d1938f7fc717e35a to your computer and use it in GitHub Desktop.
Save jcausey-astate/ece1d1938f7fc717e35a to your computer and use it in GitHub Desktop.
Markdown Exam Templates: Write quizzes and exams in Markdown!
TODO: TITLE HERE
Name:
Read questions carefully and answer all parts as completely as possible. Vague, off-subject, or illegible answers will not earn credit.

  1. TODO: Question 1

  2. TODO: Question 2

<style> p { line-height: 1.05em; font-size: 10.5pt;} body { border: 0px white; } ol { margin-left: -2em; } ol li { overflow: visible; word-wrap: normal; min-height: 5em; margin-top: 1.5em; } .blank { min-width: 4em; border-bottom: 1px solid black; display: inline-block; } .codehilite { min-width: 20em; } @media all { .page-break { display: none; } } @media print { .page-break { display: block; page-break-after: always; } ol li { page-break-inside: avoid !important; } @page { margin: 1.5cm; line-height: 1.05em; } @page :first { margin-top: 1cm; } } </style>
TODO: EXAM TITLE
Name:
Read questions carefully and answer all parts as completely as possible. Vague, off-subject, or illegible answers will not earn credit.
Where blanks are shown inline, answer below or to the right, where there is room.


  1. TODO
  2. TODO
  3. TODO
<style> p { line-height: 1.05em; font-size: 10.5pt;} body { border: 0px white; } ol { margin-left: -2em; } ol li { width: 16em; overflow: visible; word-wrap: normal; min-height: 5em; margin-top: 1.5em; } .blank { min-width: 4em; border-bottom: 1px solid black; display: inline-block; } .codehilite { min-width: 20em; } @media all { .page-break { display: none; } } @media print { .page-break { display: block; page-break-after: always; } ol li { page-break-inside: avoid !important; } @page { margin: 1.5cm; line-height: 1.05em; } @page :first { margin-top: 1cm; } } </style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment