In document class exam, is there any way to write options in 2 rows in oneparchoices or choices environment as in the image below? I tried using multicols but it didn't work.
1 Answer
You could use the tasks package and replace \begin{choices} and \end{choices} with \begin{tasks}(2) and \end{tasks} and \choice with \task.
To change the label style to suit your needs, you may want to use the label option. Something like \settasks{label=(\alph*), label-width=1.5em} in the preamble of the document should result in the expected output.
- Is there any correctchoice type option in task so that when when I use printanswers command, it highlights the correct answer is some specific color?Mathematics– Mathematics2021-07-27 10:11:25 +00:00Commented Jul 27, 2021 at 10:11

taskspackage and replace\begin{choices}and\end{choices}with\begin{tasks}(2)and\end{tasks}and\choicewith\task.taskspackage offers the possibility to control the label to suit your needs. Take a look at thelabeloption. If you add the left parenthesis, you may also need to adjust the value oflabel-widthto account for the extra width of the label.