summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/webquiz/examples/ctanLion.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/webquiz/examples/ctanLion.tex')
-rw-r--r--Master/texmf-dist/doc/latex/webquiz/examples/ctanLion.tex16
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/webquiz/examples/ctanLion.tex b/Master/texmf-dist/doc/latex/webquiz/examples/ctanLion.tex
new file mode 100644
index 00000000000..1382487ccb0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/webquiz/examples/ctanLion.tex
@@ -0,0 +1,16 @@
+\documentclass{webquiz}
+\usepackage[dvipdfmx]{graphicx}
+\DeclareGraphicsExtensions{.jpg}
+\title{I am not Lion to you}
+\begin{document}
+ \begin{question}
+ Do you recognise this Lion?
+ \begin{center}
+ \includegraphics[height=30mm]{ctanLion.jpg}
+ \end{center}
+ \begin{choice}
+ \correct Yes! \feedback This is the \TeX{} lion!
+ \incorrect No! \feedback You are legally required to admire this lion!
+ \end{choice}
+ \end{question}
+\end{document}