summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/alterqcm/doc/latex/doc-aq-points.tex
blob: faee7df3997a7ac4f01e0cca81497dd0e45cd791 (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
35
36
37
38
39
\section{Points assigned to an MCQ}

It is possible to assign points to an MCQ using the  rudimentary macro \tkzcname{AQpoints}.

  
\subsection{Example} 

 
\begin{tkzltxexample}[]
\AQpoints{10}
\begin{alterqcm}[symb = \dingsquare, lq=7cm]
  \AQquestion{If \numprint{3,24} is the truncation of $x$ to the hundredth..., then we're sure that :}
{%
  {\begin{minipage}[t]{\linewidth-1cm}
     $3,235\leqslant x <3,245$\\
   \end{minipage}} ,   
  {\begin{minipage}[t]{\linewidth-1cm} 
     $3,24\leqslant x <3,25$\\
    \end{minipage}} ,
  {\begin{minipage}[t]{\linewidth-1cm}
     $x$ is closer to \numprint{3,24} than \numprint{3,25}
   \end{minipage}}}
\end{alterqcm}
\end{tkzltxexample}

\medskip
\AQpoints{10}
  \begin{alterqcm}[symb = \dingsquare, lq=7cm]
  \AQquestion{Si \numprint{3,24} is the truncation of $x$ to the hundredth..., then we're sure that :}
  {{\begin{minipage}[t]{\linewidth-1cm}$3,235\leqslant x <3,245$\\
    \end{minipage}} ,
   {\begin{minipage}[t]{\linewidth-1cm} $3,24\leqslant x <3,25$\\
    \end{minipage}} ,
   {\begin{minipage}[t]{\linewidth-1cm}
       $x$ is closer to \numprint{3,24} than \numprint{3,25}
    \end{minipage}}}

\end{alterqcm}   
\endinput