summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/alterqcm/examples/latex/language.tex
blob: 46a21949ef1f4592271eadee4252d05bbdbec787 (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
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
% !TEX TS-program = xelatex
\documentclass[12pt]{article}
\usepackage{mathtools}
\usepackage{unicode-math}
\usepackage{fourier-otf}
\setmainfont[Mapping=tex-text,Ligatures=Common]{Minion Pro} \setmathfont[Scale=MatchUppercase]{Asana Math}
\usepackage[german]{alterqcm}
\usepackage{fullpage}%
\usepackage[french]{babel}
\parindent=0pt
\newlength{\oldtextwidth}
\def\nogreekalph{} 
\begin{document}
 


\begin{alterqcm}
 \AQquestion{Question}{% 
 {Proposition 1},
 {Proposition 2},
 {Proposition 3}}
\end{alterqcm}

\begin{alterqcm}[pre]
 \AQquestion{Question}{% 
 {Proposition 1},
 {Proposition 2},
 {Proposition 3}}
\end{alterqcm}

 \begin{alterqcm}[VF,
                  correction,
                  lq      = 100mm,
                  symb    = \dingsquare,
                  corsymb = \dingchecksquare]
 \AQquestion[br={1}]{For all $x \in ]-3~;~2],~f'(x) \geqslant 0$.}
 \AQquestion[br={2}]{The $F$ function has a maximum in $2$}
 \AQquestion[br={2}]{$\displaystyle\int_{0}^2 f'(x)\:\text{d}x = - 2$}
 \end{alterqcm}

 \begin{alterqcm}[VF,pre,
                  correction,
                  lq      = 100mm,
                  symb    = \dingsquare,
                  corsymb = \dingchecksquare]
 \AQquestion[br={1}]{For all $x \in ]-3~;~2],~f'(x) \geqslant 0$.}
 \AQquestion[br={2}]{The $F$ function has a maximum in $2$}
 \AQquestion[br={2}]{$\displaystyle\int_{0}^2 f'(x)\:\text{d}x = - 2$}
 \end{alterqcm}
 
 
 \begin{alterqcm}[language=english]
 \AQquestion{Question}{% 
 {Proposition 1},
 {Proposition 2},
 {Proposition 3}}
\end{alterqcm}

\begin{alterqcm} [language=greek]
      \AQquestion{Ερώτηση}{%
      {Επιλογή 1},
      {Επιλογή 2},
      {Επιλογή 3}
      }
 \end{alterqcm}
 
 	\setlength{\oldtextwidth}{\textwidth}
 	\setlength{\textwidth}{14cm}
  \begin{alterqcm}[language=greek,VF,
                   correction,
                   lq      = 100mm,
                   symb    = \dingsquare,
                   corsymb = \dingchecksquare]
  \AQquestion[br={1}]{For all $x \in ]-3~;~2],~f'(x) \geqslant 0$.}
  \AQquestion[br={2}]{The $F$ function has a maximum in $2$}
  \AQquestion[br={2}]{$\displaystyle\int_{0}^2 f'(x)\:\text{d}x = - 2$}
  \end{alterqcm}
  
  \begin{alterqcm}[language=english,VF,
                   correction,
                   lq      = 100mm,
                   symb    = \dingsquare,
                   corsymb = \dingchecksquare]
  \AQquestion[br={1}]{For all $x \in ]-3~;~2],~f'(x) \geqslant 0$.}
  \AQquestion[br={2}]{The $F$ function has a maximum in $2$}
  \AQquestion[br={2}]{$\displaystyle\int_{0}^2 f'(x)\:\text{d}x = - 2$}
  \end{alterqcm}
 \setlength{\textwidth}{\oldtextwidth}
 
\end{document}