From: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>
To: Jorge Manuel <desdechaves@gmail.com>
Cc: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: [NTG-context] Re: Issue with Custom Conversion Code in Latest Version of ConTeXt
Date: Sat, 12 Oct 2024 13:58:06 +0200 [thread overview]
Message-ID: <1fe12316-81a2-0755-1d3e-e7ab21de2759@gmail.com> (raw)
In-Reply-To: <1b674ebf-be37-4662-8610-0ff665e069db@Spark>
Jorge Manuel schrieb am 12.10.2024 um 13:24:
> I applied a trick: I created a phantom itemize.
>
> \define[1]\BoxedNumber{\inframed[width=3ex]{\convertnumber{n}{#1}}}
>
> \defineconversion [BoxedNumber] [\BoxedNumber]
>
> \starttext
>
> \startitemize[BoxedNumber,fit,repeat][stopper=,distance=\spaceamount]
> \item xxx
> \startitemize[BoxedNumber,fit, repeat][stopper=,distance=\spaceamount]
> \item multiple choice
> * \startitemize[norepeat]*
> * \item Your choice: \_\_\_\_*
> \startitemize[A, columns, two, random, fit][stopper={)},style=bold] %%
> \item choice 1
> \item choice 2
> \item choice 3
> \item choice 4
> \stopitemize
> * \stopitemize*
>
> \item normal question 1
> \startitemize[BoxedNumber, repeat] %%
> \item question 1 \par\thinrules[n=2]
> \item question2 \par\thinrules[n=2]
> \stopitemize
> \stopitemize
> \stopitemize
>
> \stoptext
You can use an enumeration to have more control about the numbering and
spacing/width of the counter.
%%%% begin example
\define[1]\BoxedNumber
{\inframed[width=3ex]{\convertnumber{n}{#1}}}
\defineconversion [BoxedNumber] [\BoxedNumber]
\defineenumeration
[Question]
[text=,
alternative=hang,
width=broad,
numberconversion=BoxedNumber]
\starttext
\startQuestion
xxx
\startsubQuestion
multiple choice
\startitemize[A,columns,tworandom][stopper={)},style=bold]
\startitem choice 1 \stopitem
\startitem choice 2 \stopitem
\startitem choice 3 \stopitem
\startitem choice 4 \stopitem
\stopitemize
\stopsubQuestion
\startsubQuestion
normal question 1
\startsubsubQuestion
question 1 \par\thinrules[n=2]
\stopsubsubQuestion
\startsubsubQuestion
question2 \par\thinrules[n=2]
\stopsubsubQuestion
\stopsubQuestion
\stopQuestion
\stoptext
%%%% end example
Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
prev parent reply other threads:[~2024-10-12 12:02 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <c162a633-8188-4fdb-bce9-2304c4823943@Spark>
2024-10-06 15:44 ` [NTG-context] " Jorge Manuel
2024-10-07 19:51 ` [NTG-context] " Wolfgang Schuster
2024-10-07 21:16 ` Wolfgang Schuster
2024-10-11 11:41 ` desdechaves
2024-10-11 17:15 ` Wolfgang Schuster
2024-10-12 9:40 ` Jorge Manuel
2024-10-12 10:12 ` Wolfgang Schuster
2024-10-12 10:59 ` Jorge Manuel
2024-10-12 11:24 ` Jorge Manuel
2024-10-12 11:58 ` Wolfgang Schuster [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=1fe12316-81a2-0755-1d3e-e7ab21de2759@gmail.com \
--to=wolfgang.schuster.lists@gmail.com \
--cc=desdechaves@gmail.com \
--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).