Re: CLASSE EXAM

#90209
franen
Partecipante
    Up
    0
    Down
    ::


    Forse non usi il comando \question prima di usare \begin{checkboxes}. L’esempio di seguito dovrebbe compilarsi correttamente.
    Fran
    `\documentclass[]{exam}
    \begin{document}
    Testo
    \begin{questions}
    \question Testo della domanda
    \begin{checkboxes}
    \choice Prima
    \choice Seconda
    \end{checkboxes}
    \end{questions}
    \end{document}`

    Go to top