summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/moodle/test/test_cloze_numerical.tex
blob: 138f1fee868d288c2b7692666c81299332575262 (plain)
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
% !TeX encoding = UTF-8
% !TeX spellcheck = en_US
% !TEX TS-program = lualatex
\documentclass{article}
\usepackage[nostamp]{moodle}
\ifPDFTeX % FOR LATEX and PDFLATEX
	\usepackage[utf8]{inputenc} % necessary
	\usepackage[T1]{fontenc} % necessary
\else % assuming XELATEX or LUALATEX
	\usepackage{fontspec}
\fi

\begin{document}

\section*{Introduction}

This document is intended to check the support of numerical questions 
embedded in cloze questions.

\begin{quiz}{Close Short Answer}

\begin{cloze}{Cloze}
\begin{numerical}
Enter an integer $n$ such that $0< n\leq 2$.
\item[tolerance=0.001,fraction={10},feedback={study difference between $<$ and 
$\leq$}] 0
\item[tolerance=0.01,feedback={good!}] 1
\item[tolerance=0.1,feedback={OK}] 2
\end{numerical}
\end{cloze}

\end{quiz}

\end{document}