summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/webquiz/examples/random.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-16 22:43:33 +0000
committerKarl Berry <karl@freefriends.org>2019-03-16 22:43:33 +0000
commit7e80fa208736f4ab99b1d57dd1571da41f1e3744 (patch)
tree606bd82a5737d587ef239fd58a5a58c256666178 /Master/texmf-dist/doc/latex/webquiz/examples/random.tex
parent9de7d0ea371387f647487812b48b51030c739bdf (diff)
webquiz
git-svn-id: svn://tug.org/texlive/trunk@50419 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/webquiz/examples/random.tex')
-rw-r--r--Master/texmf-dist/doc/latex/webquiz/examples/random.tex8
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/webquiz/examples/random.tex b/Master/texmf-dist/doc/latex/webquiz/examples/random.tex
new file mode 100644
index 00000000000..6818f2e6dff
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/webquiz/examples/random.tex
@@ -0,0 +1,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}