summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/webquiz/examples/random.tex
blob: 6818f2e6dff3c497de8e70a095fd63ff218b2da9 (plain)
1
2
3
4
5
6
7
8
\documentclass[randomorder, showsidemenu]{webquiz}
\title{Four randomly ordered questions}
\begin{document}
  \begin{question}What is the question number of question one?  \answer{1}\end{question}
  \begin{question}What is the question number of question two?  \answer{2}\end{question}
  \begin{question}What is the question number of question three?\answer{3}\end{question}
  \begin{question}What is the question number of question four? \answer{4}\end{question}
\end{document}