emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Writing exams
@ 2017-03-07 15:03 Doyley, Marvin M.
  2017-03-07 16:00 ` Samuel Loury
  0 siblings, 1 reply; 7+ messages in thread
From: Doyley, Marvin M. @ 2017-03-07 15:03 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 74 bytes --]

Does anybody have a good system for writing exam in Org-mode ?

Thanks,
M

[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Writing exams
  2017-03-07 15:03 Writing exams Doyley, Marvin M.
@ 2017-03-07 16:00 ` Samuel Loury
  2017-03-07 16:01   ` Samuel Loury
  0 siblings, 1 reply; 7+ messages in thread
From: Samuel Loury @ 2017-03-07 16:00 UTC (permalink / raw)
  To: Doyley, Marvin M., emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 603 bytes --]

"Doyley, Marvin M." <m.doyley@rochester.edu> writes:

> Does anybody have a good system for writing exam in Org-mode ?

Not tested personally, but with a quick look at my mailing archive
(notmuch search to:org-mode exams) , I could find:

- 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

Hope that helps.
-- 
Konubinix
GPG Key    : 7439106A
Fingerprint: 5993 BE7A DA65 E2D9 06CE  5C36 75D2 3CED 7439 106A

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Writing exams
  2017-03-07 16:00 ` Samuel Loury
@ 2017-03-07 16:01   ` Samuel Loury
  2017-03-08  1:14     ` Doyley, Marvin M.
  0 siblings, 1 reply; 7+ messages in thread
From: Samuel Loury @ 2017-03-07 16:01 UTC (permalink / raw)
  To: Doyley, Marvin M., emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 569 bytes --]

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://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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Writing exams
  2017-03-07 16:01   ` Samuel Loury
@ 2017-03-08  1:14     ` Doyley, Marvin M.
  2017-03-09 20:30       ` Thomas Hunter
  0 siblings, 1 reply; 7+ messages in thread
From: Doyley, Marvin M. @ 2017-03-08  1:14 UTC (permalink / raw)
  To: Samuel Loury; +Cc: emacs-orgmode@gnu.org, Doyley, Marvin M.

[-- Attachment #1: Type: text/plain, Size: 734 bytes --]

Thanks for the list.  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://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


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Writing exams
  2017-03-08  1:14     ` Doyley, Marvin M.
@ 2017-03-09 20:30       ` Thomas Hunter
  2017-03-10 18:00         ` Doyley, Marvin M.
  2017-03-16 20:16         ` Uwe Brauer
  0 siblings, 2 replies; 7+ messages in thread
From: Thomas Hunter @ 2017-03-09 20:30 UTC (permalink / raw)
  To: Doyley, Marvin M.; +Cc: emacs-orgmode@gnu.org, Samuel Loury

[-- Attachment #1: Type: text/plain, Size: 2348 bytes --]

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. <m.doyley@rochester.edu>
wrote:

> Thanks for the list.  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://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>

[-- Attachment #2: Type: text/html, Size: 4484 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Writing exams
  2017-03-09 20:30       ` Thomas Hunter
@ 2017-03-10 18:00         ` Doyley, Marvin M.
  2017-03-16 20:16         ` Uwe Brauer
  1 sibling, 0 replies; 7+ messages in thread
From: Doyley, Marvin M. @ 2017-03-10 18:00 UTC (permalink / raw)
  To: Thomas Hunter; +Cc: emacs-orgmode@gnu.org, Samuel Loury

