/multiple-choice.sty

LaTeX package for multiple choices question

Primary LanguageTeXGNU General Public License v3.0GPL-3.0

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}