[Tugindia] BOOKMARK

Harish Kumar Holla harishkumarholla at pec.edu
Thu Feb 28 23:55:35 CET 2013


ALSO I WANT TO KNOW HOW TO TYPE MULTIPLE CHOICE QUESTION PAPERS? (CODE A,
B, C WITH SAME QUESTIONS, BUT WITH QUESTIONS SHUFFELED)

This I don't get it quite right. Do you want to re shuffle questions or
choices? If questions - then exsheets package is useful. For reshuffling
choices try eqexam package:

\documentclass{article}

\usepackage[allowrandomize]{eqexam}%


\begin{document}



\begin{exam}{Exam1}

\begin{problem}

In what year did Columbus sail the ocean blue?

\begin{answers}{2}

    \bChoices[random]

    \Ans0 1st random choice\eAns

    \Ans1\label{eq} 2nd (the correct) random choice\eAns

    \Ans0 3rd random choice\eAns

    \Ans0 4th random choice\eAns

    \Ans0 5th random chioce\eAns

    \eFreeze

    \Ans0 None of these\eAns

    \eChoices

\end{answers}

\end{problem}

\end{exam}


\end{document}


To reshuffle, delete the .aux file and recompile many times. For details --
*texdoc eqexam*


More information about the tugindia mailing list