blob: 1382487ccb0181904df3750fd51d1bdef038f211 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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}
|