0

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.

enter image description here

4
  • 1
    You could use the tasks package and replace \begin{choices} and \end{choices} with \begin{tasks}(2) and \end{tasks} and \choice with \task. Commented Jul 25, 2021 at 8:36
  • @leandriis Thank You. It worked. You may post it as the answer so that I can upvote it. Commented Jul 25, 2021 at 8:57
  • @leandriis The options are written as a), b), c), d). It there anyway they can be written as (a), (b),(c), (d)? Commented Jul 25, 2021 at 9:02
  • 1
    The tasks package offers the possibility to control the label to suit your needs. Take a look at the label option. If you add the left parenthesis, you may also need to adjust the value of label-width to account for the extra width of the label. Commented Jul 25, 2021 at 9:05

1 Answer 1

1

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.

1
  • 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? Commented Jul 27, 2021 at 10:11

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.