0
\begin{mcquestions}

\question How much is $2+2$? 

          \begin{mcanswerslist}
          \answer two
          \answer [\&square&]four
          \answer five
          \end{mcanswerslist} 

\end{mcquestions}
leandriis
  • 62,593
  • Welcome to TeX.SX! Please make your code compilable (if possible), or at least complete it with \documentclass{...}, the required \usepackage's, \begin{document}, and \end{document}. That may seem tedious to you, but think of the extra work it represents for TeX.SX users willing to give you a hand. Help them help you: remove that one hurdle between you and a solution to your problem. – BambOo Sep 16 '19 at 09:12
  • 1
    According to the mcexam documentation, the optional argument to \answer is ther to provide points or correct/incorrect values to the answer. See §2.2.2. Also, style options are provided through the enumitem package, see §5.3 e.g. \setlist[setmcanswerslist]{label=\mcanswerlabelfmt{*},noitemsep} – BambOo Sep 16 '19 at 09:20

1 Answers1

1

You can use the command :

\setlist[setmcanswerslist]{label=$\square$}
Regis C.
  • 135