diff --git a/amc-templates/amc_template_extra_section.zip b/amc-templates/amc_template_extra_section.zip index 9f43635..13c2a03 100644 Binary files a/amc-templates/amc_template_extra_section.zip and b/amc-templates/amc_template_extra_section.zip differ diff --git a/amc-templates/amc_template_extra_section/commands.tex b/amc-templates/amc_template_extra_section/commands.tex new file mode 100644 index 0000000..537784b --- /dev/null +++ b/amc-templates/amc_template_extra_section/commands.tex @@ -0,0 +1,7 @@ +\newcommand{\R}{\mathbb{R}} +\newcommand{\Q}{\mathbb{Q}} +\newcommand{\N}{\mathbb{N}} +\newcommand{\Z}{\mathbb{Z}} +\newcommand{\C}{\mathbb{C}} + + diff --git a/amc-templates/amc_template_extra_section/exam.tex b/amc-templates/amc_template_extra_section/exam.tex index 54630aa..1b6d3a1 100644 --- a/amc-templates/amc_template_extra_section/exam.tex +++ b/amc-templates/amc_template_extra_section/exam.tex @@ -1,33 +1,41 @@ \documentclass[a4paper]{article} \usepackage[utf8]{inputenc} %Unicode \usepackage[T1]{fontenc} \usepackage{fix-cm} \usepackage[lang=FR,bloc,completemulti]{automultiplechoice} \input{./packages.tex} +\input{./commands.tex} +\input{./style_extra.tex} + +\renewcommand{\baselinestretch}{1.20}% ESPACEMENT VERTICAL +\geometry{includeheadfoot,hmargin=2.75cm,headheight=2cm,headsep=0.2cm} +\geometry{footskip=.8cm,top=.5cm,bottom=1.1cm,paper=a4paper} + \newcommand{\TRUE}{ \bareme{b=1,m=-1} \begin{choiceshoriz}[o] \bonne{VRAI} \mauvaise{FAUX} \end{choiceshoriz} \medskip } \newcommand{\FALSE}{ \bareme{b=1,m=-1} \begin{choiceshoriz}[o] \mauvaise{VRAI} \bonne{FAUX} \end{choiceshoriz} \medskip } \begin{document} -\input{./questions/fr/mc1.tex} -\input{./questions/fr/tf1.tex} +%\input{./first_page.tex} +%\input{./questions/fr/mc1.tex} +%\input{./questions/fr/tf1.tex} \input{./extra_section.tex} \end{document} diff --git a/amc-templates/amc_template_extra_section/extra_section.tex b/amc-templates/amc_template_extra_section/extra_section.tex index fa42bcb..721c3d0 100644 --- a/amc-templates/amc_template_extra_section/extra_section.tex +++ b/amc-templates/amc_template_extra_section/extra_section.tex @@ -1,207 +1,129 @@ \setlength{\parindent}{0pt}% \newpage -%**************************************** -% Groups of boxes correctors -%**************************************** -% Single points - -\newcommand{\openquestionmax}{1} - -\newcommand{\correctorPointsPerGroup}[1]{ -\renewcommand{\openquestionmax}{#1} -} - -\newcommand{\correctorChoices}{\correctchoice[0]{}\scoring{b=0}\correctchoice[Y]{}\scoring{b=\openquestionmax/4}\correctchoice[X]{}\scoring{b=\openquestionmax/2}\correctchoice[W]{}\scoring{b=\openquestionmax*3/4}\correctchoice[V]{\qquad}\scoring{b=\openquestionmax}} - -\newcommand{\correctorOne}[3][0]{ -\par -\noindent -\begin{questionmultx}{#2}\bareme{MAX=\openquestionmax} -#3~\\ -\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{\correctorChoices\makebox[218.6pt][c]{}} -\end{questionmultx} -\vspace{-55pt}~ -\par -} - -\newcommand{\correctorTwo}[3][0]{ -\par -\noindent\begin{questionmultx}{#2}\bareme{MAX=\openquestionmax*2} -#3~\\ -\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{\correctorChoices\correctorChoices\makebox[109.8pt][c]{}} -\end{questionmultx} -\vspace{-55pt}~ -\par -} - -\newcommand{\correctorThree}[3][0]{ -\par -\noindent -\begin{questionmultx}{#2}\bareme{MAX=\openquestionmax*3} -#3~\\ -\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{\correctorChoices\correctorChoices\correctorChoices\makebox[1pt][c]{}} -\end{questionmultx} -\vspace{-55pt}~ -\par -} - -%**************************************** -% Open question corrector boxes -%**************************************** -\newcommand{\correctorChoicesEight}{ -\wrongchoice[0]{\tiny{0}}\scoring{0} -\wrongchoice[Y]{\tiny{1}}\scoring{1} -\wrongchoice[X]{\tiny{2}}\scoring{2} -\wrongchoice[W]{\tiny{3}}\scoring{3} -\wrongchoice[V]{\tiny{4}}\scoring{4} -\wrongchoice[U]{\tiny{5}}\scoring{5} -\wrongchoice[T]{\tiny{6}}\scoring{6} -\wrongchoice[S]{\tiny{7}}\scoring{7} -\correctchoice[R]{\tiny{8}\qquad}\scoring{8}} -\newcommand{\correctorEight}[3][0]{% -\par -\noindent -\begin{question}{#2}\bareme{MAX=8} -#3~\\ -\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{\correctorChoicesEight\makebox[48.6pt][c]{}} -\end{question} -\vspace{-55pt}~ -\par -} - - -\newcommand{\correctorStop}{ - - -\noindent -} - -%% OpenBox commands ============================ -\newcommand{\OpenBox}[1]{ -\noindent - \fbox{ - \centering - \begin{minipage}{1.0\textwidth} -~ - \vspace{#1} -~ - \end{minipage} - } -} - -\newcommand{\FullPageOpenBox}{ - \clearpage - \OpenBox{23cm} -} - -%% OpenGrid commands ============================ -\newcommand{\OpenGrid}[1]{ -\noindent -\begin{tikzpicture} -\draw[step=.5cm,lightgray] -(0cm,0cm) grid (15.5cm,#1); -\end{tikzpicture} -} - -\newcommand{\FullPageOpenGrid}{ - \clearpage - \OpenGrid{23cm} -} - -\newcommand{\FullPageOpenGridForever}{ - \loop \ifnum \thepage < \totalPages \FullPageOpenGrid \repeat -} - -\newcommand{\FullPageOpenBoxForever}{ - \loop \ifnum \thepage < \totalPages \FullPageOpenBox \repeat -} %*******************************************************************% % Suppress begin-question texts \renewcommand{\AMCbeginQuestion}[2]{\QuestionText{#1}} \def\QuestionText{\TEXT} \def\TEXT#1{} \def\NOTEXT#1{} \setlength{\parindent}{0pt}% %*******************************************************************% \subsection*{Deuxi\`eme partie, question de type ouvert} \noindent R\'epondre dans l’espace d\'edi\'e. Votre r\'eponse doit \^etre soigneusement justifi\'ee, toutes les \'etapes de votre raisonnement doivent figurer dans votre r\'eponse. Laisser libres les cases \`a cocher\,: elles sont r\'eserv\'ees au correcteur. \bigskip %% Leave at least 2 empty lines after the \bigskip %*******************************************************************% % Question A - 5 points %*******************************************************************% \begin{description} \addtocounter{AMCquestionaff}{1} \item[Question~\theAMCquestionaff :] \textit{Cette question est not\'ee sur 5 points.} \end{description} \correctorPointsPerGroup{5/3} -\correctorThree{q-open-A}{~} +\correctorThreeFive{q-open-A}{~} \correctorStop Soit $\Psi : \R_3[x]\to \R_3[x]$ l'application d\'efinie par $$\Psi(p)(x) = (x-1)p'(x)\text{.}$$ \begin{itemize} \item [1.] Montrer que $\Psi$ est lin\'eaire. \item [2.] Calculer la matrice $[\Psi]_{E,E}$ de $\Psi$ par rapport \`a la base canonique $E = (1,x, x^2, x^3)$. \item [3.] Calculer le rang de $\Psi$. \end{itemize} -\OpenGrid{15cm} -\FullPageOpenGrid +\OpenGrid{16cm} \FullPageOpenGrid %*******************************************************************% %*******************************************************************% % Question B - 6 points %*******************************************************************% \begin{description} \item[Question~\theAMCquestionaff :] \textit{Cette question est not\'ee sur 6 points.} \end{description} -\correctorPointsPerGroup{6/3} -\correctorThree{q-open-B}{~} +\correctorPointsPerGroup{6/2} +\correctorTwoFive{q-open-B}{~} \correctorStop \noindent Soient $V$ un $K$-espace vectoriel de dimension finie, et $X,Y$ deux sous-espaces vectoriels de $V$ tels que $\operatorname{dim}(X) \geq \operatorname{dim}(Y)$. Montrer qu'il existe une application lin\'eaire $T : V\to V$ telle que $T(X) = Y$. \vskip 5pt -\OpenGrid{19cm} -\FullPageOpenGrid - \FullPageOpenGrid -%*************************** +\OpenGrid{22cm} +%*************************** % Question C - 6points %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{description} \item[Question~\theAMCquestionaff :] \textit{Cette question est not\'ee sur 6 points.} \end{description} -\correctorPointsPerGroup{6/3} -\correctorThree{q-open-C}{~} +\correctorSix{q-open-C}{~} +\correctorStop + +Soit $\alpha\in \C$. + +\begin{itemize} +\item [1.] Trouver la formule explicite pour les éléments de la matrice $A_n = \begin{pmatrix}\alpha &1\\ 0 &\alpha\end{pmatrix}^{n}$, o\`u $n \geq 1$ est un entier. Montrer la formule par r\'eccurence. +% \item [1.] Trouver la formule pour $\begin{pmatrix}\alpha &1\\ 0 &\alpha\end{pmatrix}^{n}$, o\`u $n \geq 1$ est un entier. Montrer la formule par r\'eccurance. + \item [2.] On pose $\alpha = 1+\textrm{i}$. Calculer $\alpha^{99}$ et $\alpha^{100}$. + \item [3.] Calculer $\begin{pmatrix} 1+\textrm{i} &1\\ 0 &1+\textrm{i}\end{pmatrix}^{100}$. +\end{itemize} + + +\OpenGrid{17cm} + +% Question D - 10points +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{description} +\item[Question~\theAMCquestionaff :] \textit{Cette question est not\'ee sur 10 points.} +\end{description} +\correctorTenHalf{q-open-D}{~} +\correctorStop + +Soit $\alpha\in \C$. + +\begin{itemize} +\item [1.] Trouver la formule explicite pour les éléments de la matrice $A_n = \begin{pmatrix}\alpha &1\\ 0 &\alpha\end{pmatrix}^{n}$, o\`u $n \geq 1$ est un entier. Montrer la formule par r\'eccurence. +% \item [1.] Trouver la formule pour $\begin{pmatrix}\alpha &1\\ 0 &\alpha\end{pmatrix}^{n}$, o\`u $n \geq 1$ est un entier. Montrer la formule par r\'eccurance. + \item [2.] On pose $\alpha = 1+\textrm{i}$. Calculer $\alpha^{99}$ et $\alpha^{100}$. + \item [3.] Calculer $\begin{pmatrix} 1+\textrm{i} &1\\ 0 &1+\textrm{i}\end{pmatrix}^{100}$. +\end{itemize} + + +\OpenGrid{17cm} +\FullPageOpenGrid + +% Question E - 15points +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{description} +\item[Question~\theAMCquestionaff :] \textit{Cette question est not\'ee sur 15 points.} +\end{description} +\correctorFifteen{q-open-C}{~} \correctorStop Soit $\alpha\in \C$. \begin{itemize} \item [1.] Trouver la formule explicite pour les éléments de la matrice $A_n = \begin{pmatrix}\alpha &1\\ 0 &\alpha\end{pmatrix}^{n}$, o\`u $n \geq 1$ est un entier. Montrer la formule par r\'eccurence. % \item [1.] Trouver la formule pour $\begin{pmatrix}\alpha &1\\ 0 &\alpha\end{pmatrix}^{n}$, o\`u $n \geq 1$ est un entier. Montrer la formule par r\'eccurance. \item [2.] On pose $\alpha = 1+\textrm{i}$. Calculer $\alpha^{99}$ et $\alpha^{100}$. \item [3.] Calculer $\begin{pmatrix} 1+\textrm{i} &1\\ 0 &1+\textrm{i}\end{pmatrix}^{100}$. \end{itemize} \OpenGrid{17cm} \FullPageOpenGrid \FullPageOpenGrid \ No newline at end of file diff --git a/amc-templates/amc_template_extra_section/first_page.tex b/amc-templates/amc_template_extra_section/first_page.tex new file mode 100644 index 0000000..c3c92aa --- /dev/null +++ b/amc-templates/amc_template_extra_section/first_page.tex @@ -0,0 +1,56 @@ +% First page - GERMAN + +\noindent +\begin{minipage}[c]{350pt} + \bf \prof~-~\ExamName~-~\SECTION \\ + ~ \\ + \bf \ExamDate~-~Dauer: \Time +\end{minipage} +\begin{minipage}[c]{100pt} + \includegraphics[scale=0.24]{Logo_EPFL} +\end{minipage} + +\vfill +\begin{minipage}[c]{\textwidth} +\noindent +\hfill\fontsize{100}{120}{\selectfont{\ID{}}}\hfill +\vspace{1cm} +\par +\noindent +\begin{center} +\fontsize{40}{48}{\selectfont{\NAME{}}} +\end{center} +\end{minipage} +\vfill + +\noindent +\namefield{SCIPER: {\Large \bf \SCIPER{} }}%SIGNATURE \hfill Unterschrift:~\textcolor{light-Gray}{\rule{5cm}{1.5cm}} +\\ ~ \\ +\noindent +\textbf{Drehen Sie diese Seite nicht um, bevor Sie dazu aufgefordert werden.} +\textbf{Jedes Blatt hat eine Vorder- und eine R\"uckseite. Es gibt \totalPages\ Seiten, die letzten sind m\"oglicherweise leer.} +\textbf{L\"osen Sie nicht die Heftklammern.} + +\begin{itemize} +\item[--] Legen Sie Ihren Studentenausweis auf den Tisch. +\item[--] Es sind \textbf{keine} weiteren Unterlagen zugelassen. +\item[--] Die Nutzung eines \textbf{Taschenrechners} oder jedes anderen elektronischen Hilfsmittels ist w\"ahrend der Pr\"ufung nicht gestattet. +\item[--] F\"ur die \textbf{Multiple Choice} Fragen erh\"alt man: + \begin{itemize} + \item [$+3$] Punkte, wenn die Antwort richtig ist, + \item [$0$] Punkte, wenn die Frage nicht beantwortet ist oder mehrere M\"oglichkeiten angekreuzt sind, und + \item [$-1$] Punkt, wenn die Antwort falsch ist. + \end{itemize} +\item[--] F\"ur die \textbf{Wahr/Falsch }Fragen erh\"alt man: + \begin{itemize} + \item [$+1$] Punkt, wenn die Antwort richtig ist, + \item [$0$] Punkte, wenn die Frage nicht beantwortet ist oder mehrere M\"oglichkeiten angekreuzt sind, und + \item [$-1$] Punkt, wenn die Antwort falsch ist. + \end{itemize} +\item[--] Benutzen Sie einen \textbf{Kugelschreiber mit schwarzer oder blauer Tinte} und verwenden Sie Korrekturfl\"ussigkeit (z.B. Tipp-Ex) um bei Bedarf Ihre Antwort zu \"andern. +\item[--] Falls eine Fragestellung einen Fehler enth{\"a}lt, darf der/die Unterrichtende die entsprechende Frage annulieren. +\item[--] Beachten Sie bitte die unten stehenden Richtlinien zum Markieren \textbf{der Antworten}: +\end{itemize} + +\hfill \hspace{-22px}\includegraphics[scale=0.18]{good_bad_square} \hfill +% End of first page diff --git a/amc-templates/amc_template_extra_section/media/Logo_EPFL.png b/amc-templates/amc_template_extra_section/media/Logo_EPFL.png new file mode 100644 index 0000000..929e1cd Binary files /dev/null and b/amc-templates/amc_template_extra_section/media/Logo_EPFL.png differ diff --git a/amc-templates/amc_template_extra_section/media/good_bad_square.png b/amc-templates/amc_template_extra_section/media/good_bad_square.png new file mode 100644 index 0000000..2cf6196 Binary files /dev/null and b/amc-templates/amc_template_extra_section/media/good_bad_square.png differ diff --git a/amc-templates/amc_template_extra_section/style_extra.tex b/amc-templates/amc_template_extra_section/style_extra.tex new file mode 100644 index 0000000..b8372b1 --- /dev/null +++ b/amc-templates/amc_template_extra_section/style_extra.tex @@ -0,0 +1,1005 @@ +%%Package for tabular in openquestion +\usepackage{array} + +%% Default values for open questions: +\AMCopenOpts{lines=10,lineheight=2ex,framerulecol=black,dots=false} + +\newcommand{\letter}{A} + +\makeatletter +\renewcommand{\theenumi}{\alph{enumi}} +\renewcommand{\labelenumi}{(\theenumi)} +\makeatother + +%% OpenBox commands ============================ +\newcommand{\OpenBox}[1]{ +\noindent + \fbox{ + \centering + \begin{minipage}{1.0\textwidth} +~ + \vspace{#1} +~ + \end{minipage} + } +} + +\newcommand{\FullPageOpenBox}{ + \clearpage + \OpenBox{24.5cm} +} + + +\newcommand{\FullPageOpenBoxForever}{ + \loop \ifnum \thepage < \totalPages \FullPageOpenBox \repeat +} + +%% OpenGrid commands ============================ +\newcommand{\OpenGrid}[1]{ +\noindent +\begin{tikzpicture} +\draw[step=.5cm,lightgray] +(0cm,0cm) grid (15.5cm,#1); +\end{tikzpicture} +} + +\newcommand{\FullPageOpenGrid}{ + \clearpage + \OpenGrid{24.5cm} +} + +\newcommand{\FullPageOpenGridForever}{ + \loop \ifnum \thepage < \totalPages \FullPageOpenGrid \repeat +} + +%% Extra sheets message +\newcommand{\ExtraSheet}{\mbox{}\hfil\smash{\fbox{\scriptsize\quad Si vous avez besoin de place suppl\'ementaire, demandez une feuille quadrill\'ee \`a un des surveillants\quad}}}% + +%% 5 boxes correctors (0,1/4,1/2,3/4 and 1 * openquestionmax) ==================== + +\newcommand{\openquestionmax}{1} + +\newcommand{\correctorPointsPerGroup}[1]{ +\renewcommand{\openquestionmax}{#1} +} + +\newcommand{\correctorChoices}{\correctchoice[0]{}\scoring{b=0}\correctchoice[Y]{}\scoring{b=\openquestionmax/4}\correctchoice[X]{}\scoring{b=\openquestionmax/2}\correctchoice[W]{}\scoring{b=\openquestionmax*3/4}\correctchoice[V]{\qquad}\scoring{b=\openquestionmax}} + + +\newcommand{\correctorOneFive}[3][0]{ +\par +\noindent +\begin{questionmultx}{#2}\bareme{MAX=\openquestionmax} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{\correctorChoices\makebox[218.6pt][c]{}} +\end{questionmultx} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorTwoFive}[3][0]{ +\par +\noindent\begin{questionmultx}{#2}\bareme{MAX=\openquestionmax*2} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{\correctorChoices\correctorChoices\makebox[109.8pt][c]{}} +\end{questionmultx} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorThreeFive}[3][0]{ +\par +\noindent +\begin{questionmultx}{#2}\bareme{MAX=\openquestionmax*3} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{\correctorChoices\correctorChoices\correctorChoices\makebox[1pt][c]{}} +\end{questionmultx} +\vspace{-55pt}~ +\par +} + +% Standard points correctors boxes =================================== +\newcommand{\correctorChoicesTwo}{ +\wrongchoice[0]{\tiny{0}}\scoring{0} +\wrongchoice[Y]{\tiny{1}}\scoring{1} +\correctchoice[X]{\tiny{2}\qquad}\scoring{2}} +\newcommand{\correctorTwo}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=2} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[76ex][l]{\correctorChoicesTwo}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorChoicesThree}{ +\wrongchoice[0]{\tiny{0}}\scoring{0} +\wrongchoice[Y]{\tiny{1}}\scoring{1} +\wrongchoice[X]{\tiny{2}}\scoring{2} +\correctchoice[W]{\tiny{3}\qquad}\scoring{3}} +\newcommand{\correctorThree}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=3} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[76ex][l]{\correctorChoicesThree}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorChoicesFour}{ +\wrongchoice[0]{\tiny{0}}\scoring{0} +\wrongchoice[Y]{\tiny{1}}\scoring{1} +\wrongchoice[X]{\tiny{2}}\scoring{2} +\wrongchoice[W]{\tiny{3}}\scoring{3} +\correctchoice[V]{\tiny{4}\qquad}\scoring{4}} +\newcommand{\correctorFour}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=4} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[76ex][l]{\correctorChoicesFour}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorChoicesFive}{ +\wrongchoice[0]{\tiny{0}}\scoring{0} +\wrongchoice[Y]{\tiny{1}}\scoring{1} +\wrongchoice[X]{\tiny{2}}\scoring{2} +\wrongchoice[W]{\tiny{3}}\scoring{3} +\wrongchoice[V]{\tiny{4}}\scoring{4} +\correctchoice[U]{\tiny{5}\qquad}\scoring{5}} +\newcommand{\correctorFive}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=6} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[76ex][l]{\correctorChoicesFive}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorChoicesSix}{ +\wrongchoice[0]{\tiny{0}}\scoring{0} +\wrongchoice[Y]{\tiny{1}}\scoring{1} +\wrongchoice[X]{\tiny{2}}\scoring{2} +\wrongchoice[W]{\tiny{3}}\scoring{3} +\wrongchoice[V]{\tiny{4}}\scoring{4} +\wrongchoice[U]{\tiny{5}}\scoring{5} +\correctchoice[T]{\tiny{6}\qquad}\scoring{6}} +\newcommand{\correctorSix}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=6} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[76ex][l]{\correctorChoicesSix}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorChoicesSeven}{ +\wrongchoice[0]{\tiny{0}}\scoring{0} +\wrongchoice[Y]{\tiny{1}}\scoring{1} +\wrongchoice[X]{\tiny{2}}\scoring{2} +\wrongchoice[W]{\tiny{3}}\scoring{3} +\wrongchoice[V]{\tiny{4}}\scoring{4} +\wrongchoice[U]{\tiny{5}}\scoring{5} +\wrongchoice[T]{\tiny{6}}\scoring{6} +\correctchoice[S]{\tiny{7}\qquad}\scoring{7}} +\newcommand{\correctorSeven}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=7} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[76ex][l]{\correctorChoicesSeven}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorChoicesEight}{ +\wrongchoice[0]{\tiny{0}}\scoring{0}\hspace{-0.5ex} +\wrongchoice[Y]{\tiny{1}}\scoring{1}\hspace{-0.5ex} +\wrongchoice[X]{\tiny{2}}\scoring{2}\hspace{-0.5ex} +\wrongchoice[W]{\tiny{3}}\scoring{3}\hspace{-0.5ex} +\wrongchoice[V]{\tiny{4}}\scoring{4}\hspace{-0.5ex} +\wrongchoice[U]{\tiny{5}}\scoring{5}\hspace{-0.5ex} +\wrongchoice[T]{\tiny{6}}\scoring{6}\hspace{-0.5ex} +\wrongchoice[S]{\tiny{7}}\scoring{7}\hspace{-0.5ex} +\correctchoice[R]{\tiny{8}\qquad}\scoring{8}} +\newcommand{\correctorEight}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=8} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[76ex][l]{\correctorChoicesEight}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorChoicesNine}{ +\wrongchoice[0]{\tiny{0}}\scoring{0}\hspace{-0.5ex} +\wrongchoice[Y]{\tiny{1}}\scoring{1}\hspace{-0.5ex} +\wrongchoice[X]{\tiny{2}}\scoring{2}\hspace{-0.5ex} +\wrongchoice[W]{\tiny{3}}\scoring{3}\hspace{-0.5ex} +\wrongchoice[V]{\tiny{4}}\scoring{4}\hspace{-0.5ex} +\wrongchoice[U]{\tiny{5}}\scoring{5}\hspace{-0.5ex} +\wrongchoice[T]{\tiny{6}}\scoring{6}\hspace{-0.5ex} +\wrongchoice[S]{\tiny{7}}\scoring{7}\hspace{-0.5ex} +\wrongchoice[R]{\tiny{8}}\scoring{8}\hspace{-0.5ex} +\correctchoice[Q]{\tiny{9}\qquad}\scoring{9}} +\newcommand{\correctorNine}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=9} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[76ex][l]{\correctorChoicesNine}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorChoicesTen}{ +\wrongchoice[0]{\tiny{0}}\scoring{0}\hspace{-0.5ex} +\wrongchoice[Y]{\tiny{1}}\scoring{1}\hspace{-0.5ex} +\wrongchoice[X]{\tiny{2}}\scoring{2}\hspace{-0.5ex} +\wrongchoice[W]{\tiny{3}}\scoring{3}\hspace{-0.5ex} +\wrongchoice[V]{\tiny{4}}\scoring{4}\hspace{-0.5ex} +\wrongchoice[U]{\tiny{5}}\scoring{5}\hspace{-0.5ex} +\wrongchoice[T]{\tiny{6}}\scoring{6}\hspace{-0.5ex} +\wrongchoice[S]{\tiny{7}}\scoring{7}\hspace{-0.5ex} +\wrongchoice[R]{\tiny{8}}\scoring{8}\hspace{-0.5ex} +\wrongchoice[Q]{\tiny{9}}\scoring{9}\hspace{-0.5ex} +\correctchoice[P]{\tiny{10}\qquad}\scoring{10}} +\newcommand{\correctorTen}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=10} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[76ex][l]{\correctorChoicesTen}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorChoicesEleven}{ +\setlength{\tabcolsep}{0.08em} % for the horizontal padding +{\renewcommand{\arraystretch}{1.2}% for the vertical padding +\hspace{.2cm}\begin{tabular}{llllll} +\wrongchoice[0]{\tiny{0}}\scoring{0} & +\wrongchoice[Y]{\tiny{1}}\scoring{1} & +\wrongchoice[X]{\tiny{2}}\scoring{2} & +\wrongchoice[W]{\tiny{3}}\scoring{3} & +\wrongchoice[V]{\tiny{4}}\scoring{4} & +\wrongchoice[U]{\tiny{5}}\scoring{5} +\\ +\wrongchoice[T]{\tiny{6}}\scoring{6} & +\wrongchoice[S]{\tiny{7}}\scoring{7} & +\wrongchoice[R]{\tiny{8}}\scoring{8} & +\wrongchoice[Q]{\tiny{9}}\scoring{9} & +\wrongchoice[P]{\tiny{10}}\scoring{10} & +\correctchoice[O]{\tiny{11}}\scoring{11} +\\ +\end{tabular}}} +\newcommand{\correctorEleven}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=11} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{ +\parbox{71ex}{\linespread{1.25}\selectfont \correctorChoicesEleven\makebox[0pt][c]{}} +\hspace*{5ex}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorChoicesTwelve}{ +\setlength{\tabcolsep}{0.08em} % for the horizontal padding +{\renewcommand{\arraystretch}{1.2}% for the vertical padding +\hspace{.2cm}\begin{tabular}{lllllll} +\wrongchoice[0]{\tiny{0}}\scoring{0} & +\wrongchoice[Y]{\tiny{1}}\scoring{1} & +\wrongchoice[X]{\tiny{2}}\scoring{2} & +\wrongchoice[W]{\tiny{3}}\scoring{3} & +\wrongchoice[V]{\tiny{4}}\scoring{4} & +\wrongchoice[U]{\tiny{5}}\scoring{5} & +\wrongchoice[T]{\tiny{6}}\scoring{6} +\\ +& +\wrongchoice[S]{\tiny{7}}\scoring{7} & +\wrongchoice[R]{\tiny{8}}\scoring{8} & +\wrongchoice[Q]{\tiny{9}}\scoring{9} & +\wrongchoice[P]{\tiny{10}}\scoring{10} & +\wrongchoice[O]{\tiny{11}}\scoring{11} & +\correctchoice[N]{\tiny{12}\qquad}\scoring{12} +\\ +\end{tabular}}} +\newcommand{\correctorTwelve}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=12} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{ +\parbox{71ex}{\linespread{1.25}\selectfont \correctorChoicesTwelve\makebox[0pt][c]{}} +\hspace*{5ex}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorChoicesThirteen}{ +\setlength{\tabcolsep}{0.08em} % for the horizontal padding +{\renewcommand{\arraystretch}{1.2}% for the vertical padding +\hspace{.2cm}\begin{tabular}{lllllll} +\wrongchoice[0]{\tiny{0}}\scoring{0} & +\wrongchoice[Y]{\tiny{1}}\scoring{1} & +\wrongchoice[X]{\tiny{2}}\scoring{2} & +\wrongchoice[W]{\tiny{3}}\scoring{3} & +\wrongchoice[V]{\tiny{4}}\scoring{4} & +\wrongchoice[U]{\tiny{5}}\scoring{5} & +\wrongchoice[T]{\tiny{6}}\scoring{6} +\\ +\wrongchoice[S]{\tiny{7}}\scoring{7} & +\wrongchoice[R]{\tiny{8}}\scoring{8} & +\wrongchoice[Q]{\tiny{9}}\scoring{9} & +\wrongchoice[P]{\tiny{10}}\scoring{10} & +\wrongchoice[O]{\tiny{11}}\scoring{11} & +\wrongchoice[N]{\tiny{12}}\scoring{12} & +\correctchoice[M]{\tiny{13}}\scoring{13} +\\ +\end{tabular}}} +\newcommand{\correctorThirteen}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=13} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{ +\parbox{71ex}{\linespread{1.25}\selectfont \correctorChoicesThirteen\makebox[0pt][c]{}} +\hspace*{5ex}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorChoicesFourteen}{ +%\newcolumntype{L}{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{2em}} +\setlength{\tabcolsep}{0.08em} % for the horizontal padding +{\renewcommand{\arraystretch}{1.2}% for the vertical padding +\hspace{.2cm}\begin{tabular}{llllllll} +\wrongchoice[0]{\tiny{0}}\scoring{0} & +\wrongchoice[Y]{\tiny{1}}\scoring{1} & +\wrongchoice[X]{\tiny{2}}\scoring{2} & +\wrongchoice[W]{\tiny{3}}\scoring{3} & +\wrongchoice[V]{\tiny{4}}\scoring{4} & +\wrongchoice[U]{\tiny{5}}\scoring{5} & +\wrongchoice[T]{\tiny{6}}\scoring{6} & +\wrongchoice[S]{\tiny{7}}\scoring{7} +\\ +& +\wrongchoice[R]{\tiny{8}}\scoring{8} & +\wrongchoice[Q]{\tiny{9}}\scoring{9} & +\wrongchoice[P]{\tiny{10}}\scoring{10} & +\wrongchoice[O]{\tiny{11}}\scoring{11} & +\wrongchoice[N]{\tiny{12}}\scoring{12} & +\wrongchoice[M]{\tiny{13}}\scoring{13} & +\correctchoice[L]{\tiny{14}}\scoring{14} +\\ +\end{tabular}}} +\newcommand{\correctorFourteen}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=14} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{ +\parbox{71ex}{\linespread{1.25}\selectfont \correctorChoicesFourteen\makebox[0pt][c]{}} +\hspace*{5ex}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorChoicesFifteen}{ +%\newcolumntype{L}{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{2em}} +\setlength{\tabcolsep}{0.08em} % for the horizontal padding +{\renewcommand{\arraystretch}{1.2}% for the vertical padding +\hspace{.2cm}\begin{tabular}{llllllll} +\wrongchoice[0]{\tiny{0}}\scoring{0} & +\wrongchoice[Y]{\tiny{1}}\scoring{1} & +\wrongchoice[X]{\tiny{2}}\scoring{2} & +\wrongchoice[W]{\tiny{3}}\scoring{3} & +\wrongchoice[V]{\tiny{4}}\scoring{4} & +\wrongchoice[U]{\tiny{5}}\scoring{5} & +\wrongchoice[T]{\tiny{6}}\scoring{6} & +\wrongchoice[S]{\tiny{7}}\scoring{7} +\\ +\wrongchoice[R]{\tiny{8}}\scoring{8} & +\wrongchoice[Q]{\tiny{9}}\scoring{9} & +\wrongchoice[P]{\tiny{10}}\scoring{10} & +\wrongchoice[O]{\tiny{11}}\scoring{11} & +\wrongchoice[N]{\tiny{12}}\scoring{12} & +\wrongchoice[M]{\tiny{13}}\scoring{13} & +\wrongchoice[L]{\tiny{14}}\scoring{14} & +\correctchoice[K]{\tiny{15}}\scoring{15} +\\ +\end{tabular}}} +\newcommand{\correctorFifteen}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=15} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{ +\parbox{71ex}{\linespread{1.25}\selectfont \correctorChoicesFifteen\makebox[0pt][c]{}} +\hspace*{5ex}} +\end{question} +\vspace{-55pt}~ +\par +} + + +%% half points correctors boxes =================================== +\newcommand{\correctorChoicesTwoHalf}{ +\setlength{\tabcolsep}{0em} % for the horizontal padding +{\renewcommand{\arraystretch}{1.2}% for the vertical padding +\newcolumntype{L}{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{2em}} +\hspace{-0.25cm}\begin{tabular}{LLLLL} +\wrongchoice[0]{\tiny{0}}\scoring{0} & +\wrongchoice[Y]{\tiny{.5}}\scoring{0.5} & +\wrongchoice[X]{\tiny{1}}\scoring{1} & +\wrongchoice[W]{\tiny{.5}}\scoring{1.5} & +\correctchoice[V]{\tiny{2}}\scoring{2} +\\ +\end{tabular}}} +\newcommand{\correctorTwoHalf}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=2} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[77ex][l]{\correctorChoicesTwoHalf}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorChoicesThreeHalf}{ +\setlength{\tabcolsep}{0em} % for the horizontal padding +{\renewcommand{\arraystretch}{1.2}% for the vertical padding +\newcolumntype{L}{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{2em}} +\hspace{-0.25cm}\begin{tabular}{LLLLLLL} +\wrongchoice[0]{\tiny{0}}\scoring{0} & +\wrongchoice[Y]{\tiny{.5}}\scoring{0.5} & +\wrongchoice[X]{\tiny{1}}\scoring{1} & +\wrongchoice[W]{\tiny{.5}}\scoring{1.5} & +\wrongchoice[V]{\tiny{2}}\scoring{2} & +\wrongchoice[U]{\tiny{.5}}\scoring{2.5} & +\correctchoice[T]{\tiny{3}}\scoring{3} +\\ +\end{tabular}}} +\newcommand{\correctorThreeHalf}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=3} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[77ex][l]{\correctorChoicesThreeHalf}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorChoicesFourHalf}{ +\setlength{\tabcolsep}{0em} % for the horizontal padding +{\renewcommand{\arraystretch}{1.2}% for the vertical padding +\newcolumntype{L}{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{2em}} +\hspace{-0.25cm}\begin{tabular}{LLLLLLLLL} +\wrongchoice[0]{\tiny{0}}\scoring{0} & +\wrongchoice[Y]{\tiny{.5}}\scoring{0.5} & +\wrongchoice[X]{\tiny{1}}\scoring{1} & +\wrongchoice[W]{\tiny{.5}}\scoring{1.5} & +\wrongchoice[V]{\tiny{2}}\scoring{2} & +\wrongchoice[U]{\tiny{.5}}\scoring{2.5} & +\wrongchoice[T]{\tiny{3}}\scoring{3} & +\wrongchoice[S]{\tiny{.5}}\scoring{3.5} & +\correctchoice[R]{\tiny{4}}\scoring{4} +\\ +\end{tabular}}} +\newcommand{\correctorFourHalf}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=4} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[77ex][l]{\correctorChoicesFourHalf}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorChoicesFiveHalf}{ +\setlength{\tabcolsep}{0em} % for the horizontal padding +{\renewcommand{\arraystretch}{1.2}% for the vertical padding +\newcolumntype{L}{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{2em}} +\hspace{-0.25cm}\begin{tabular}{LLLLLLLLLLL} +\wrongchoice[0]{\tiny{0}}\scoring{0} & +\wrongchoice[Y]{\tiny{.5}}\scoring{0.5} & +\wrongchoice[X]{\tiny{1}}\scoring{1} & +\wrongchoice[W]{\tiny{.5}}\scoring{1.5} & +\wrongchoice[V]{\tiny{2}}\scoring{2} & +\wrongchoice[U]{\tiny{.5}}\scoring{2.5} & +\wrongchoice[T]{\tiny{3}}\scoring{3} & +\wrongchoice[S]{\tiny{.5}}\scoring{3.5} & +\wrongchoice[R]{\tiny{4}}\scoring{4} & +\wrongchoice[Q]{\tiny{.5}}\scoring{4.5} & +\correctchoice[P]{\tiny{5}}\scoring{5} +\\ +\end{tabular}}} +\newcommand{\correctorFiveHalf}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=5} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[77ex][l]{\correctorChoicesFiveHalf}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorChoicesSixHalf}{ +\setlength{\tabcolsep}{0em} % for the horizontal padding +{\renewcommand{\arraystretch}{1.2}% for the vertical padding +\newcolumntype{L}{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{2em}} +\hspace{-0.25cm}\begin{tabular}{LLLLLLLLLLLLL} +\wrongchoice[0]{\tiny{0}}\scoring{0} & +\wrongchoice[Y]{\tiny{.5}}\scoring{0.5} & +\wrongchoice[X]{\tiny{1}}\scoring{1} & +\wrongchoice[W]{\tiny{.5}}\scoring{1.5} & +\wrongchoice[V]{\tiny{2}}\scoring{2} & +\wrongchoice[U]{\tiny{.5}}\scoring{2.5} & +\wrongchoice[T]{\tiny{3}}\scoring{3} & +\wrongchoice[S]{\tiny{.5}}\scoring{3.5} & +\wrongchoice[R]{\tiny{4}}\scoring{4} & +\wrongchoice[Q]{\tiny{.5}}\scoring{4.5} & +\wrongchoice[P]{\tiny{5}}\scoring{5} & +\wrongchoice[O]{\tiny{.5}}\scoring{5.5} & +\correctchoice[N]{\tiny{6}}\scoring{6} +\\ +\end{tabular}}} +\newcommand{\correctorSixHalf}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=6} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[77ex][l]{\correctorChoicesSixHalf}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorChoicesSevenHalf}{ +\setlength{\tabcolsep}{0em} % for the horizontal padding +{\renewcommand{\arraystretch}{1.2}% for the vertical padding +\newcolumntype{L}{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{2em}} +\hspace{-0.25cm}\begin{tabular}{LLLLLLLL} +\wrongchoice[0]{\tiny{0}}\scoring{0} & +\wrongchoice[Y]{\tiny{.5}}\scoring{0.5} & +\wrongchoice[X]{\tiny{1}}\scoring{1} & +\wrongchoice[W]{\tiny{.5}}\scoring{1.5} & +\wrongchoice[V]{\tiny{2}}\scoring{2} & +\wrongchoice[U]{\tiny{.5}}\scoring{2.5} & +\wrongchoice[T]{\tiny{3}}\scoring{3} & +\wrongchoice[S]{\tiny{.5}}\scoring{3.5} +\\ +& +\wrongchoice[R]{\tiny{4}}\scoring{4} & +\wrongchoice[Q]{\tiny{.5}}\scoring{4.5} & +\wrongchoice[P]{\tiny{5}}\scoring{5} & +\wrongchoice[O]{\tiny{.5}}\scoring{5.5} & +\wrongchoice[N]{\tiny{6}}\scoring{6} & +\wrongchoice[M]{\tiny{.5}}\scoring{6.5} & +\correctchoice[L]{\tiny{7}}\scoring{7} +\\ +\end{tabular}}} +\newcommand{\correctorSevenHalf}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=7} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[77ex][l]{\correctorChoicesSevenHalf}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorChoicesEightHalf}{ +\setlength{\tabcolsep}{0em} % for the horizontal padding +{\renewcommand{\arraystretch}{1.2}% for the vertical padding +\newcolumntype{L}{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{2em}} +\hspace{-0.25cm}\begin{tabular}{LLLLLLLLL} +\wrongchoice[0]{\tiny{0}}\scoring{0} & +\wrongchoice[Y]{\tiny{.5}}\scoring{0.5} & +\wrongchoice[X]{\tiny{1}}\scoring{1} & +\wrongchoice[W]{\tiny{.5}}\scoring{1.5} & +\wrongchoice[V]{\tiny{2}}\scoring{2} & +\wrongchoice[U]{\tiny{.5}}\scoring{2.5} & +\wrongchoice[T]{\tiny{3}}\scoring{3} & +\wrongchoice[S]{\tiny{.5}}\scoring{3.5} & +\wrongchoice[R]{\tiny{4}}\scoring{4} +\\ +& +\wrongchoice[Q]{\tiny{.5}}\scoring{4.5} & +\wrongchoice[P]{\tiny{5}}\scoring{5} & +\wrongchoice[O]{\tiny{.5}}\scoring{5.5} & +\wrongchoice[N]{\tiny{6}}\scoring{6} & +\wrongchoice[M]{\tiny{.5}}\scoring{6.5} & +\wrongchoice[L]{\tiny{7}}\scoring{7} & +\wrongchoice[K]{\tiny{.5}}\scoring{7.5} & +\correctchoice[J]{\tiny{8}}\scoring{8} +\\ +\end{tabular}}} +\newcommand{\correctorEightHalf}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=8} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[77ex][l]{\correctorChoicesEightHalf}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorChoicesNineHalf}{ +\setlength{\tabcolsep}{0em} % for the horizontal padding +{\renewcommand{\arraystretch}{1.2}% for the vertical padding +\newcolumntype{L}{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{2em}} +\hspace{-0.25cm}\begin{tabular}{LLLLLLLLLL} +\wrongchoice[0]{\tiny{0}}\scoring{0} & +\wrongchoice[Y]{\tiny{.5}}\scoring{0.5} & +\wrongchoice[X]{\tiny{1}}\scoring{1} & +\wrongchoice[W]{\tiny{.5}}\scoring{1.5} & +\wrongchoice[V]{\tiny{2}}\scoring{2} & +\wrongchoice[U]{\tiny{.5}}\scoring{2.5} & +\wrongchoice[T]{\tiny{3}}\scoring{3} & +\wrongchoice[S]{\tiny{.5}}\scoring{3.5} & +\wrongchoice[R]{\tiny{4}}\scoring{4} & +\wrongchoice[Q]{\tiny{.5}}\scoring{4.5} +\\ +& +\wrongchoice[P]{\tiny{5}}\scoring{5} & +\wrongchoice[O]{\tiny{.5}}\scoring{5.5} & +\wrongchoice[N]{\tiny{6}}\scoring{6} & +\wrongchoice[M]{\tiny{.5}}\scoring{6.5} & +\wrongchoice[L]{\tiny{7}}\scoring{7} & +\wrongchoice[K]{\tiny{.5}}\scoring{7.5} & +\wrongchoice[J]{\tiny{8}}\scoring{8} & +\wrongchoice[I]{\tiny{.5}}\scoring{8.5} & +\correctchoice[H]{\tiny{9}}\scoring{9} +\\ +\end{tabular}}} +\newcommand{\correctorNineHalf}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=9} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[77ex][l]{\correctorChoicesNineHalf}} +\end{question} +\vspace{-55pt}~ +\par +} + + +\newcommand{\correctorChoicesTenHalf}{ +\setlength{\tabcolsep}{0em} % for the horizontal padding +{\renewcommand{\arraystretch}{1.2}% for the vertical padding +\newcolumntype{L}{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{2em}} +\hspace{-0.25cm}\begin{tabular}{LLLLLLLLLLL} +\wrongchoice[0]{\tiny{0}}\scoring{0} & +\wrongchoice[Y]{\tiny{.5}}\scoring{0.5} & +\wrongchoice[X]{\tiny{1}}\scoring{1} & +\wrongchoice[W]{\tiny{.5}}\scoring{1.5} & +\wrongchoice[V]{\tiny{2}}\scoring{2} & +\wrongchoice[U]{\tiny{.5}}\scoring{2.5} & +\wrongchoice[T]{\tiny{3}}\scoring{3} & +\wrongchoice[S]{\tiny{.5}}\scoring{3.5} & +\wrongchoice[R]{\tiny{4}}\scoring{4} & +\wrongchoice[Q]{\tiny{.5}}\scoring{4.5} & +\wrongchoice[P]{\tiny{5}}\scoring{5} +\\ +& +\wrongchoice[O]{\tiny{.5}}\scoring{5.5} & +\wrongchoice[N]{\tiny{6}}\scoring{6} & +\wrongchoice[M]{\tiny{.5}}\scoring{6.5} & +\wrongchoice[L]{\tiny{7}}\scoring{7} & +\wrongchoice[K]{\tiny{.5}}\scoring{7.5} & +\wrongchoice[J]{\tiny{8}}\scoring{8} & +\wrongchoice[I]{\tiny{.5}}\scoring{8.5} & +\wrongchoice[H]{\tiny{9}}\scoring{9} & +\wrongchoice[G]{\tiny{.5}}\scoring{9.5} & +\correctchoice[F]{\tiny{10}}\scoring{10} +\\ +\end{tabular}}} +\newcommand{\correctorTenHalf}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=10} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[77ex][l]{\correctorChoicesTenHalf}} +\end{question} +\vspace{-55pt}~ +\par +} + + +\newcommand{\correctorChoicesElevenHalf}{ +\setlength{\tabcolsep}{0em} % for the horizontal padding +{\renewcommand{\arraystretch}{1.2}% for the vertical padding +\newcolumntype{L}{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{2em}} +\hspace{-0.25cm}\begin{tabular}{LLLLLLLLLLLL} +\wrongchoice[0]{\tiny{0}}\scoring{0} & +\wrongchoice[Y]{\tiny{.5}}\scoring{0.5} & +\wrongchoice[X]{\tiny{1}}\scoring{1} & +\wrongchoice[W]{\tiny{.5}}\scoring{1.5} & +\wrongchoice[V]{\tiny{2}}\scoring{2} & +\wrongchoice[U]{\tiny{.5}}\scoring{2.5} & +\wrongchoice[T]{\tiny{3}}\scoring{3} & +\wrongchoice[S]{\tiny{.5}}\scoring{3.5} & +\wrongchoice[R]{\tiny{4}}\scoring{4} & +\wrongchoice[Q]{\tiny{.5}}\scoring{4.5} & +\wrongchoice[P]{\tiny{5}}\scoring{5} & +\wrongchoice[O]{\tiny{.5}}\scoring{5.5} +\\ + & +\wrongchoice[N]{\tiny{6}}\scoring{6} & +\wrongchoice[M]{\tiny{.5}}\scoring{6.5} & +\wrongchoice[L]{\tiny{7}}\scoring{7} & +\wrongchoice[K]{\tiny{.5}}\scoring{7.5} & +\wrongchoice[J]{\tiny{8}}\scoring{8} & +\wrongchoice[I]{\tiny{.5}}\scoring{8.5} & +\wrongchoice[H]{\tiny{9}}\scoring{9} & +\wrongchoice[G]{\tiny{.5}}\scoring{9.5} & +\wrongchoice[F]{\tiny{10}}\scoring{10} & +\wrongchoice[E]{\tiny{.5}}\scoring{10.5} & +\correctchoice[D]{\tiny{11}}\scoring{11} +\\ +\end{tabular}}} +\newcommand{\correctorElevenHalf}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=11} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[77ex][l]{\correctorChoicesElevenHalf}} +\end{question} +\vspace{-55pt}~ +\par +} + + +\newcommand{\correctorChoicesTwelveHalf}{ +\setlength{\tabcolsep}{0em} % for the horizontal padding +{\renewcommand{\arraystretch}{1.2}% for the vertical padding +\newcolumntype{L}{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{2em}} +\hspace{-0.25cm}\begin{tabular}{LLLLLLLLLLLLL} +\wrongchoice[0]{\tiny{0}}\scoring{0} & +\wrongchoice[Y]{\tiny{.5}}\scoring{0.5} & +\wrongchoice[X]{\tiny{1}}\scoring{1} & +\wrongchoice[W]{\tiny{.5}}\scoring{1.5} & +\wrongchoice[V]{\tiny{2}}\scoring{2} & +\wrongchoice[U]{\tiny{.5}}\scoring{2.5} & +\wrongchoice[T]{\tiny{3}}\scoring{3} & +\wrongchoice[S]{\tiny{.5}}\scoring{3.5} & +\wrongchoice[R]{\tiny{4}}\scoring{4} & +\wrongchoice[Q]{\tiny{.5}}\scoring{4.5} & +\wrongchoice[P]{\tiny{5}}\scoring{5} & +\wrongchoice[O]{\tiny{.5}}\scoring{5.5} & +\wrongchoice[N]{\tiny{6}}\scoring{6} +\\ +& +\wrongchoice[M]{\tiny{.5}}\scoring{6.5} & +\wrongchoice[L]{\tiny{7}}\scoring{7} & +\wrongchoice[K]{\tiny{.5}}\scoring{7.5} & +\wrongchoice[J]{\tiny{8}}\scoring{8} & +\wrongchoice[I]{\tiny{.5}}\scoring{8.5} & +\wrongchoice[H]{\tiny{9}}\scoring{9} & +\wrongchoice[G]{\tiny{.5}}\scoring{9.5} & +\wrongchoice[F]{\tiny{10}}\scoring{10} & +\wrongchoice[E]{\tiny{.5}}\scoring{10.5} & +\wrongchoice[D]{\tiny{11}}\scoring{11} & +\wrongchoice[C]{\tiny{.5}}\scoring{11.5} & +\correctchoice[B]{\tiny{12}}\scoring{12} +\\ +\end{tabular}}} +\newcommand{\correctorTwelveHalf}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=12} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[77ex][l]{\correctorChoicesTwelveHalf}} +\end{question} +\vspace{-55pt}~ +\par +} + + +\newcommand{\correctorChoicesThirteenHalf}{ +\setlength{\tabcolsep}{0em} % for the horizontal padding +{\renewcommand{\arraystretch}{1.2}% for the vertical padding +\newcolumntype{L}{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{2em}} +\hspace{-0.25cm}\begin{tabular}{LLLLLLLLLLLLLL} +\wrongchoice[0]{\tiny{0}}\scoring{0} & +\wrongchoice[Y]{\tiny{.5}}\scoring{0.5} & +\wrongchoice[X]{\tiny{1}}\scoring{1} & +\wrongchoice[W]{\tiny{.5}}\scoring{1.5} & +\wrongchoice[V]{\tiny{2}}\scoring{2} & +\wrongchoice[U]{\tiny{.5}}\scoring{2.5} & +\wrongchoice[T]{\tiny{3}}\scoring{3} & +\wrongchoice[S]{\tiny{.5}}\scoring{3.5} & +\wrongchoice[R]{\tiny{4}}\scoring{4} & +\wrongchoice[Q]{\tiny{.5}}\scoring{4.5} & +\wrongchoice[P]{\tiny{5}}\scoring{5} & +\wrongchoice[O]{\tiny{.5}}\scoring{5.5} & +\wrongchoice[N]{\tiny{6}}\scoring{6} & +\wrongchoice[M]{\tiny{.5}}\scoring{6.5} +\\ +& +\wrongchoice[L]{\tiny{7}}\scoring{7} & +\wrongchoice[K]{\tiny{.5}}\scoring{7.5} & +\wrongchoice[J]{\tiny{8}}\scoring{8} & +\wrongchoice[I]{\tiny{.5}}\scoring{8.5} & +\wrongchoice[H]{\tiny{9}}\scoring{9} & +\wrongchoice[G]{\tiny{.5}}\scoring{9.5} & +\wrongchoice[F]{\tiny{10}}\scoring{10} & +\wrongchoice[E]{\tiny{.5}}\scoring{10.5} & +\wrongchoice[D]{\tiny{11}}\scoring{11} & +\wrongchoice[C]{\tiny{.5}}\scoring{11.5} & +\wrongchoice[B]{\tiny{12}}\scoring{12} & +\wrongchoice[A]{\tiny{.5}}\scoring{12.5} & +\correctchoice[AY]{\tiny{13}}\scoring{13} +\\ +\end{tabular}}} +\newcommand{\correctorThirteenHalf}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=13} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[77ex][l]{\correctorChoicesThirteenHalf}} +\end{question} +\vspace{-55pt}~ +\par +} + + +\newcommand{\correctorChoicesFourteenHalf}{ +\setlength{\tabcolsep}{0em} % for the horizontal padding +{\renewcommand{\arraystretch}{1.2}% for the vertical padding +\newcolumntype{L}{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{2em}} +\hspace{-0.25cm}\begin{tabular}{LLLLLLLLLLLLLLL} +\wrongchoice[0]{\tiny{0}}\scoring{0} & +\wrongchoice[Y]{\tiny{.5}}\scoring{0.5} & +\wrongchoice[X]{\tiny{1}}\scoring{1} & +\wrongchoice[W]{\tiny{.5}}\scoring{1.5} & +\wrongchoice[V]{\tiny{2}}\scoring{2} & +\wrongchoice[U]{\tiny{.5}}\scoring{2.5} & +\wrongchoice[T]{\tiny{3}}\scoring{3} & +\wrongchoice[S]{\tiny{.5}}\scoring{3.5} & +\wrongchoice[R]{\tiny{4}}\scoring{4} & +\wrongchoice[Q]{\tiny{.5}}\scoring{4.5} & +\wrongchoice[P]{\tiny{5}}\scoring{5} & +\wrongchoice[O]{\tiny{.5}}\scoring{5.5} & +\wrongchoice[N]{\tiny{6}}\scoring{6} & +\wrongchoice[M]{\tiny{.5}}\scoring{6.5} & +\wrongchoice[L]{\tiny{7}}\scoring{7} +\\ +& +\wrongchoice[K]{\tiny{.5}}\scoring{7.5} & +\wrongchoice[J]{\tiny{8}}\scoring{8} & +\wrongchoice[I]{\tiny{.5}}\scoring{8.5} & +\wrongchoice[H]{\tiny{9}}\scoring{9} & +\wrongchoice[G]{\tiny{.5}}\scoring{9.5} & +\wrongchoice[F]{\tiny{10}}\scoring{10} & +\wrongchoice[E]{\tiny{.5}}\scoring{10.5} & +\wrongchoice[D]{\tiny{11}}\scoring{11} & +\wrongchoice[C]{\tiny{.5}}\scoring{11.5} & +\wrongchoice[B]{\tiny{12}}\scoring{12} & +\wrongchoice[A]{\tiny{.5}}\scoring{12.5} & +\wrongchoice[AY]{\tiny{13}}\scoring{13} & +\wrongchoice[AX]{\tiny{.5}}\scoring{13.5} & +\correctchoice[AW]{\tiny{14}}\scoring{14} +\\ +\end{tabular}}} +\newcommand{\correctorFourteenHalf}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=14} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[77ex][l]{\correctorChoicesFourteenHalf}} +\end{question} +\vspace{-55pt}~ +\par +} + + +\newcommand{\correctorChoicesFifteenHalf}{ +\setlength{\tabcolsep}{0em} % for the horizontal padding +{\renewcommand{\arraystretch}{1.2}% for the vertical padding +\newcolumntype{L}{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{2em}} +\hspace{-0.25cm}\begin{tabular}{LLLLLLLLLLLLLLLL} +\wrongchoice[0]{\tiny{0}}\scoring{0} & +\wrongchoice[Y]{\tiny{.5}}\scoring{0.5} & +\wrongchoice[X]{\tiny{1}}\scoring{1} & +\wrongchoice[W]{\tiny{.5}}\scoring{1.5} & +\wrongchoice[V]{\tiny{2}}\scoring{2} & +\wrongchoice[U]{\tiny{.5}}\scoring{2.5} & +\wrongchoice[T]{\tiny{3}}\scoring{3} & +\wrongchoice[S]{\tiny{.5}}\scoring{3.5} & +\wrongchoice[R]{\tiny{4}}\scoring{4} & +\wrongchoice[Q]{\tiny{.5}}\scoring{4.5} & +\wrongchoice[P]{\tiny{5}}\scoring{5} & +\wrongchoice[O]{\tiny{.5}}\scoring{5.5} & +\wrongchoice[N]{\tiny{6}}\scoring{6} & +\wrongchoice[M]{\tiny{.5}}\scoring{6.5} & +\wrongchoice[L]{\tiny{7}}\scoring{7} & +\wrongchoice[K]{\tiny{.5}}\scoring{7.5} +\\ +& +\wrongchoice[J]{\tiny{8}}\scoring{8} & +\wrongchoice[I]{\tiny{.5}}\scoring{8.5} & +\wrongchoice[H]{\tiny{9}}\scoring{9} & +\wrongchoice[G]{\tiny{.5}}\scoring{9.5} & +\wrongchoice[F]{\tiny{10}}\scoring{10} & +\wrongchoice[E]{\tiny{.5}}\scoring{10.5} & +\wrongchoice[D]{\tiny{11}}\scoring{11} & +\wrongchoice[C]{\tiny{.5}}\scoring{11.5} & +\wrongchoice[B]{\tiny{12}}\scoring{12} & +\wrongchoice[A]{\tiny{.5}}\scoring{12.5} & +\wrongchoice[AY]{\tiny{13}}\scoring{13} & +\wrongchoice[AX]{\tiny{.5}}\scoring{13.5} & +\wrongchoice[AW]{\tiny{14}}\scoring{14} & +\wrongchoice[AV]{\tiny{.5}}\scoring{14.5} & +\correctchoice[AU]{\tiny{15}}\scoring{15} +\\ +\end{tabular}}} +\newcommand{\correctorFifteenHalf}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=15} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[77ex][l]{\correctorChoicesFifteenHalf}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorStop}{ +\bigskip + + +\noindent +} diff --git a/data/templates/chemistry/base/exam.tex b/data/templates/chemistry/base/exam.tex index 141df5a..560db2d 100644 --- a/data/templates/chemistry/base/exam.tex +++ b/data/templates/chemistry/base/exam.tex @@ -1,58 +1,61 @@ \documentclass[a4paper]{article} \usepackage[utf8]{inputenc} %Unicode \usepackage[T1]{fontenc} +\usepackage{xcolor} \usepackage{fix-cm} - \usepackage[lang=#LANG#,bloc]{automultiplechoice} +% Color used for signature box +\definecolor{light-Gray}{gray}{0.95} + %%% Default packages \input{./packages.tex} % #COMMON_PACKAGES# % Common packages for all exams % #EXTRA_PACKAGES# % Extra packages for this exam %%% Formating specific to EPFL \input{./style_extra.tex} \input{./true-false.tex} % Language dependent ! \input{./question-text.tex} % Language dependent ! %%% Professor specific imports \input{./professor.tex} \input{./style_professor.tex} %%% New commands (or renewed) % #COMMON_COMMANDS# % Common commands for all exams % #EXTRA_COMMANDS# % Extra commands for this exam %%% Randomseed \input{./random-seed.tex} \renewcommand{\baselinestretch}{1.20}% ESPACEMENT VERTICAL \geometry{includeheadfoot,hmargin=2.75cm,headheight=2cm,headsep=0.2cm} \geometry{footskip=.8cm,top=.5cm,bottom=1.1cm,paper=a4paper} \begin{document} %%% Import sections \input{./sections.tex} \newcommand{\sujet}{ \onecopy{1}{ %%% debut de l'en-tête des copies : \input{./first_page.tex} \input{./random-sections.tex} % #EXTRA_SECTION# %\clearpage ~ % Make sure that all the exams have the same number of pages (otherwise the repro will not be able to print!) \loop \ifnum \thepage < \totalPages \clearpage ~ \repeat \AMCassociation{\ID} } } \csvreader[head to column names]{./students.csv}{}{\sujet} \end{document} diff --git a/data/templates/chemistry/config/options.xml b/data/templates/chemistry/config/options.xml index e610679..3158cb9 100644 --- a/data/templates/chemistry/config/options.xml +++ b/data/templates/chemistry/config/options.xml @@ -1,61 +1,61 @@ <_modifie> <_modifie_ok>1 marges <preassoc> 0 cr data EXAM-catalog.pdf EXAM-sujet.pdf EXAM-calage.xy EXAM-corrige.pdf EMAIL Linear Algebra: test result Please find enclosed your annotated completed answer sheet. Best Regards. UTF-8 UTF-8 - ID,SCIPER,NAME,SECTION,EMAIL + ID,ROOM,SEQ,SCIPER,NAME,EMAIL ; 2 student.copy,student.key,student.name 1 a4 n latex EXAM-filtered.tex CSV SCIPER %PROJET/students.csv 1 pdflatex 0 normal 0.5 6 1 1 notes-common.xml 0 0 ALL STUDENTS 0.007 %PROJET/exam.tex %(ID) Score: %S/%M "%s/%m" diff --git a/data/templates/chemistry/fr/first_page.tex b/data/templates/chemistry/fr/first_page.tex index feadc87..c3c92aa 100644 --- a/data/templates/chemistry/fr/first_page.tex +++ b/data/templates/chemistry/fr/first_page.tex @@ -1,63 +1,56 @@ -% First page - FRENCH +% First page - GERMAN \noindent \begin{minipage}[c]{350pt} - \bf\ExamName~-~\SECTION \\ %\prof + \bf \prof~-~\ExamName~-~\SECTION \\ ~ \\ - \bf \ExamDate~-~durée : \Time + \bf \ExamDate~-~Dauer: \Time \end{minipage} \begin{minipage}[c]{100pt} \includegraphics[scale=0.24]{Logo_EPFL} \end{minipage} \vfill \begin{minipage}[c]{\textwidth} \noindent -\hfill\fontsize{100}{120}{\selectfont{\SEQ{}}}\hfill +\hfill\fontsize{100}{120}{\selectfont{\ID{}}}\hfill \vspace{1cm} \par \noindent -\hfill\fontsize{40}{48}{\selectfont{\ROOM{}}}\hfill~ -\vspace{1cm} -\par -\noindent -\centering \begin{center} \fontsize{40}{48}{\selectfont{\NAME{}}} \end{center} \end{minipage} \vfill + \noindent -signature : $_{\rule{3cm}{0.1mm}}$\\ -\\ -\\ -\noindent -\namefield{SCIPER: {\Large \bf \SCIPER{} }} - ID: {\Large \bf \ID{} }\\ -~ \\ +\namefield{SCIPER: {\Large \bf \SCIPER{} }}%SIGNATURE \hfill Unterschrift:~\textcolor{light-Gray}{\rule{5cm}{1.5cm}} +\\ ~ \\ \noindent -\textbf{Attendez le d\'ebut de l'\'epreuve avant de tourner la page.} -\textbf{Ce document est imprim\'e recto-verso, il contient \totalPages\ pages, les derni\`eres pouvant \^etre vides.} -\textbf{Ne pas d\'egrafer.} +\textbf{Drehen Sie diese Seite nicht um, bevor Sie dazu aufgefordert werden.} +\textbf{Jedes Blatt hat eine Vorder- und eine R\"uckseite. Es gibt \totalPages\ Seiten, die letzten sind m\"oglicherweise leer.} +\textbf{L\"osen Sie nicht die Heftklammern.} -\medskip \begin{itemize} -\item[-] Posez votre carte d'\'etudiant sur la table. -\item[-] L'utilisation d'une \textbf{calculatrice} et de tout outil \'electronique est interdite pendant l'\'epreuve. -%\item[-] Pour les questions \`a \textbf{choix multiple}, on comptera: -% \begin{itemize} -% \item [$+3$] points si la r\'eponse est correcte, -% \item [0] point si la question n'est pas r\'epondue ou s'il y a plusieurs croix, -% \item [$-1$] point si la r\'eponse est incorrecte. -% \end{itemize} -%\item [-]Pour les questions de type \textbf{vrai-faux}, on comptera: -% \begin{itemize} -% \item [$+1$] point si la r\'eponse est correcte, -% \item [0] point si la question n'est pas r\'epondue ou s'il y a plusieurs croix, -% \item [$-1$] point si la r\'eponse est incorrecte. -% \end{itemize} -\item[-] Utilisez un \textbf{stylo} et effacez proprement avec du \textbf{correcteur blanc} si n\'ecessaire. -\item[-] Respectez les consignes suivantes pour \textbf{marquer vos réponses} : +\item[--] Legen Sie Ihren Studentenausweis auf den Tisch. +\item[--] Es sind \textbf{keine} weiteren Unterlagen zugelassen. +\item[--] Die Nutzung eines \textbf{Taschenrechners} oder jedes anderen elektronischen Hilfsmittels ist w\"ahrend der Pr\"ufung nicht gestattet. +\item[--] F\"ur die \textbf{Multiple Choice} Fragen erh\"alt man: + \begin{itemize} + \item [$+3$] Punkte, wenn die Antwort richtig ist, + \item [$0$] Punkte, wenn die Frage nicht beantwortet ist oder mehrere M\"oglichkeiten angekreuzt sind, und + \item [$-1$] Punkt, wenn die Antwort falsch ist. + \end{itemize} +\item[--] F\"ur die \textbf{Wahr/Falsch }Fragen erh\"alt man: + \begin{itemize} + \item [$+1$] Punkt, wenn die Antwort richtig ist, + \item [$0$] Punkte, wenn die Frage nicht beantwortet ist oder mehrere M\"oglichkeiten angekreuzt sind, und + \item [$-1$] Punkt, wenn die Antwort falsch ist. + \end{itemize} +\item[--] Benutzen Sie einen \textbf{Kugelschreiber mit schwarzer oder blauer Tinte} und verwenden Sie Korrekturfl\"ussigkeit (z.B. Tipp-Ex) um bei Bedarf Ihre Antwort zu \"andern. +\item[--] Falls eine Fragestellung einen Fehler enth{\"a}lt, darf der/die Unterrichtende die entsprechende Frage annulieren. +\item[--] Beachten Sie bitte die unten stehenden Richtlinien zum Markieren \textbf{der Antworten}: \end{itemize} \hfill \hspace{-22px}\includegraphics[scale=0.18]{good_bad_square} \hfill -%% End of first page +% End of first page diff --git a/data/templates/linear-algebra/fr/first_page.tex b/data/templates/linear-algebra/fr/first_page.tex index e677db6..c3c92aa 100644 --- a/data/templates/linear-algebra/fr/first_page.tex +++ b/data/templates/linear-algebra/fr/first_page.tex @@ -1,53 +1,56 @@ -% First page - FRENCH +% First page - GERMAN \noindent \begin{minipage}[c]{350pt} \bf \prof~-~\ExamName~-~\SECTION \\ ~ \\ - \bf \ExamDate~-~durée\,: \Time + \bf \ExamDate~-~Dauer: \Time \end{minipage} \begin{minipage}[c]{100pt} \includegraphics[scale=0.24]{Logo_EPFL} \end{minipage} \vfill \begin{minipage}[c]{\textwidth} \noindent \hfill\fontsize{100}{120}{\selectfont{\ID{}}}\hfill \vspace{1cm} \par \noindent \begin{center} \fontsize{40}{48}{\selectfont{\NAME{}}} \end{center} -%\hfill\fontsize{40}{48}{\selectfont{\NAME{}}}\hfill~ \end{minipage} \vfill \noindent -\namefield{SCIPER\,: {\Large \bf \SCIPER{} }}%SIGNATURE \hfill Signature\,:~\textcolor{light-Gray}{\rule{5cm}{1.5cm}} +\namefield{SCIPER: {\Large \bf \SCIPER{} }}%SIGNATURE \hfill Unterschrift:~\textcolor{light-Gray}{\rule{5cm}{1.5cm}} \\ ~ \\ \noindent -\textbf{Attendez le d\'ebut de l'\'epreuve avant de tourner la page.} -\textbf{Ce document est imprim\'e recto-verso, il contient \totalPages\ pages, les derni\`eres pouvant \^etre vides.} -\textbf{Ne~pas d\'egrafer.} +\textbf{Drehen Sie diese Seite nicht um, bevor Sie dazu aufgefordert werden.} +\textbf{Jedes Blatt hat eine Vorder- und eine R\"uckseite. Es gibt \totalPages\ Seiten, die letzten sind m\"oglicherweise leer.} +\textbf{L\"osen Sie nicht die Heftklammern.} -\medskip \begin{itemize} -\item[--] Posez votre carte d'\'etudiant sur la table. -\item[--] \textbf{Aucun} document n'est autoris\'{e}. -\item[--] L'utilisation d'une \textbf{calculatrice} et de tout outil \'electronique est interdite pendant l'\'epreuve. -\item[--] Pour les questions \`a \textbf{choix multiple}, on comptera\,: +\item[--] Legen Sie Ihren Studentenausweis auf den Tisch. +\item[--] Es sind \textbf{keine} weiteren Unterlagen zugelassen. +\item[--] Die Nutzung eines \textbf{Taschenrechners} oder jedes anderen elektronischen Hilfsmittels ist w\"ahrend der Pr\"ufung nicht gestattet. +\item[--] F\"ur die \textbf{Multiple Choice} Fragen erh\"alt man: \begin{itemize} - \item [$+3$] points si la r\'eponse est correcte, - \item [$0$] point si la question n'est pas r\'epondue ou s'il y a plusieurs croix, - \item [$-1$] point si la r\'eponse est incorrecte. + \item [$+3$] Punkte, wenn die Antwort richtig ist, + \item [$0$] Punkte, wenn die Frage nicht beantwortet ist oder mehrere M\"oglichkeiten angekreuzt sind, und + \item [$-1$] Punkt, wenn die Antwort falsch ist. \end{itemize} -\item[--] Utilisez un \textbf{stylo} \`a encre \textbf{noire ou bleu fonc\'e} et effacez proprement avec du\linebreak\textbf{correcteur blanc} si n\'ecessaire. -\item[--] Si une question est erronée, l'enseignant se réserve le droit de l'annuler. -\item[--] Respectez les consignes suivantes pour \textbf{marquer vos réponses}\,: +\item[--] F\"ur die \textbf{Wahr/Falsch }Fragen erh\"alt man: + \begin{itemize} + \item [$+1$] Punkt, wenn die Antwort richtig ist, + \item [$0$] Punkte, wenn die Frage nicht beantwortet ist oder mehrere M\"oglichkeiten angekreuzt sind, und + \item [$-1$] Punkt, wenn die Antwort falsch ist. + \end{itemize} +\item[--] Benutzen Sie einen \textbf{Kugelschreiber mit schwarzer oder blauer Tinte} und verwenden Sie Korrekturfl\"ussigkeit (z.B. Tipp-Ex) um bei Bedarf Ihre Antwort zu \"andern. +\item[--] Falls eine Fragestellung einen Fehler enth{\"a}lt, darf der/die Unterrichtende die entsprechende Frage annulieren. +\item[--] Beachten Sie bitte die unten stehenden Richtlinien zum Markieren \textbf{der Antworten}: \end{itemize} \hfill \hspace{-22px}\includegraphics[scale=0.18]{good_bad_square} \hfill - -%% End of first page +% End of first page diff --git a/data/templates/maths/fr/first_page.tex b/data/templates/maths/fr/first_page.tex index c613fd5..1e501c8 100644 --- a/data/templates/maths/fr/first_page.tex +++ b/data/templates/maths/fr/first_page.tex @@ -1,57 +1,57 @@ % First page - FRENCH \noindent \begin{minipage}[c]{350pt} \bf \prof~-~\ExamName~-~\SECTION \\ ~ \\ \bf \ExamDate~-~durée\,: \Time \end{minipage} \begin{minipage}[c]{100pt} \includegraphics[scale=0.24]{Logo_EPFL} \end{minipage} \vfill \begin{minipage}[c]{\textwidth} \noindent \hfill\fontsize{100}{120}{\selectfont{\ID{}}}\hfill \vspace{1cm} \par \noindent \begin{center} \fontsize{40}{48}{\selectfont{\NAME{}}} \end{center} \end{minipage} \vfill \noindent \namefield{SCIPER\,: {\Large \bf \SCIPER{} }}%SIGNATURE \hfill Signature\,:~\textcolor{light-Gray}{\rule{5cm}{1.5cm}} \\ ~ \\ \noindent \textbf{Attendez le d\'ebut de l'\'epreuve avant de tourner la page.} \textbf{Ce document est imprim\'e recto-verso, il contient \totalPages\ pages, les derni\`eres pouvant \^etre vides.} \textbf{Ne~pas d\'egrafer.} \medskip \begin{itemize} \item[--] Posez votre carte d'\'etudiant sur la table. \item[--] \textbf{Aucun} document n'est autoris\'{e}. \item[--] L'utilisation d'une \textbf{calculatrice} et de tout outil \'electronique est interdite pendant l'\'epreuve. \item[--] Pour les questions \`a \textbf{choix multiple}, on comptera\,: \begin{itemize} \item [$+3$] points si la r\'eponse est correcte, \item [$0$] point si la question n'est pas r\'epondue ou s'il y a plusieurs croix, \item [$-1$] point si la r\'eponse est incorrecte. \end{itemize} \item[--]Pour les questions de type \textbf{vrai-faux}, on comptera\,: \begin{itemize} \item [$+1$] point si la r\'eponse est correcte, \item [$0$] point si la question n'est pas r\'epondue ou s'il y a plusieurs croix, \item [$-1$] point si la r\'eponse est incorrecte. \end{itemize} -\item[--] Utilisez un \textbf{stylo} \`a encre \textbf{noire ou bleu fonc\'e} et effacez proprement avec du\linebreak\textbf{correcteur blanc} si n\'ecessaire. +\item[--] Utilisez un \textbf{stylo} \`a encre \textbf{noire ou bleu fonc\'e} et effacez proprement avec du \textbf{correcteur blanc} si \hfill\break n\'ecessaire. \item[--] Si une question est erronée, l'enseignant se réserve le droit de l'annuler. \item[--] Respectez les consignes suivantes pour \textbf{marquer vos réponses}\,: \end{itemize} \hfill \hspace{-22px}\includegraphics[scale=0.18]{good_bad_square} \hfill %% End of first page