XimeraProject / ximeraLatex

Author tools for creating Ximera activities
LaTeX Project Public License v1.3c
40 stars 35 forks source link

multipleChoice #56

Closed bartsnapp closed 6 years ago

bartsnapp commented 7 years ago

In handout mode, something like

\begin{multipleChoice} \choice[correct]{First} \choice{second} \choice{third} \end{multipleChoice}

Will have checkmarks after every answer preceding the first "correct" answer.

checkmarks should only appear after correct answers.

Note this may need to be fixed in selectAll too.

bartsnapp commented 6 years ago

Fixed