summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/webquiz/examples/theme-darkred.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/theme-darkred.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/theme-darkred.tex')
-rw-r--r--Master/texmf-dist/doc/latex/webquiz/examples/theme-darkred.tex90
1 files changed, 90 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/webquiz/examples/theme-darkred.tex b/Master/texmf-dist/doc/latex/webquiz/examples/theme-darkred.tex
new file mode 100644
index 00000000000..c0414b9d04e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/webquiz/examples/theme-darkred.tex
@@ -0,0 +1,90 @@
+\documentclass[theme=darkred]{webquiz}
+\BreadCrumbs{WebQuiz Themes | quizindex| breadcrumb}\BreadCrumb{darkred}
+\title{..................................the darkred theme}
+\begin{document}
+
+ \begin{question} % a quiz question
+ Which of the following integers are prime?
+ % multiple (0 or more) correct answers rendered in two columns
+ \begin{choice}[multiple, columns=3]
+ \correct $17$ \feedback Yes, the only divisors of $17$ are $1$ and $17$
+ \incorrect $12$ \feedback No, $12 = 3\times 4$
+ \incorrect $27$ \feedback No, $27=3^3$
+ \incorrect $91$ \feedback No, $91 = 3\times 17$
+ \incorrect $0$ \feedback Prime numbers are non-zero
+ \incorrect $1$ \feedback One is not a prime number because it is invertible
+ \correct $97$ \feedback Yes, the only divisors of $97$ are $1$ and $97$
+ \end{choice}
+ \end{question}
+
+ \begin{question} % a quiz question
+ Which of the following integers are prime?
+ % multiple (0 or more) correct answers rendered in two columns
+ \begin{choice}[multiple, columns=3]
+ \correct $17$ \feedback Yes, the only divisors of $17$ are $1$ and $17$
+ \incorrect $12$ \feedback No, $12 = 3\times 4$
+ \incorrect $27$ \feedback No, $27=3^3$
+ \incorrect $91$ \feedback No, $91 = 3\times 17$
+ \incorrect $0$ \feedback Prime numbers are non-zero
+ \incorrect $1$ \feedback One is not a prime number because it is invertible
+ \correct $97$ \feedback Yes, the only divisors of $97$ are $1$ and $97$
+ \end{choice}
+ \end{question}
+
+ \begin{question} % a quiz question
+ Which of the following integers are prime?
+ % multiple (0 or more) correct answers rendered in two columns
+ \begin{choice}[multiple, columns=3]
+ \correct $17$ \feedback Yes, the only divisors of $17$ are $1$ and $17$
+ \incorrect $12$ \feedback No, $12 = 3\times 4$
+ \incorrect $27$ \feedback No, $27=3^3$
+ \incorrect $91$ \feedback No, $91 = 3\times 17$
+ \incorrect $0$ \feedback Prime numbers are non-zero
+ \incorrect $1$ \feedback One is not a prime number because it is invertible
+ \correct $97$ \feedback Yes, the only divisors of $97$ are $1$ and $97$
+ \end{choice}
+ \end{question}
+
+ \begin{question} % a quiz question
+ Which of the following integers are prime?
+ % multiple (0 or more) correct answers rendered in two columns
+ \begin{choice}[multiple, columns=3]
+ \correct $17$ \feedback Yes, the only divisors of $17$ are $1$ and $17$
+ \incorrect $12$ \feedback No, $12 = 3\times 4$
+ \incorrect $27$ \feedback No, $27=3^3$
+ \incorrect $91$ \feedback No, $91 = 3\times 17$
+ \incorrect $0$ \feedback Prime numbers are non-zero
+ \incorrect $1$ \feedback One is not a prime number because it is invertible
+ \correct $97$ \feedback Yes, the only divisors of $97$ are $1$ and $97$
+ \end{choice}
+ \end{question}
+
+ \begin{question} % a quiz question
+ Which of the following integers are prime?
+ % multiple (0 or more) correct answers rendered in two columns
+ \begin{choice}[multiple, columns=3]
+ \correct $17$ \feedback Yes, the only divisors of $17$ are $1$ and $17$
+ \incorrect $12$ \feedback No, $12 = 3\times 4$
+ \incorrect $27$ \feedback No, $27=3^3$
+ \incorrect $91$ \feedback No, $91 = 3\times 17$
+ \incorrect $0$ \feedback Prime numbers are non-zero
+ \incorrect $1$ \feedback One is not a prime number because it is invertible
+ \correct $97$ \feedback Yes, the only divisors of $97$ are $1$ and $97$
+ \end{choice}
+ \end{question}
+
+ \begin{question} % a quiz question
+ Which of the following integers are prime?
+ % multiple (0 or more) correct answers rendered in two columns
+ \begin{choice}[multiple, columns=3]
+ \correct $17$ \feedback Yes, the only divisors of $17$ are $1$ and $17$
+ \incorrect $12$ \feedback No, $12 = 3\times 4$
+ \incorrect $27$ \feedback No, $27=3^3$
+ \incorrect $91$ \feedback No, $91 = 3\times 17$
+ \incorrect $0$ \feedback Prime numbers are non-zero
+ \incorrect $1$ \feedback One is not a prime number because it is invertible
+ \correct $97$ \feedback Yes, the only divisors of $97$ are $1$ and $97$
+ \end{choice}
+ \end{question}
+
+\end{document}