Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 416 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 416 Bytes

multiple-choice

Adjusts the choices of the multiple-choice question automatically.

Usage

See the documentation.

Quick n' dirty

\documentclass{article}
\usepackage{multiple-choice}

\begin{document}
    \begin{choices}
        \choice The first choice.
        \choice The second choice.
        \choice The third choice.
        \choice The fourth choice.
    \end{choices}
\end {document}