[-- Attachment #1: Type: text/plain, Size: 4333 bytes --]

Thanks I really appreciate this, I also use the exam style. Concerning the orgfile, if you have one for a multi part question that would be great.

Cheers,
M

---
Sent from my iPhone
I apologize in advance for any typos or spellings errors

On Mar 9, 2017, at 3:31 PM, Thomas Hunter <thunter1@swarthmore.edu<mailto:thunter1@swarthmore.edu>> wrote:

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. <m.doyley@rochester.edu<mailto:m.doyley@rochester.edu>> wrote:
Thanks for the list.  I will try them out.

Cheers,
M
> On Mar 7, 2017, at 11:01 AM, Samuel Loury <konubinix@gmail.com<mailto:konubinix@gmail.com>> wrote:
>
> Samuel Loury <konubinix@gmail.com<mailto:konubinix@gmail.com>> writes:
>
>> "Doyley, Marvin M." <m.doyley@rochester.edu<mailto:m.doyley@rochester.edu>> 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://urldefense.proofpoint.com/v2/url?u=http-3A__kitchingroup.cheme.cmu.edu_blog_2013_10_23_Writing-2Dexams-2Din-2Dorg-2Dmode_&d=DwMFaQ&c=kbmfwr1Yojg42sGEpaQh5ofMHBeTl9EI2eaqQZhHbOU&r=s3_3riAscdqtNAzgOuwYB9g0dZVGcp8BNCy_RylYdxU&m=XC-kKZAdllQqK2ayk6oGRdv-0S88qgR0soAtKX_PHDw&s=cHamxKfbfvEhRDk7hWqt6VdbHZBm2wu-m7top--IcZY&e=>
>> - https://github.com/jkitchin/jmax/tree/master/techela<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_jkitchin_jmax_tree_master_techela&d=DwMFaQ&c=kbmfwr1Yojg42sGEpaQh5ofMHBeTl9EI2eaqQZhHbOU&r=s3_3riAscdqtNAzgOuwYB9g0dZVGcp8BNCy_RylYdxU&m=XC-kKZAdllQqK2ayk6oGRdv-0S88qgR0soAtKX_PHDw&s=YugVGW136pi2LfxJMU173yWTu1BXC01mB8Vc_riJB-o&e=>
>> - http://www-public.tem-tsp.eu/~berger_o/org-teaching/<https://urldefense.proofpoint.com/v2/url?u=http-3A__www-2Dpublic.tem-2Dtsp.eu_-7Eberger-5Fo_org-2Dteaching_&d=DwMFaQ&c=kbmfwr1Yojg42sGEpaQh5ofMHBeTl9EI2eaqQZhHbOU&r=s3_3riAscdqtNAzgOuwYB9g0dZVGcp8BNCy_RylYdxU&m=XC-kKZAdllQqK2ayk6oGRdv-0S88qgR0soAtKX_PHDw&s=eIi5mX8PDPIl7873_WzKc3k1Ei2htH9qXLzUq0w2kUs&e=>
>> - https://github.com/gjkerns/samplequiz<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_gjkerns_samplequiz&d=DwMFaQ&c=kbmfwr1Yojg42sGEpaQh5ofMHBeTl9EI2eaqQZhHbOU&r=s3_3riAscdqtNAzgOuwYB9g0dZVGcp8BNCy_RylYdxU&m=XC-kKZAdllQqK2ayk6oGRdv-0S88qgR0soAtKX_PHDw&s=Cl-LlfFw-FMm0LRf7y1yvGOu7HVMemotIXJGmGZ-4Kw&e=>
>
> Forgot https://github.com/mbork/org-edu-html<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_mbork_org-2Dedu-2Dhtml&d=DwMFaQ&c=kbmfwr1Yojg42sGEpaQh5ofMHBeTl9EI2eaqQZhHbOU&r=s3_3riAscdqtNAzgOuwYB9g0dZVGcp8BNCy_RylYdxU&m=XC-kKZAdllQqK2ayk6oGRdv-0S88qgR0soAtKX_PHDw&s=cnxh8oi5iDh9dl5x_w5NsvP_ZvlR_x6CR50Q0PnFFNE&e=>
>
> --
> 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<tel:(610)%20328-8244>

[-- Attachment #2: Type: text/html, Size: 6820 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Writing exams
  2017-03-09 20:30       ` Thomas Hunter
  2017-03-10 18:00         ` Doyley, Marvin M.
@ 2017-03-16 20:16         ` Uwe Brauer
  1 sibling, 0 replies; 7+ messages in thread
From: Uwe Brauer @ 2017-03-16 20:16 UTC (permalink / raw)
  To: emacs-orgmode

>>> "Thomas" == Thomas Hunter <thunter1@swarthmore.edu> writes:

   > 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:
   > [...]

   > 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?)

Could you please send me also, privately, your org file? I use the exam
class in latex but would like to give it a try using orgmode.

Thanks

Uwe Brauer 

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-03-16 20:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-07 15:03 Writing exams Doyley, Marvin M.
2017-03-07 16:00 ` Samuel Loury
2017-03-07 16:01   ` Samuel Loury
2017-03-08  1:14     ` Doyley, Marvin M.
2017-03-09 20:30       ` Thomas Hunter
2017-03-10 18:00         ` Doyley, Marvin M.
2017-03-16 20:16         ` Uwe Brauer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).