Re: BOOKMARK

Harish Kumar Holla <[email protected]>
Newsgroups gmane.comp.tex.tugindia
Message-ID <CAF2OwfFLEKBjg+K5PKrA1+jfTkJgR=TAufXXjt2XgWVWvcgCYg@mail.gmail.com>
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*
_______________________________________________
Home:        http://www.tug.org.in/
TeX FAQ:     http://www.tex.ac.uk/faq
unsubscribe: http://tug.org/mailman/listinfo/tugindia
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.