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.
automultiplechoiceis not available at Overleaf. You should use a local installation. – cabohah Mar 09 '23 at 09:21automultiplechoice. 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