0

Is there a way to randomize the order of multiple choice in examdesign class? Unfortunately the NumberOfVersions does not work like that.

Here is an example of multiple choices.

\documentclass[12pt]{examdesign}
\usepackage[hmargin=1in,top=1in,bottom=1in]{geometry}

\usepackage[utf8]{inputenc} \usepackage[T1]{fontenc}

\class{Mathematics} \def\namedata{Name: \hrulefill} %\NoKey %\NumberOfVersions{1}

\begin{document}

\begin{multiplechoice} \begin{question} Something? \choice{Yes} \choice{No} \choice[!]{Maybe} \end{question} \end{multiplechoice}%

\end{document}

I am looking for something similar to the package exam-randomizechoices in order to use \setrandomizerseed{n} for any number n, however it only works in exam-class.

UnknownW
  • 399
  • @anastygnome I tried. In Overleaf, it says "LaTeX Error: File `automultiplechoice.sty' not found. – UnknownW Mar 09 '23 at 09:08
  • @cabohah The esami package as the first answer suggested does not work in examdesign class. – UnknownW Mar 09 '23 at 09:09
  • @UnknownW The question has more than one answer. AFAIK automultiplechoice is not available at Overleaf. You should use a local installation. – cabohah Mar 09 '23 at 09:21
  • @cabohah I've just installed TeXstudio. The package "automultiplechoice" does not even exist in MikTeX Console ... – UnknownW Mar 09 '23 at 10:59
  • "Local installation" does not only mean a local TeX distribution but also a local installation of automultiplechoice. See the links in my comments to the corresponding answers to the linked questions. There are all files you need to download and install and a manual for it. – cabohah Mar 09 '23 at 15:16
  • @cabohah Ah, I see. That's new to me. I just realized that this package is designed for Linux. There is also a list, which works, but Windows is not one of them (https://www.auto-multiple-choice.net/download.en). Unfortunately I have no knowledge of Linux or all other ... – UnknownW Mar 09 '23 at 17:57
  • It's a perl script. Perl is also available for Windows. So at least the portable version should also run with Windows. But I cannot test it, I'm not a Windows user. – cabohah Mar 09 '23 at 20:22

0 Answers0