Re: [NTG-context] Two questions - Cross Referencing (Automated label generation + Random items)

2009-03-04 Thread Mikael Persson
On Wed, Mar 4, 2009 at 4:53 PM, Curious Learn wrote: > >> The low level way to do this is: >> >> \def\AnsT#1\eAns >>    {\doglobal\increment\choicecounter >>     \startitem[\choicecounter]#1\stopitem} >> > >> Wolfgang > > > Beautiful! Thanks again Wolfgang. I tried the low level command and it wor

Re: [NTG-context] Two questions - Cross Referencing (Automated label generation + Random items)

2009-03-04 Thread Hans Hagen
Curious Learn wrote: Wolfgang Schuster googlemail.com> writes: You don't need \nextrandom any longer, it's fixed with the last beta. \newcounter\choicecounter \define[1]\Rightitem {\doglobal\increment\choicecounter \startitem[\choicecounter]#1\stopitem} \define[1]\Wrongitem {\sta

Re: [NTG-context] Two questions - Cross Referencing (Automated label generation + Random items)

2009-03-04 Thread Wolfgang Schuster
Am 04.03.2009 um 13:54 schrieb Curious Learn: Awesome solution. Works great. Thanks very much Wolfgang. I can now use your solution. If it is not too difficult to explain, I would appreciate if someone could explain why the following does not work. It is not necessary because Wolfgang's s

Re: [NTG-context] Two questions - Cross Referencing (Automated label generation + Random items)

2009-03-03 Thread Wolfgang Schuster
Am 03.03.2009 um 14:17 schrieb Curious Learn: As I mentioned earlier, I am trying to use Context to make a multiple choice test. I have two questions. (1) Suppose I want to get a list of answers to the the multiple choice questions. One way I can think of doing this is by assigning a label

[NTG-context] Two questions - Cross Referencing (Automated label generation + Random items)

2009-03-03 Thread Curious Learn
As I mentioned earlier, I am trying to use Context to make a multiple choice test. I have two questions. (1) Suppose I want to get a list of answers to the the multiple choice questions. One way I can think of doing this is by assigning a label to the CORRECT answer as done in the following code