Question Regarding Answer Shuffling

Added by Jeff Goett over 10 years ago

AMC provides the ability to turn off answer shuffling globally. Is it possible to turn off answer shuffling at the level of an individual question? I would like to maintain answer shuffling for most questions, but for one or two, would like to keep a particular order for the answer presentation.


Replies (3)

RE: Question Regarding Answer Shuffling - Added by Roberto González over 10 years ago

Try something like this for each question that you want to leave unshuffled:

\begin{question}{nb-ue}
    How many different states were members of the European Union in Jan. 2009?
    \begin{choiceshoriz}[o]
      \wrongchoice{15}
      \wrongchoice{21}
      \wrongchoice{25}
      \correctchoice{27}
      \wrongchoice{31}
    \end{choiceshoriz}

The option [o] is supposed to preserve order.

RE: Question Regarding Answer Shuffling - Added by Roberto González over 10 years ago

Sorry, I just waked up some minutes ago :)
This would be the right way:

\begin{question}{nb-ue}
    How many different states were members of the European Union in Jan. 2009?
    \begin{choiceshoriz}[o]
      \wrongchoice{15}
      \wrongchoice{21}
      \wrongchoice{25}
      \correctchoice{27}
      \wrongchoice{31}
    \end{choiceshoriz}
\end{question}

This example was taken and modified from the documentation:

http://home.gna.org/auto-qcm/auto-multiple-choice.en/latex.shtml

RE: Question Regarding Answer Shuffling - Added by Jeff Goett over 10 years ago

This worked for me. Thank you for your help.

(1-3/3)