ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* problem with defineitemgroup command
@ 2009-03-03  2:26 Curious Learn
  2009-03-03  3:22 ` Aditya Mahajan
  0 siblings, 1 reply; 3+ messages in thread
From: Curious Learn @ 2009-03-03  2:26 UTC (permalink / raw)
  To: ntg-context

I am trying to define an itemgroup to list the answers for multiple choice
questions. When I try to change the stopper using the option stopper=), the list
changes from an alphabetical one to a bulleted list. Please see the difference
between "choices" and "options" below. 

\defineitemgroup[choices][levels=1] 
\setupitemgroup[choices][1][a,packed] 

\defineitemgroup[options][levels=1] 
\setupitemgroup[options][1][a,packed,stopper=)]



\starttext
  
     \startchoices        
             \startitem This is choice 1. \stopitem   
             \startitem This is choice 2. \stopitem    
     \stopchoices 

     \startoptions        
             \startitem This is option 1. \stopitem   
             \startitem This is option 2. \stopitem    
     \stopoptions
    

\stoptext
               
Q. How can I change the stopper in this itemgroup.

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: problem with defineitemgroup command
  2009-03-03  2:26 problem with defineitemgroup command Curious Learn
@ 2009-03-03  3:22 ` Aditya Mahajan
  2009-03-03 13:03   ` Curious Learn
  0 siblings, 1 reply; 3+ messages in thread
From: Aditya Mahajan @ 2009-03-03  3:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, 3 Mar 2009, Curious Learn wrote:

> I am trying to define an itemgroup to list the answers for multiple choice
> questions. When I try to change the stopper using the option stopper=), the list
> changes from an alphabetical one to a bulleted list. Please see the difference
> between "choices" and "options" below.
>
> \defineitemgroup[choices][levels=1]
> \setupitemgroup[choices][1][a,packed]
>
> \defineitemgroup[options][levels=1]
> \setupitemgroup[options][1][a,packed,stopper=)]

Change this to

\setupitemgroup[options][1][a,packed]
\setupitemgroup[options][1][stopper=)]

You cannot mix options (a, packed, etc) with assignments (key=value).

Aditya

>
> \starttext
>
>     \startchoices
>             \startitem This is choice 1. \stopitem
>             \startitem This is choice 2. \stopitem
>     \stopchoices
>
>     \startoptions
>             \startitem This is option 1. \stopitem
>             \startitem This is option 2. \stopitem
>     \stopoptions
>
>
> \stoptext
>
> Q. How can I change the stopper in this itemgroup.
>
> ___________________________________________________________________________________
> 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  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
>
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: problem with defineitemgroup command
  2009-03-03  3:22 ` Aditya Mahajan
@ 2009-03-03 13:03   ` Curious Learn
  0 siblings, 0 replies; 3+ messages in thread
From: Curious Learn @ 2009-03-03 13:03 UTC (permalink / raw)
  To: ntg-context

Aditya Mahajan <adityam <at> umich.edu> writes:


> Change this to
> 
> \setupitemgroup[options][1][a,packed]
> \setupitemgroup[options][1][stopper=)]
> 
> You cannot mix options (a, packed, etc) with assignments (key=value).
> 
> Aditya

Thanks Aditya. I appreciate it.

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2009-03-03 13:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-03  2:26 problem with defineitemgroup command Curious Learn
2009-03-03  3:22 ` Aditya Mahajan
2009-03-03 13:03   ` Curious Learn

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