1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
\documentclass[theme=spring]{webquiz}
\BreadCrumbs{WebQuiz Themes | quizindex| breadcrumb}\BreadCrumb{spring}
\title{..................................the spring 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}
|