ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Roger Mason <rmason@mun.ca>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: [OT] ASCII text output
Date: Thu, 18 Feb 2010 10:19:41 -0330	[thread overview]
Message-ID: <y65mxz6hcwa.fsf@perthite.esd.mun.ca> (raw)
In-Reply-To: <alpine.LNX.2.01.1002171417410.23665@ybpnyubfg.ybpnyqbznva> (Aditya Mahajan's message of "Wed, 17 Feb 2010 14:27:53 -0500 (EST)")

Hello Aditya,

Aditya Mahajan <adityam@umich.edu> writes:

> If you are willing to add more markup, then TeX can do the parsing for
> you.
>
> \startquestion[title={Ruby coloured by}, points=1, difficulty=1]
>   A ruby is a gem of corundum colored
>   \startoptions
>     \option Rutile
>     \option Calcium
>     \correctoption Chrumium
>     \option Iron and Titanium
>   \stopoptions
>   \starthint
>     ....
>   \stophint
>   \startfeedback
>    ...
>   \stopfeedback
> \stopquestion
>
> You can create a mode for ascii output that redefines all the
> environments to *typeset* the correct output, which you can then
> convert to text using pdftotext.
>
> Another option is to write everything in XML (it is almost the same ...)
> <question title="...", points=...., difficulty=...>
>   <text> A ruby .. </text>
>   <options>
>     <option> ... </option>
>     <option> ... </option>
>     <option correct="yes"> ... </option>
>     <option> ... </option>
>   </option>
>   <hint>
>    ....
>   </hint>
>   <feedback>
>    ...
>   </feedback>
> </question>
>
> With a few setup commands, ConTeXt can directly typeset an xml
> file. Parsing the xml file to generate ascii text can be done using
> your favourite programming language (or using ConTeXt by typesetting
> the desired output and using pdftotext).
>

Thank you very much.  I will work on this over the next week and decide
which method I like best.

I really appreciate you taking the time to help.

Best wishes,
Roger
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


      reply	other threads:[~2010-02-18 13:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-16 15:49 Roger Mason
2010-02-16 20:25 ` Aditya Mahajan
2010-02-16 22:20   ` Roger Mason
2010-02-17 19:27     ` Aditya Mahajan
2010-02-18 13:49       ` Roger Mason [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=y65mxz6hcwa.fsf@perthite.esd.mun.ca \
    --to=rmason@mun.ca \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).