emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Writing exams


From: Thomas Hunter
Subject: Re: [O] Writing exams
Date: Thu, 9 Mar 2017 15:30:35 -0500

Funnilly enough, I am grading an exam written in org-mode right now.  I use the exam class from the ctan archives and set org-latex-classes to have an entry that looks like this:

  ("exam" "\\documentclass[12pt, addpoints, answers]{exam}"
      ("\\begin{questions}%%%s" "\\end{questions}" "\\begin{questions}%%%s" "\\end{questions}")
      ("\\begin{question}%%%s" "\\end{question}" "\\begin{question*}%%%s" "\\end{question*}")
      ("\\begin{parts}%%%s" "\\end{parts}" "\\begin{parts}%%%s" "\\end{parts}")
      ("\\begin{part}[%s]" "\\end{part}" "\\begin{part*}[%s]" "\\end{part*}")
      ("\\begin{solution}[%s]" "\\end{solution}" "\\begin{solution}[%s]" "\\end{solution}"))

After some latex header stuff, the structure looks like this where the first question has three parts worth 6, 7 and 7 points.
* Questions
** First question
text of first question
*** Rubric :noexport:
*** parts
**** 6
text of first part
**** 7
text of second part
**** 7
text of third part
** second question

[...]

I can send a copy of the orgfile or the produced pdf to any interested parties.  (It seems like maybe attaching files of any size to an email to this list is maybe not good etiquette, but I am a first time poster, so what do I know?)

If anyone else does something like this, but knows what they are doing and thus does it better, I'd love to hear about it.

Thomas Hunter

On Tue, Mar 7, 2017 at 8:14 PM, Doyley, Marvin M. <address@hidden> wrote:
Thanks for the list.  I will try them out.

Cheers,
M
> On Mar 7, 2017, at 11:01 AM, Samuel Loury <address@hidden> wrote:
>
> Samuel Loury <address@hidden> writes:
>
>> "Doyley, Marvin M." <address@hidden> writes:
>>
>>> Does anybody have a good system for writing exam in Org-mode ?
>
>> - http://kitchingroup.cheme.cmu.edu/blog/2013/10/23/Writing-exams-in-org-mode/
>> - https://github.com/jkitchin/jmax/tree/master/techela
>> - http://www-public.tem-tsp.eu/~berger_o/org-teaching/
>> - https://github.com/gjkerns/samplequiz
>
> Forgot https://github.com/mbork/org-edu-html
>
> --
> Konubinix
> GPG Key    : 7439106A
> Fingerprint: 5993 BE7A DA65 E2D9 06CE  5C36 75D2 3CED 7439 106A




--
Thomas Hunter
Department of Mathematics and Statistics
Swarthmore  College
Science Center, Rm 157

reply via email to

[Prev in Thread] Current Thread [Next in Thread]