From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Hunter Subject: Re: Writing exams Date: Thu, 9 Mar 2017 15:30:35 -0500 Message-ID: References: <45898987-CC54-4DC1-B372-9F544C2D0B79@ur.rochester.edu> <87r329rs9i.fsf@gmail.com> <87o9xdrs8h.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=94eb2c0484487bf505054a522098 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46112) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cm4iX-0004x4-3K for emacs-orgmode@gnu.org; Thu, 09 Mar 2017 15:31:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cm4iV-0005Uy-GK for emacs-orgmode@gnu.org; Thu, 09 Mar 2017 15:31:21 -0500 Received: from mail-ua0-x235.google.com ([2607:f8b0:400c:c08::235]:34764) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cm4iV-0005Ug-6z for emacs-orgmode@gnu.org; Thu, 09 Mar 2017 15:31:19 -0500 Received: by mail-ua0-x235.google.com with SMTP id f54so88378278uaa.1 for ; Thu, 09 Mar 2017 12:31:17 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: "Doyley, Marvin M." Cc: "emacs-orgmode@gnu.org" , Samuel Loury --94eb2c0484487bf505054a522098 Content-Type: text/plain; charset=UTF-8 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. wrote: > Thanks for the list. I will try them out. > > Cheers, > M > > On Mar 7, 2017, at 11:01 AM, Samuel Loury wrote: > > > > Samuel Loury writes: > > > >> "Doyley, Marvin M." writes: > >> > >>> Does anybody have a good system for writing exam in Org-mode ? > > > >> - http://kitchingroup.cheme.cmu.edu/blog/2013/10/23/Writing-ex > ams-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 610-328-8244 <(610)%20328-8244> --94eb2c0484487bf505054a522098 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Funnilly enough, I am grading an exam written in org-mode = right now.=C2=A0 I use the exam class from the ctan archives and set org-la= tex-classes to have an entry that looks like this:

= =C2=A0 ("exam" "\\documentclass[12pt, addpoints, answers]{ex= am}"
=C2=A0 =C2=A0 =C2=A0 ("\\begin{questions}%%%s"= ; "\\end{questions}" "\\begin{questions}%%%s" "\\e= nd{questions}")
=C2=A0 =C2=A0 =C2=A0 ("\\begin{question= }%%%s" "\\end{question}" "\\begin{question*}%%%s" = "\\end{question*}")
=C2=A0 =C2=A0 =C2=A0 ("\\begin= {parts}%%%s" "\\end{parts}" "\\begin{parts}%%%s" &= quot;\\end{parts}")
=C2=A0 =C2=A0 =C2=A0 ("\\begin{part= }[%s]" "\\end{part}" "\\begin{part*}[%s]" "\\= end{part*}")
=C2=A0 =C2=A0 =C2=A0 ("\\begin{solution}[%= s]" "\\end{solution}" "\\begin{solution}[%s]" &quo= t;\\end{solution}"))

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

[...]
I can send a copy of the orgfile or the produced pdf to any int= erested parties. =C2=A0(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 po= ster, so what do I know?)

If anyone else does some= thing like this, but knows what they are doing and thus does it better, I&#= 39;d love to hear about it.

Thomas Hunter

On Tue, Mar 7, 2017 = at 8:14 PM, Doyley, Marvin M. <m.doyley@rochester.edu> = wrote:
Thanks for the = list.=C2=A0 I will try them out.

Cheers,
M
> On Mar 7, 2017, at 11:01 AM, Samuel Loury <konubinix@gmail.com> wrote:
>
> Samuel Loury <
konubinix@gmail.com> writes:
>
>> "Doyley, Marvin M." <m.doyley@rochester.edu> writes:
>>
>>> Does anybody have a good system for writing exam in Org-mode ?=
>
>> - http://kitchi= ngroup.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/~be= rger_o/org-teaching/
>> - https://github.com/gjkerns/samplequiz
>
> Forgot https://github.com/mbork/org-edu-html
>
> --
> Konubinix
> GPG Key=C2=A0 =C2=A0 : 7439106A
> Fingerprint: 5993 BE7A DA65 E2D9 06CE=C2=A0 5C36 75D2 3CED 7439 106A



--
=
=
Thomas Hunter
Department of Math= ematics and Statistics
Swarthmore =C2=A0College
Science= Center, Rm 157
--94eb2c0484487bf505054a522098--