summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/webquiz/examples/answer-lowercase.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/webquiz/examples/answer-lowercase.tex')
-rw-r--r--Master/texmf-dist/doc/latex/webquiz/examples/answer-lowercase.tex16
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/webquiz/examples/answer-lowercase.tex b/Master/texmf-dist/doc/latex/webquiz/examples/answer-lowercase.tex
new file mode 100644
index 00000000000..c0c8665794b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/webquiz/examples/answer-lowercase.tex
@@ -0,0 +1,16 @@
+\documentclass[onepage]{webquiz}
+\title{An answer with comparison=lowercase}
+\begin{document}
+ \begin{question} % a quiz question
+ How long is a piece of string?
+ \answer[lowercase]{Long} (Correct answer ``Long'')
+ \whenRight Correct! Obviously your ruler is working!
+ \whenWrong Incorrect! Is your ruler working?
+ \end{question}
+ \begin{question} % a quiz question
+ How long is a piece of string?
+ \answer[lowercase]{lonG} (Correct answer ``Long'')
+ \whenRight Correct! Obviously your ruler is working!
+ \whenWrong Incorrect! Is your ruler working?
+ \end{question}
+\end{document}