diff --git a/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/README b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/README new file mode 100755 index 0000000..a67b96f --- /dev/null +++ b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/README @@ -0,0 +1,54 @@ +Guide rapide d'utilisation du modèle : +-------------------------- + +1) Placez vos questions QCM et TF dans le(s) sous-dossier(s) 'questions/[langue]/'. +Ajoutez les questions dans le fichiers section_1.tex +Concernant le mixage des questions, veuillez demander au CePRO si vous désirez avoir un autre mixage pour les questions à choix multiple que toutes les questions et réponses mélangées. + +Veuillez utiliser les préfixes pour les types de questions : +SCQ : question avec une seule réponse correcte possible +MCQ : question avec plusieurs réponses correctes possibles +TF- : question vrai/faux + +Par exemple : +\begin{question}{SCQ-complexes-A} ... +\begin{questionmult}{MCQ-complexes-A} ... +\begin{question}{TF-XXX} ... + +Créer un fichier par question +Mettez un ID unique pour chaque question. Le seul caractère spécial autorisé est le tiret - + +--- +2) Placez vos fichiers multimédias (le cas échéant) dans les sous-dossiers "media". +Dans les commandes "\includegraphics" de vos fichiers de questions, préfixez votre chemin d'accès avec le même nom de dossier. ex : +\includegraphics[width=0.5\textwidth]{media/BarreQuiGlisse2.eps} + +--- +3) Placez vos questions ouvertes dans le fichier 'extra_section.tex'. Veuillez demander au CePRO si vous avez des besoins particuliers. +Veuillez utiliser le préfixe OPEN- pour vos questions ouvertes +Mettez un ID unique pour chaque question. Le seul caractère spécial autorisé est le tiret - + +Insérez vos corrector box +\correcteurXXX{OPEN-A}{~} ... + +--- +4) Editez le fichier exam-info.tex avec les informations sur l'examen. + +--- +5) Editez le fichier 'first_page.tex' avec les instructions pour l'examen. Les instructions à adapter sont entre les lignes + +%%% INSTRUCTIONS D'EXAMEN À ADAPTER - commencer + [...] +%%% INSTRUCTIONS D'EXAMEN À ADAPTER - FIN + +--- +6) Dans un terminal Linux ou MacOS : +- Exécutez "./build.sh" pour construire le PDF. +- Exécutez "./clean.sh" pour supprimer les fichiers temporaires et le PDF. + +--- +Notes : +------ + +* Pour les paquets supplémentaires, veuillez les ajouter dans le fichier 'packages.tex', sous la ligne %% Additional packages +* Pour les commandes supplémentaires, veuillez les ajouter dans le fichier 'commands.tex' diff --git a/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/commands.tex b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/commands.tex new file mode 100755 index 0000000..c4d63f2 --- /dev/null +++ b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/commands.tex @@ -0,0 +1,8 @@ +% Sample commands +% \newcommand{\R}{\mathbb{R}} +% \newcommand{\Q}{\mathbb{Q}} +% \newcommand{\N}{\mathbb{N}} +% \newcommand{\Z}{\mathbb{Z}} +% \newcommand{\C}{\mathbb{C}} + +% Additional commands diff --git a/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/description.xml b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/description.xml new file mode 100755 index 0000000..a3fabec --- /dev/null +++ b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/description.xml @@ -0,0 +1,5 @@ + + + EPFL Modèle français MC-TF-OPEN + EPFL Modèle avec questions à choix multiple (SCQ,MCQ), questions vrai-faux et questions ouvertes. + diff --git a/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/exam-info.tex b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/exam-info.tex new file mode 100755 index 0000000..24742c0 --- /dev/null +++ b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/exam-info.tex @@ -0,0 +1,7 @@ +\newcommand{\prof}{Ens. : NOM DE L'ENSEIGNANT} +\newcommand{\totalPages}{8} +\newcommand{\StudentsPath}{./students.csv} +\newcommand{\Time}{Durée : XXX minutes} +\newcommand{\ExamDate}{DATE} +\newcommand{\ExamName}{NOM DE L'EXAMEN} +\newcommand{\ExamLanguage}{fr} diff --git a/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/exam.tex b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/exam.tex new file mode 100755 index 0000000..40263ac --- /dev/null +++ b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/exam.tex @@ -0,0 +1,83 @@ +\documentclass[a4paper]{article} + +\usepackage[utf8]{inputenc} %Unicode +\usepackage[T1]{fontenc} +\usepackage{xcolor} +\usepackage{fix-cm} +\usepackage[lang=FR,bloc]{automultiplechoice} + +% Color used for signature box +\definecolor{light-Gray}{gray}{0.95} + +\input{./packages.tex} +\input{./commands.tex} +\input{./style_extra.tex} + +%%% increase the space between header and bottom for AMC control dots +\renewcommand{\baselinestretch}{1.10}% ESPACEMENT VERTICAL +\geometry{includeheadfoot,hmargin=2.25cm,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 +} + +%%% Randomseed +\input{./random-seed.tex} + + +%%% Exam info +\input{./exam-info.tex} + +\begin{document} + +%%% Import sections +\input{./sections.tex} + +\def\multiSymbole{} +\makeatletter +%\def\AMCforcecorrect{\AMC@correctrue} +%\makeatother +%\AMCforcecorrect + +\newcommand{\sujet}{ + \onecopy{1}{ + \setcounter{equation}{0} + \input{./first_page.tex} + \input{./random-sections.tex} + +% \input{./header_1.tex} +% \input{./questions/fr/mc1.tex} +% \input{./questions/fr/mc2.tex} +% \input{./questions/fr/mc3.tex} +% +% \input{./header_2.tex} +% \input{./questions/fr/tf1.tex} +% \input{./questions/fr/tf2.tex} + + \input{./extra_section.tex} + + % Make sure that all the exams have the same number of pages (otherwise 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/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/extra_section.tex b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/extra_section.tex new file mode 100755 index 0000000..8f04324 --- /dev/null +++ b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/extra_section.tex @@ -0,0 +1,59 @@ +% Suppress begin-question texts +\renewcommand{\AMCbeginQuestion}[2]{\QuestionText{#1}} +\def\QuestionText{\TEXT} +\def\TEXT#1{} +\def\NOTEXT#1{} +\setlength\parindent{0pt} +\newpage +%*******************************************************************% + +%*******************************************************************% +\subsection*{Troisi\`eme partie, questions 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 + +\addtocounter{AMCquestionaff}{1} + +%% Leave at least 2 empty lines after the \bigskip + +%*******************************************************************% +% Question A - 8 points (par point plein) +%*******************************************************************% + +\begin{description} +\item[Question~\theAMCquestionaff :] \textit{Cette question est not\'ee sur 8 points.} +\end{description} +\correctorEight{OPEN-A}{~} +\correctorStop + +\noindent +On rappelle que ... + +D\'eterminez ... + +\OpenGrid{19cm} +\FullPageOpenGrid + +%*******************************************************************% +% Question B - 2 points (par demi-point) +%*******************************************************************% + +\begin{description} +\item[Question~\theAMCquestionaff :] \textit{Cette question est not\'ee sur 2 points.} +\end{description} +\correctorTwoHalf{OPEN-B}{~} +\correctorStop + +\noindent +On rappelle que ... + +D\'eterminez ... + +\OpenBox{19cm} +\FullPageOpenBox diff --git a/data/templates/maths/fr/first_page.tex b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/first_page.tex old mode 100644 new mode 100755 similarity index 83% copy from data/templates/maths/fr/first_page.tex copy to amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/first_page.tex index 7a831be..f183307 --- a/data/templates/maths/fr/first_page.tex +++ b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/first_page.tex @@ -1,96 +1,93 @@ % First page - FRENCH \noindent \begin{minipage}[b]{260pt} - \vspace{-8mm} - \hspace{-2.8mm} - \begin{tabular}{ m{67mm} m{30mm} } - \includegraphics[scale=0.6]{epfl-logo.pdf} & %QRCODE \vspace{0cm}\includegraphics[height=20mm,width=20mm]{qrc_firstpage.png} - \\ - \end{tabular} - \medskip - - + \includegraphics[scale=0.6]{epfl-logo.pdf} \\ + \medskip + + \bf \prof \\ \bf \ExamName~-~\SECTION \\ \bf \ExamDate \\ \bf \Time \end{minipage} \begin{minipage}[b]{180pt} \begin{flushright} \fontsize{100}{120}{\selectfont{\ID{}}} \\ ~\ \ \end{flushright} \end{minipage} \vspace{1cm} \noindent \begin{minipage}[c]{\textwidth} \begin{center} \fontsize{40}{48}{\selectfont{\NAME{}}} \end{center} \end{minipage} \vspace{1cm} \noindent -\namefield{SCIPER\,: {\Large \bf \SCIPER{} }} %ROOM \hfill \namefield{ROOM\,: {\Large \bf \ROOM{} }} -%SIGNATURE \hfill Signature\,:~\textcolor{light-Gray}{\rule{5cm}{1.5cm}} -\vspace{0.5cm} +\namefield{SCIPER\,: {\Large \bf \SCIPER{} }} %SIGNATURE \hfill Signature\,:~\textcolor{light-Gray}{\rule{5cm}{1.5cm}} +\vspace{1cm} \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 \vfill \noindent \begin{center} \fbox{ \parbox{160mm}{\centering \mbox{} \vspace{2mm} \begin{itemize} \setlength\itemsep{-1mm} \item Posez votre carte d'\'etudiant sur la table. +%%% EXAM INSTRUCTIONS TO ADAPT - begin \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\,: \vspace{-3mm} \begin{itemize} \setlength\itemsep{-1mm} \item [$+3$] points si la r\'eponse est correcte, \item [$0$] point si il n'y a aucune ou plus d'une r\'eponse inscrite, \item [$-1$] point si la r\'eponse est incorrecte. \end{itemize} \vspace{-1.5mm} \item Pour les questions de type \textbf{vrai-faux}, on comptera\,: \vspace{-3mm} \begin{itemize} \setlength\itemsep{-1mm} \item [$+1$] point si la r\'eponse est correcte, \item [$0$] point si il n'y a aucune ou plus d'une r\'eponse inscrite, \item [$-1$] point si la r\'eponse est incorrecte. \end{itemize} +%%% EXAM INSTRUCTIONS TO ADAPT - END \vspace{-1.5mm} \item Utilisez un \textbf{stylo} \`a encre \textbf{noire ou bleu fonc\'e} et effacez proprement avec du \textbf{correcteur blanc} si n\'ecessaire. \item Si une question est erronée, l'enseignant se réserve le droit de l'annuler. \end{itemize} \vspace{-1mm} \mbox{} } } \end{center} \vfill \noindent \begin{center} \includegraphics[scale=0.19]{good_bad_square} \end{center} %% End of first page diff --git a/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/header_1.tex b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/header_1.tex new file mode 100755 index 0000000..1fbd2a8 --- /dev/null +++ b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/header_1.tex @@ -0,0 +1,11 @@ + +\newpage + +\subsection*{Premi\`ere partie, questions \`a choix multiple} + +\noindent +Pour chaque question marquer la case correspondante \`a la r\'eponse correcte sans faire de ratures. Il n'y a qu'\textbf{une seule} r\'{e}ponse correcte par question. +\bigskip + + +%% Leave at least 2 empty lines after the \bigskip diff --git a/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/header_2.tex b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/header_2.tex new file mode 100755 index 0000000..9b32825 --- /dev/null +++ b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/header_2.tex @@ -0,0 +1,11 @@ + +\newpage + +\subsection*{Deuxi\`eme partie, questions du type Vrai ou Faux} + +\noindent +Pour chaque question, marquer (sans faire de ratures) la case VRAI si l'affirmation est \textbf{toujours vraie} ou la case FAUX si elle \textbf{n'est pas toujours vraie} (c'est-\`a-dire si elle est parfois fausse). +\bigskip + + +%% Leave at least 2 empty lines after the \bigskip \ No newline at end of file diff --git a/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/media/good_bad_square.png b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/media/good_bad_square.png new file mode 100755 index 0000000..67d7c75 Binary files /dev/null and b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/media/good_bad_square.png differ diff --git a/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/options.xml b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/options.xml new file mode 100755 index 0000000..81df61a --- /dev/null +++ b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/options.xml @@ -0,0 +1,79 @@ + + + + + + Exam result + Please find enclosed your annotated completed answer sheet. +Regards. + + + marges + + + 0 + + cr + data + EXAM-catalog.pdf + DOC-indiv-solution.pdf + EXAM-sujet.pdf + EXAM-calage.xy + EXAM-corrige.pdf + EMAIL + UTF-8 + UTF-8 + ID,SCIPER,NAME,SECTION,EMAIL + ; + + + 2 + student.copy,student.key,student.name + 0 + . + + + a4 + n + latex + EXAM-filtered.tex + CSV + SCIPER + %PROJET/students.csv + 1 + + pdflatex + + + 0 + normal + 0.5 + 6 + 1 + 1 + 1 + notes-common.xml + + + + 0 + 0 + + 0 + + ALL + STUDENTS + 0.007 + 1 + + Exam question + Please find enclosed your question sheet. +Regards. + + + %PROJET/exam.tex + %(ID) +Score: %S/%M + "%s/%m" + "X" + diff --git a/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/packages.tex b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/packages.tex new file mode 100755 index 0000000..3fe3e0a --- /dev/null +++ b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/packages.tex @@ -0,0 +1,24 @@ +%% CSV file access +\usepackage{csvsimple} + +%% Multicolumn formatting +\usepackage{multicol} + +%% Math packages +\usepackage{graphicx} +\usepackage{amsmath} +\usepackage{mathrsfs} +\usepackage{euscript} +\usepackage{epsfig} +\usepackage{ifthen} +\usepackage{amsfonts} +\usepackage{amssymb} + +%% Graphics +\usepackage{graphicx} +\graphicspath{ {media/} } + +%% Drawing +\usepackage{tikz} + +%% Place your additional packages below diff --git a/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/questions/fr/mc01.tex b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/questions/fr/mc01.tex new file mode 100755 index 0000000..3c54642 --- /dev/null +++ b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/questions/fr/mc01.tex @@ -0,0 +1,13 @@ +% Question avec 1 seule bonne réponse +\begin{question}{SCQ-01} +Soit le sous-ensemble $E\subset \mathbb{R}$ d\'efini par +$\displaystyle E=\Bigg\{2\left(1+\frac 1 n\right) +^{\hspace{-1mm}n}: n\in \mathbb{N}\setminus\{0\}\Bigg\}$. +\\Alors +\begin{reponses} +\bonne{$10$ est un majorant de $E$} +\mauvaise{le minimum de $E$ est $2$} +\mauvaise{$E$ est ferm\'e} +\mauvaise{le supremum de $E$ appartient \`a $E$} +\end{reponses} +\end{question} diff --git a/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/questions/fr/mc02.tex b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/questions/fr/mc02.tex new file mode 100755 index 0000000..b8c44d7 --- /dev/null +++ b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/questions/fr/mc02.tex @@ -0,0 +1,11 @@ +% Question avec plusieurs bonnes réponses +\begin{questionmult}{MCQ-02} +Enoncé de la question avec plusieurs bonnes réponses possibles +\begin{reponses} + \bonne{choix de réponse correcte} + \bonne{Autre choix de réponse correcte} + \mauvaise{choix de réponse faux} + \mauvaise{choix de réponse faux} + \mauvaise{choix de réponse faux} +\end{reponses} +\end{questionmult} diff --git a/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/questions/fr/tf01.tex b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/questions/fr/tf01.tex new file mode 100755 index 0000000..fea7aab --- /dev/null +++ b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/questions/fr/tf01.tex @@ -0,0 +1,8 @@ +% question vrai faux dont la bonne réponse est "VRAI" +\begin{question}{TF-01} +Soient $f\colon \mathbb{R}\rightarrow \mathbb{R}$ et +$g\colon\mathbb{R}\rightarrow \mathbb{R}$ deux fonctions d\'efinies sur tout +$\mathbb{R}$. Si +$f\circ g$ est injective, alors $g$ est injective. +\TRUE +\end{question} diff --git a/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/questions/fr/tf02.tex b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/questions/fr/tf02.tex new file mode 100755 index 0000000..58c6784 --- /dev/null +++ b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/questions/fr/tf02.tex @@ -0,0 +1,6 @@ +% question vrai faux dont la bonne réponse est "FAUX" +\begin{question}{TF-02} +Soit $A$ un sous-ensemble born\'e et non vide de $\mathbb{R}$.\\ +Alors $\,\inf A\in A\,$ et $\,\sup A \in A\,$. +\FALSE +\end{question} diff --git a/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/random-sections.tex b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/random-sections.tex new file mode 100755 index 0000000..34cf60e --- /dev/null +++ b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/random-sections.tex @@ -0,0 +1,6 @@ +\input{./header_1.tex} +\melangegroupe{section1} +\restituegroupe{section1} +\input{./header_2.tex} +\melangegroupe{section2} +\restituegroupe{section2} diff --git a/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/random-seed.tex b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/random-seed.tex new file mode 100755 index 0000000..fb5b35b --- /dev/null +++ b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/random-seed.tex @@ -0,0 +1 @@ +\AMCrandomseed{11051975} \ No newline at end of file diff --git a/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/section_1.tex b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/section_1.tex new file mode 100755 index 0000000..e5c3dcd --- /dev/null +++ b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/section_1.tex @@ -0,0 +1,7 @@ +%% seciton 1 - MCQ +\element{section1}{ + \input{./questions/fr/mc01.tex} +} +\element{section1}{ + \input{./questions/fr/mc02.tex} +} diff --git a/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/section_2.tex b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/section_2.tex new file mode 100755 index 0000000..6290169 --- /dev/null +++ b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/section_2.tex @@ -0,0 +1,7 @@ +%% section 2 - TF +\element{section2}{ + \input{./questions/fr/tf01.tex} +} +\element{section2}{ + \input{./questions/fr/tf02.tex} +} diff --git a/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/sections.tex b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/sections.tex new file mode 100755 index 0000000..16eb086 --- /dev/null +++ b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/sections.tex @@ -0,0 +1,2 @@ +\input{./section_1.tex} +\input{./section_2.tex} diff --git a/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/students.csv b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/students.csv new file mode 100755 index 0000000..4adffe7 --- /dev/null +++ b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/students.csv @@ -0,0 +1,4 @@ +ID,SCIPER,NAME,SECTION,EMAIL,STATUS +1,999000,Student 1,MA,student1@epfl.ch,OK +2,999001,Student 2,MT,student2@epfl.ch,OK +3,999002,Student 3,SV,student3@epfl.ch,OK diff --git a/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/style_extra.tex b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/style_extra.tex new file mode 100755 index 0000000..ef7fc8d --- /dev/null +++ b/amc-templates-vdi/[fr] EPFL_templates/MC-TF-OPEN_fr/style_extra.tex @@ -0,0 +1,2343 @@ +% New style_extra version with OpenBox, Opengrid, full correctors boxes +% Points 1 to 36, halfpoint 0,5 to 16 and 20, quarterpoint 0,25 to 4, Simone groupe points + +%************************************************************** +%%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}{.97\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 (16.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}}}% + +%************************************************************** + +% correctors boxes by points =================================== +\newcommand{\correctorChoicesOne}{ +\wrongchoice[0]{\tiny{0}}\scoring{0} +\correctchoice[Y]{\tiny{1}\qquad}\scoring{1}} +\newcommand{\correctorOne}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=1} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[0.9\linewidth][l]{\correctorChoicesOne}} +\end{question} +\vspace{-55pt}~ +\par +} + +\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[0.9\linewidth][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[0.9\linewidth][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[0.9\linewidth][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=5} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[0.9\linewidth][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[0.9\linewidth][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[0.9\linewidth][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[0.9\linewidth][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[0.9\linewidth][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[0.9\linewidth][l]{\correctorChoicesTen}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorChoicesEleven}{ +\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} +\wrongchoice[P]{\tiny{10}}\scoring{10}\hspace{-0.5ex} +\correctchoice[O]{\tiny{11}}\scoring{11}} + +\newcommand{\correctorEleven}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=11} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[0.9\linewidth][l]{\correctorChoicesEleven}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorChoicesTwelve}{ +\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} +\wrongchoice[P]{\tiny{10}}\scoring{10}\hspace{-0.5ex} +\wrongchoice[O]{\tiny{11}}\scoring{11}\hspace{-0.5ex} +\correctchoice[N]{\tiny{12}\qquad}\scoring{12}} + +\newcommand{\correctorTwelve}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=12} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[0.9\linewidth][l]{\correctorChoicesTwelve}} +\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{0.85\linewidth}{\linespread{1.25}\selectfont \correctorChoicesThirteen\makebox[0pt][c]{}} +\hspace*{5ex}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorChoicesFourteen}{ +\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{0.85\linewidth}{\linespread{1.25}\selectfont \correctorChoicesFourteen\makebox[0pt][c]{}} +\hspace*{5ex}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorChoicesFifteen}{ +\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{0.85\linewidth}{\linespread{1.25}\selectfont \correctorChoicesFifteen\makebox[0pt][c]{}} +\hspace*{5ex}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorChoicesSixteen}{ +\setlength{\tabcolsep}{0.08em} % for the horizontal padding +{\renewcommand{\arraystretch}{1.2}% for the vertical padding +\hspace{.2cm}\begin{tabular}{lllllllll} +\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} & +\wrongchoice[K]{\tiny{15}}\scoring{15} & +\correctchoice[J]{\tiny{16}}\scoring{16} +\end{tabular}}} +\newcommand{\correctorSixteen}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=16} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{ +\parbox{0.85\linewidth}{\linespread{1.25}\selectfont \correctorChoicesSixteen\makebox[0pt][c]{}} +\hspace*{5ex}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorChoicesSeventeen}{ + \setlength{\tabcolsep}{0.08em} % for the horizontal padding + {\renewcommand{\arraystretch}{1.2}% for the vertical padding + \hspace{.2cm}\begin{tabular}{lllllllllll} + \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} & + \wrongchoice[K]{\tiny{15}}\scoring{15} & + \wrongchoice[I]{\tiny{16}}\scoring{16} & + \correctchoice[H]{\tiny{17}}\scoring{17} + \\ +\end{tabular}}} +\newcommand{\correctorSeventeen}[3][0]{% + \par + \noindent + \begin{question}{#2}\bareme{MAX=17} + #3~\\ + \noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{ + \parbox{0.85\linewidth}{\linespread{1.25}\selectfont \correctorChoicesSeventeen\makebox[0pt][c]{}} + \hspace*{5ex}} + \end{question} + \vspace{-55pt}~ + \par +} + +\newcommand{\correctorChoicesEightteen}{ + \setlength{\tabcolsep}{0.08em} % for the horizontal padding + {\renewcommand{\arraystretch}{1.2}% for the vertical padding + \hspace{.2cm}\begin{tabular}{lllllllllll} + \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} & + \wrongchoice[K]{\tiny{15}}\scoring{15} & + \wrongchoice[I]{\tiny{16}}\scoring{16} & + \wrongchoice[H]{\tiny{17}}\scoring{17} & + \correctchoice[G]{\tiny{18}}\scoring{18} + \\ +\end{tabular}}} +\newcommand{\correctorEightteen}[3][0]{% + \par + \noindent + \begin{question}{#2}\bareme{MAX=18} + #3~\\ + \noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{ + \parbox{0.85\linewidth}{\linespread{1.25}\selectfont \correctorChoicesEightteen\makebox[0pt][c]{}} + \hspace*{5ex}} + \end{question} + \vspace{-55pt}~ + \par +} + +\newcommand{\correctorChoicesNineteen}{ + \setlength{\tabcolsep}{0.08em} % for the horizontal padding + {\renewcommand{\arraystretch}{1.2}% for the vertical padding + \hspace{.2cm}\begin{tabular}{lllllllllll} + \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} & + \wrongchoice[K]{\tiny{15}}\scoring{15}& + \wrongchoice[I]{\tiny{16}}\scoring{16} & + \wrongchoice[H]{\tiny{17}}\scoring{17} & + \wrongchoice[G]{\tiny{18}}\scoring{18} & + \correctchoice[F]{\tiny{19}}\scoring{19} + \\ +\end{tabular}}} +\newcommand{\correctorNineteen}[3][0]{% + \par + \noindent + \begin{question}{#2}\bareme{MAX=19} + #3~\\ + \noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{ + \parbox{0.85\linewidth}{\linespread{1.25}\selectfont \correctorChoicesNineteen\makebox[0pt][c]{}} + \hspace*{5ex}} + \end{question} + \vspace{-55pt}~ + \par +} + +\newcommand{\correctorChoicesTwenty}{ + \setlength{\tabcolsep}{0.08em} % for the horizontal padding + {\renewcommand{\arraystretch}{1.2}% for the vertical padding + \hspace{.2cm}\begin{tabular}{lllllllllll} + \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} & + \wrongchoice[K]{\tiny{15}}\scoring{15} & + \wrongchoice[J]{\tiny{16}}\scoring{16} & + \wrongchoice[I]{\tiny{17}}\scoring{17} & + \wrongchoice[H]{\tiny{18}}\scoring{18} & + \wrongchoice[G]{\tiny{19}}\scoring{19} & + \correctchoice[F]{\tiny{20}}\scoring{20} + \\ +\end{tabular}}} +\newcommand{\correctorTwenty}[3][0]{% + \par + \noindent + \begin{question}{#2}\bareme{MAX=20} + #3~\\ + \noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{ + \parbox{0.85\linewidth}{\linespread{1.25}\selectfont \correctorChoicesTwenty\makebox[0pt][c]{}} + \hspace*{5ex}} + \end{question} + \vspace{-55pt}~ + \par +} + +\newcommand{\correctorChoicesTwentyOne}{ + \setlength{\tabcolsep}{0.08em} % for the horizontal padding + {\renewcommand{\arraystretch}{1.2}% for the vertical padding + \hspace{.2cm}\begin{tabular}{lllllllllll} + \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} & + \wrongchoice[K]{\tiny{15}}\scoring{15} & + \wrongchoice[J]{\tiny{16}}\scoring{16} & + \wrongchoice[I]{\tiny{17}}\scoring{17} & + \wrongchoice[H]{\tiny{18}}\scoring{18} & + \wrongchoice[G]{\tiny{19}}\scoring{19} & + \wrongchoice[F]{\tiny{20}}\scoring{20} & + \correctchoice[F]{\tiny{21}}\scoring{21} + \\ +\end{tabular}}} +\newcommand{\correctorTwentyOne}[3][0]{% + \par + \noindent + \begin{question}{#2}\bareme{MAX=21} + #3~\\ + \noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{ + \parbox{0.85\linewidth}{\linespread{1.25}\selectfont \correctorChoicesTwentyOne\makebox[0pt][c]{}} + \hspace*{5ex}} + \end{question} + \vspace{-55pt}~ + \par +} + + +\newcommand{\correctorChoicesTwentyTwo}{ + \setlength{\tabcolsep}{0.08em} % for the horizontal padding + {\renewcommand{\arraystretch}{1.2}% for the vertical padding +\hspace{.2cm}\begin{tabular}{llllllllllll} +\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} & +\wrongchoice[K]{\tiny{15}}\scoring{15} & +\wrongchoice[J]{\tiny{16}}\scoring{16} & +\wrongchoice[I]{\tiny{17}}\scoring{17} & +\wrongchoice[G]{\tiny{18}}\scoring{18} & +\wrongchoice[F]{\tiny{19}}\scoring{19} & +\wrongchoice[E]{\tiny{20}}\scoring{20} & +\wrongchoice[D]{\tiny{21}}\scoring{21} & +\correctchoice[C]{\tiny{22}}\scoring{22} +\\ +\end{tabular}}} +\newcommand{\correctorTwentyTwo}[3][0]{% + \par + \noindent + \begin{question}{#2}\bareme{MAX=22} + #3~\\ + \noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{ + \parbox{0.85\linewidth}{\linespread{1.25}\selectfont \correctorChoicesTwentyTwo\makebox[0pt][c]{}} + \hspace*{5ex}} + \end{question} + \vspace{-55pt}~ + \par +} + +\newcommand{\correctorChoicesTwentyThree}{ + \setlength{\tabcolsep}{0.08em} % for the horizontal padding + {\renewcommand{\arraystretch}{1.2}% for the vertical padding + \hspace{.2cm}\begin{tabular}{lllllllllllll} + \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} & + \wrongchoice[K]{\tiny{15}}\scoring{15} & + \wrongchoice[J]{\tiny{16}}\scoring{16} & + \wrongchoice[I]{\tiny{17}}\scoring{17} & + \wrongchoice[H]{\tiny{18}}\scoring{18} & + \wrongchoice[G]{\tiny{19}}\scoring{19} & + \wrongchoice[F]{\tiny{20}}\scoring{20} & + \wrongchoice[E]{\tiny{21}}\scoring{21} & + \wrongchoice[D]{\tiny{22}}\scoring{22} & + \correctchoice[C]{\tiny{23}}\scoring{23} + \\ +\end{tabular}}} +\newcommand{\correctorTwentyThree}[3][0]{% + \par + \noindent + \begin{question}{#2}\bareme{MAX=23} + #3~\\ + \noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{ + \parbox{0.85\linewidth}{\linespread{1.25}\selectfont \correctorChoicesTwentyThree\makebox[0pt][c]{}} + \hspace*{5ex}} + \end{question} + \vspace{-55pt}~ + \par +} + +\newcommand{\correctorChoicesTwentyFour}{ + \setlength{\tabcolsep}{0.08em} % for the horizontal padding + {\renewcommand{\arraystretch}{1.2}% for the vertical padding + \hspace{.2cm}\begin{tabular}{lllllllllllll} + \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} & + \wrongchoice[K]{\tiny{15}}\scoring{15} & + \wrongchoice[J]{\tiny{16}}\scoring{16} & + \wrongchoice[I]{\tiny{17}}\scoring{17} & + \wrongchoice[H]{\tiny{18}}\scoring{18} & + \wrongchoice[G]{\tiny{19}}\scoring{19} & + \wrongchoice[F]{\tiny{20}}\scoring{20} & + \wrongchoice[E]{\tiny{21}}\scoring{21} & + \wrongchoice[D]{\tiny{22}}\scoring{22} & + \wrongchoice[C]{\tiny{23}}\scoring{23} & + \correctchoice[B]{\tiny{24}}\scoring{24} + \\ +\end{tabular}}} +\newcommand{\correctorTwentyFour}[3][0]{% + \par + \noindent + \begin{question}{#2}\bareme{MAX=24} + #3~\\ + \noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{ + \parbox{0.85\linewidth}{\linespread{1.25}\selectfont \correctorChoicesTwentyFour\makebox[0pt][c]{}} + \hspace*{5ex}} + \end{question} + \vspace{-55pt}~ + \par +} + +\newcommand{\correctorChoicesTwentyFive}{ + \setlength{\tabcolsep}{0.08em} % for the horizontal padding + {\renewcommand{\arraystretch}{1.2}% for the vertical padding + \hspace{.2cm}\begin{tabular}{lllllllllllll} + \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} & + \wrongchoice[K]{\tiny{15}}\scoring{15} & + \wrongchoice[J]{\tiny{16}}\scoring{16} & + \wrongchoice[I]{\tiny{17}}\scoring{17} & + \wrongchoice[H]{\tiny{18}}\scoring{18} & + \wrongchoice[G]{\tiny{19}}\scoring{19} & + \wrongchoice[F]{\tiny{20}}\scoring{20} & + \wrongchoice[E]{\tiny{21}}\scoring{21} & + \wrongchoice[D]{\tiny{22}}\scoring{22} & + \wrongchoice[C]{\tiny{23}}\scoring{23} & + \wrongchoice[B]{\tiny{24}}\scoring{24} & + \correctchoice[A]{\tiny{25}}\scoring{25} + \\ +\end{tabular}}} +\newcommand{\correctorTwentyFive}[3][0]{% + \par + \noindent + \begin{question}{#2}\bareme{MAX=25} + #3~\\ + \noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{ + \parbox{0.85\linewidth}{\linespread{1.25}\selectfont \correctorChoicesTwentyFive\makebox[0pt][c]{}} + \hspace*{5ex}} + \end{question} + \vspace{-55pt}~ + \par +} + +\newcommand{\correctorChoicesTwentySix}{ + \setlength{\tabcolsep}{0.08em} % for the horizontal padding + {\renewcommand{\arraystretch}{1.2}% for the vertical padding + \hspace{.2cm}\begin{tabular}{lllllllllll} + \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} & + \wrongchoice[K]{\tiny{15}}\scoring{15} & + \wrongchoice[J]{\tiny{16}}\scoring{16} & + \wrongchoice[I]{\tiny{17}}\scoring{17} & + \wrongchoice[H]{\tiny{18}}\scoring{18} & + \wrongchoice[G]{\tiny{19}}\scoring{19} & + \wrongchoice[F]{\tiny{20}}\scoring{20} + \\ & + \wrongchoice[E]{\tiny{21}}\scoring{21} & + \wrongchoice[D]{\tiny{22}}\scoring{22} & + \wrongchoice[C]{\tiny{23}}\scoring{23} & + \wrongchoice[B]{\tiny{24}}\scoring{24} & + \wrongchoice[A]{\tiny{25}}\scoring{25} & + \correctchoice[AY]{\tiny{26}}\scoring{26} + \\ +\end{tabular}}} +\newcommand{\correctorTwentySix}[3][0]{% + \par + \noindent + \begin{question}{#2}\bareme{MAX=26} + #3~\\ + \noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{ + \parbox{0.85\linewidth}{\linespread{1.25}\selectfont \correctorChoicesTwentySix\makebox[0pt][c]{}} + \hspace*{5ex}} + \end{question} + \vspace{-55pt}~ + \par +} + +\newcommand{\correctorChoicesTwentySeven}{ + \setlength{\tabcolsep}{0.08em} % for the horizontal padding + {\renewcommand{\arraystretch}{1.2}% for the vertical padding + \hspace{.2cm}\begin{tabular}{lllllllllll} + \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} & + \wrongchoice[K]{\tiny{15}}\scoring{15} & + \wrongchoice[J]{\tiny{16}}\scoring{16} & + \wrongchoice[I]{\tiny{17}}\scoring{17} & + \wrongchoice[H]{\tiny{18}}\scoring{18} & + \wrongchoice[G]{\tiny{19}}\scoring{19} & + \wrongchoice[F]{\tiny{20}}\scoring{20} + \\ & + \wrongchoice[E]{\tiny{21}}\scoring{21} & + \wrongchoice[D]{\tiny{22}}\scoring{22} & + \wrongchoice[C]{\tiny{23}}\scoring{23} & + \wrongchoice[B]{\tiny{24}}\scoring{24} & + \wrongchoice[A]{\tiny{25}}\scoring{25} & + \wrongchoice[AY]{\tiny{26}}\scoring{26} & + \correctchoice[AX]{\tiny{27}}\scoring{27} + \\ +\end{tabular}}} +\newcommand{\correctorTwentySeven}[3][0]{% + \par + \noindent + \begin{question}{#2}\bareme{MAX=27} + #3~\\ + \noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{ + \parbox{0.85\linewidth}{\linespread{1.25}\selectfont \correctorChoicesTwentySeven\makebox[0pt][c]{}} + \hspace*{5ex}} + \end{question} + \vspace{-55pt}~ + \par +} + +\newcommand{\correctorChoicesTwentyEight}{ + \setlength{\tabcolsep}{0.08em} % for the horizontal padding + {\renewcommand{\arraystretch}{1.2}% for the vertical padding + \hspace{.2cm}\begin{tabular}{lllllllllll} + \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} & + \wrongchoice[K]{\tiny{15}}\scoring{15} & + \wrongchoice[J]{\tiny{16}}\scoring{16} & + \wrongchoice[I]{\tiny{17}}\scoring{17} & + \wrongchoice[H]{\tiny{18}}\scoring{18} & + \wrongchoice[G]{\tiny{19}}\scoring{19} & + \wrongchoice[F]{\tiny{20}}\scoring{20} + \\ & + \wrongchoice[E]{\tiny{21}}\scoring{21} & + \wrongchoice[D]{\tiny{22}}\scoring{22} & + \wrongchoice[C]{\tiny{23}}\scoring{23} & + \wrongchoice[B]{\tiny{24}}\scoring{24} & + \wrongchoice[A]{\tiny{25}}\scoring{25} & + \wrongchoice[AY]{\tiny{26}}\scoring{26} & + \wrongchoice[AX]{\tiny{27}}\scoring{27} & + \correctchoice[AW]{\tiny{28}}\scoring{28} + \\ +\end{tabular}}} +\newcommand{\correctorTwentyEight}[3][0]{% + \par + \noindent + \begin{question}{#2}\bareme{MAX=28} + #3~\\ + \noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{ + \parbox{0.85\linewidth}{\linespread{1.25}\selectfont \correctorChoicesTwentyEight\makebox[0pt][c]{}} + \hspace*{5ex}} + \end{question} + \vspace{-55pt}~ + \par +} + +\newcommand{\correctorChoicesTwentyNine}{ + \setlength{\tabcolsep}{0.08em} % for the horizontal padding + {\renewcommand{\arraystretch}{1.2}% for the vertical padding + \hspace{.2cm}\begin{tabular}{lllllllllll} + \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} & + \wrongchoice[K]{\tiny{15}}\scoring{15} & + \wrongchoice[J]{\tiny{16}}\scoring{16} & + \wrongchoice[I]{\tiny{17}}\scoring{17} & + \wrongchoice[H]{\tiny{18}}\scoring{18} & + \wrongchoice[G]{\tiny{19}}\scoring{19} & + \wrongchoice[F]{\tiny{20}}\scoring{20} + \\ & + \wrongchoice[E]{\tiny{21}}\scoring{21} & + \wrongchoice[D]{\tiny{22}}\scoring{22} & + \wrongchoice[C]{\tiny{23}}\scoring{23} & + \wrongchoice[B]{\tiny{24}}\scoring{24} & + \wrongchoice[A]{\tiny{25}}\scoring{25} & + \wrongchoice[AY]{\tiny{26}}\scoring{26} & + \wrongchoice[AX]{\tiny{27}}\scoring{27} & + \wrongchoice[AW]{\tiny{28}}\scoring{28} & + \correctchoice[AV]{\tiny{29}}\scoring{29} + \\ +\end{tabular}}} +\newcommand{\correctorTwentyNine}[3][0]{% + \par + \noindent + \begin{question}{#2}\bareme{MAX=29} + #3~\\ + \noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{ + \parbox{0.85\linewidth}{\linespread{1.25}\selectfont \correctorChoicesTwentyNine\makebox[0pt][c]{}} + \hspace*{5ex}} + \end{question} + \vspace{-55pt}~ + \par +} + +\newcommand{\correctorChoicesThirty}{ + \setlength{\tabcolsep}{0.08em} % for the horizontal padding + {\renewcommand{\arraystretch}{1.2}% for the vertical padding + \hspace{.2cm}\begin{tabular}{lllllllllll} + \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} & + \wrongchoice[K]{\tiny{15}}\scoring{15} & + \wrongchoice[J]{\tiny{16}}\scoring{16} & + \wrongchoice[I]{\tiny{17}}\scoring{17} & + \wrongchoice[H]{\tiny{18}}\scoring{18} & + \wrongchoice[G]{\tiny{19}}\scoring{19} & + \wrongchoice[F]{\tiny{20}}\scoring{20} + \\ & + \wrongchoice[E]{\tiny{21}}\scoring{21} & + \wrongchoice[D]{\tiny{22}}\scoring{22} & + \wrongchoice[C]{\tiny{23}}\scoring{23} & + \wrongchoice[B]{\tiny{24}}\scoring{24} & + \wrongchoice[A]{\tiny{25}}\scoring{25} & + \wrongchoice[AY]{\tiny{26}}\scoring{26} & + \wrongchoice[AX]{\tiny{27}}\scoring{27} & + \wrongchoice[AW]{\tiny{28}}\scoring{28} & + \wrongchoice[AV]{\tiny{29}}\scoring{29} & + \correctchoice[AU]{\tiny{30}}\scoring{30} + \\ +\end{tabular}}} +\newcommand{\correctorThirty}[3][0]{% + \par + \noindent + \begin{question}{#2}\bareme{MAX=30} + #3~\\ + \noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{ + \parbox{0.85\linewidth}{\linespread{1.25}\selectfont \correctorChoicesThirty\makebox[0pt][c]{}} + \hspace*{5ex}} + \end{question} + \vspace{-55pt}~ + \par +} + +\newcommand{\correctorChoicesThirtyOne}{ + \setlength{\tabcolsep}{0.08em} % for the horizontal padding + {\renewcommand{\arraystretch}{1.2}% for the vertical padding + \hspace{.2cm}\begin{tabular}{lllllllllll} + \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} & + \wrongchoice[K]{\tiny{15}}\scoring{15} & + \wrongchoice[J]{\tiny{16}}\scoring{16} & + \wrongchoice[I]{\tiny{17}}\scoring{17} & + \wrongchoice[H]{\tiny{18}}\scoring{18} & + \wrongchoice[G]{\tiny{19}}\scoring{19} & + \wrongchoice[F]{\tiny{20}}\scoring{20} + \\ + \wrongchoice[E]{\tiny{21}}\scoring{21} & + \wrongchoice[D]{\tiny{22}}\scoring{22} & + \wrongchoice[C]{\tiny{23}}\scoring{23} & + \wrongchoice[B]{\tiny{24}}\scoring{24} & + \wrongchoice[A]{\tiny{25}}\scoring{25} & + \wrongchoice[AA]{\tiny{26}}\scoring{26} & + \wrongchoice[AB]{\tiny{27}}\scoring{27} & + \wrongchoice[AC]{\tiny{28}}\scoring{28} & + \wrongchoice[AD]{\tiny{29}}\scoring{29} & + \wrongchoice[AE]{\tiny{30}}\scoring{30} + \\ + \correctchoice[AF]{\tiny{31}}\scoring{31} + +\end{tabular}}} +\newcommand{\correctorThirtyOne}[3][0]{% + \par + \noindent + \begin{question}{#2}\bareme{MAX=31} + #3~\\ + \noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{ + \parbox{0.85\linewidth}{\linespread{1.25}\selectfont \correctorChoicesThirtyOne\makebox[0pt][c]{}} + \hspace*{5ex}} + \end{question} + \vspace{-55pt}~ + \par +} + +\newcommand{\correctorChoicesThirtyTwo}{ + \setlength{\tabcolsep}{0.08em} % for the horizontal padding + {\renewcommand{\arraystretch}{1.2}% for the vertical padding + \hspace{.2cm}\begin{tabular}{lllllllllll} + \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} & + \wrongchoice[K]{\tiny{15}}\scoring{15} & + \wrongchoice[J]{\tiny{16}}\scoring{16} & + \wrongchoice[I]{\tiny{17}}\scoring{17} & + \wrongchoice[H]{\tiny{18}}\scoring{18} & + \wrongchoice[G]{\tiny{19}}\scoring{19} & + \wrongchoice[F]{\tiny{20}}\scoring{20} + \\ + \wrongchoice[E]{\tiny{21}}\scoring{21} & + \wrongchoice[D]{\tiny{22}}\scoring{22} & + \wrongchoice[C]{\tiny{23}}\scoring{23} & + \wrongchoice[B]{\tiny{24}}\scoring{24} & + \wrongchoice[A]{\tiny{25}}\scoring{25} & + \wrongchoice[AA]{\tiny{26}}\scoring{26} & + \wrongchoice[AB]{\tiny{27}}\scoring{27} & + \wrongchoice[AC]{\tiny{28}}\scoring{28} & + \wrongchoice[AD]{\tiny{29}}\scoring{29} & + \wrongchoice[AE]{\tiny{30}}\scoring{30} + \\ + \wrongchoice[AF]{\tiny{31}}\scoring{31} & + \correctchoice[AG]{\tiny{32}}\scoring{32} + +\end{tabular}}} +\newcommand{\correctorThirtyTwo}[3][0]{% + \par + \noindent + \begin{question}{#2}\bareme{MAX=32} + #3~\\ + \noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{ + \parbox{0.85\linewidth}{\linespread{1.25}\selectfont \correctorChoicesThirtyTwo\makebox[0pt][c]{}} + \hspace*{5ex}} + \end{question} + \vspace{-55pt}~ + \par +} + +\newcommand{\correctorChoicesThirtyThree}{ + \setlength{\tabcolsep}{0.08em} % for the horizontal padding + {\renewcommand{\arraystretch}{1.2}% for the vertical padding + \hspace{.2cm}\begin{tabular}{lllllllllll} + \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} & + \wrongchoice[K]{\tiny{15}}\scoring{15} & + \wrongchoice[J]{\tiny{16}}\scoring{16} & + \wrongchoice[I]{\tiny{17}}\scoring{17} & + \wrongchoice[H]{\tiny{18}}\scoring{18} & + \wrongchoice[G]{\tiny{19}}\scoring{19} & + \wrongchoice[F]{\tiny{20}}\scoring{20} + \\ + \wrongchoice[E]{\tiny{21}}\scoring{21} & + \wrongchoice[D]{\tiny{22}}\scoring{22} & + \wrongchoice[C]{\tiny{23}}\scoring{23} & + \wrongchoice[B]{\tiny{24}}\scoring{24} & + \wrongchoice[A]{\tiny{25}}\scoring{25} & + \wrongchoice[AA]{\tiny{26}}\scoring{26} & + \wrongchoice[AB]{\tiny{27}}\scoring{27} & + \wrongchoice[AC]{\tiny{28}}\scoring{28} & + \wrongchoice[AD]{\tiny{29}}\scoring{29} & + \wrongchoice[AE]{\tiny{30}}\scoring{30} + \\ + \wrongchoice[AF]{\tiny{31}}\scoring{31} & + \wrongchoice[AG]{\tiny{32}}\scoring{32} & + \correctchoice[AH]{\tiny{33}}\scoring{33} + +\end{tabular}}} +\newcommand{\correctorThirtyThree}[3][0]{% + \par + \noindent + \begin{question}{#2}\bareme{MAX=33} + #3~\\ + \noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{ + \parbox{0.85\linewidth}{\linespread{1.25}\selectfont \correctorChoicesThirtyThree\makebox[0pt][c]{}} + \hspace*{5ex}} + \end{question} + \vspace{-55pt}~ + \par +} + +\newcommand{\correctorChoicesThirtyFour}{ + \setlength{\tabcolsep}{0.08em} % for the horizontal padding + {\renewcommand{\arraystretch}{1.2}% for the vertical padding + \hspace{.2cm}\begin{tabular}{lllllllllll} + \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} & + \wrongchoice[K]{\tiny{15}}\scoring{15} & + \wrongchoice[J]{\tiny{16}}\scoring{16} & + \wrongchoice[I]{\tiny{17}}\scoring{17} & + \wrongchoice[H]{\tiny{18}}\scoring{18} & + \wrongchoice[G]{\tiny{19}}\scoring{19} & + \wrongchoice[F]{\tiny{20}}\scoring{20} + \\ + \wrongchoice[E]{\tiny{21}}\scoring{21} & + \wrongchoice[D]{\tiny{22}}\scoring{22} & + \wrongchoice[C]{\tiny{23}}\scoring{23} & + \wrongchoice[B]{\tiny{24}}\scoring{24} & + \wrongchoice[A]{\tiny{25}}\scoring{25} & + \wrongchoice[AA]{\tiny{26}}\scoring{26} & + \wrongchoice[AB]{\tiny{27}}\scoring{27} & + \wrongchoice[AC]{\tiny{28}}\scoring{28} & + \wrongchoice[AD]{\tiny{29}}\scoring{29} & + \wrongchoice[AE]{\tiny{30}}\scoring{30} + \\ + \wrongchoice[AF]{\tiny{31}}\scoring{31} & + \wrongchoice[AG]{\tiny{32}}\scoring{32} & + \wrongchoice[AH]{\tiny{33}}\scoring{33} & + \correctchoice[AI]{\tiny{34}}\scoring{34} + +\end{tabular}}} +\newcommand{\correctorThirtyFour}[3][0]{% + \par + \noindent + \begin{question}{#2}\bareme{MAX=34} + #3~\\ + \noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{ + \parbox{0.85\linewidth}{\linespread{1.25}\selectfont \correctorChoicesThirtyFour\makebox[0pt][c]{}} + \hspace*{5ex}} + \end{question} + \vspace{-55pt}~ + \par +} + +\newcommand{\correctorChoicesThirtyFive}{ + \setlength{\tabcolsep}{0.08em} % for the horizontal padding + {\renewcommand{\arraystretch}{1.2}% for the vertical padding + \hspace{.2cm}\begin{tabular}{lllllllllll} + \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} & + \wrongchoice[K]{\tiny{15}}\scoring{15} & + \wrongchoice[J]{\tiny{16}}\scoring{16} & + \wrongchoice[I]{\tiny{17}}\scoring{17} & + \wrongchoice[H]{\tiny{18}}\scoring{18} & + \wrongchoice[G]{\tiny{19}}\scoring{19} & + \wrongchoice[F]{\tiny{20}}\scoring{20} + \\ + \wrongchoice[E]{\tiny{21}}\scoring{21} & + \wrongchoice[D]{\tiny{22}}\scoring{22} & + \wrongchoice[C]{\tiny{23}}\scoring{23} & + \wrongchoice[B]{\tiny{24}}\scoring{24} & + \wrongchoice[A]{\tiny{25}}\scoring{25} & + \wrongchoice[AA]{\tiny{26}}\scoring{26} & + \wrongchoice[AB]{\tiny{27}}\scoring{27} & + \wrongchoice[AC]{\tiny{28}}\scoring{28} & + \wrongchoice[AD]{\tiny{29}}\scoring{29} & + \wrongchoice[AE]{\tiny{30}}\scoring{30} + \\ + \wrongchoice[AF]{\tiny{31}}\scoring{31} & + \wrongchoice[AG]{\tiny{32}}\scoring{32} & + \wrongchoice[AH]{\tiny{33}}\scoring{33} & + \wrongchoice[AI]{\tiny{34}}\scoring{34} & + \correctchoice[AL]{\tiny{35}}\scoring{35} + +\end{tabular}}} +\newcommand{\correctorThirtyFive}[3][0]{% + \par + \noindent + \begin{question}{#2}\bareme{MAX=35} + #3~\\ + \noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{ + \parbox{0.85\linewidth}{\linespread{1.25}\selectfont \correctorChoicesThirtyFive\makebox[0pt][c]{}} + \hspace*{5ex}} + \end{question} + \vspace{-55pt}~ + \par +} + +\newcommand{\correctorChoicesThirtySix}{ + \setlength{\tabcolsep}{0.08em} % for the horizontal padding + {\renewcommand{\arraystretch}{1.2}% for the vertical padding + \hspace{.2cm}\begin{tabular}{lllllllllll} + \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} & + \wrongchoice[K]{\tiny{15}}\scoring{15} & + \wrongchoice[J]{\tiny{16}}\scoring{16} & + \wrongchoice[I]{\tiny{17}}\scoring{17} & + \wrongchoice[H]{\tiny{18}}\scoring{18} & + \wrongchoice[G]{\tiny{19}}\scoring{19} & + \wrongchoice[F]{\tiny{20}}\scoring{20} + \\ + \wrongchoice[E]{\tiny{21}}\scoring{21} & + \wrongchoice[D]{\tiny{22}}\scoring{22} & + \wrongchoice[C]{\tiny{23}}\scoring{23} & + \wrongchoice[B]{\tiny{24}}\scoring{24} & + \wrongchoice[A]{\tiny{25}}\scoring{25} & + \wrongchoice[AA]{\tiny{26}}\scoring{26} & + \wrongchoice[AB]{\tiny{27}}\scoring{27} & + \wrongchoice[AC]{\tiny{28}}\scoring{28} & + \wrongchoice[AD]{\tiny{29}}\scoring{29} & + \wrongchoice[AE]{\tiny{30}}\scoring{30} + \\ + \wrongchoice[AF]{\tiny{31}}\scoring{31} & + \wrongchoice[AG]{\tiny{32}}\scoring{32} & + \wrongchoice[AH]{\tiny{33}}\scoring{33} & + \wrongchoice[AI]{\tiny{34}}\scoring{34} & + \wrongchoice[AL]{\tiny{35}}\scoring{35} & + \correctchoice[AM]{\tiny{36}}\scoring{36} & + +\end{tabular}}} +\newcommand{\correctorThirtySix}[3][0]{% + \par + \noindent + \begin{question}{#2}\bareme{MAX=36} + #3~\\ + \noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{ + \parbox{0.85\linewidth}{\linespread{1.25}\selectfont \correctorChoicesThirtySix\makebox[0pt][c]{}} + \hspace*{5ex}} + \end{question} + \vspace{-55pt}~ + \par +} + +%************************************************************** +%% correctors boxes by half points 0,5 to 16 =================================== +\newcommand{\correctorChoicesOneHalf}{ +\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} & +\correctchoice[X]{\tiny{1}}\scoring{1} +\\ +\end{tabular}}} +\newcommand{\correctorOneHalf}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=1} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[0.9\linewidth][l]{\correctorChoicesOneHalf}} +\end{question} +\vspace{-55pt}~ +\par +} + +\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[0.9\linewidth][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[0.9\linewidth][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[0.9\linewidth][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[0.9\linewidth][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[0.9\linewidth][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[0.9\linewidth][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[0.9\linewidth][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[0.9\linewidth][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[0.9\linewidth][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[0.9\linewidth][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[0.9\linewidth][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[0.9\linewidth][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[0.9\linewidth][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[0.9\linewidth][l]{\correctorChoicesFifteenHalf}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorChoicesSixteenHalf}{ +\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} +\\ +& +\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} & +\wrongchoice[AU]{\tiny{15}}\scoring{15} & +\wrongchoice[AV]{\tiny{.5}}\scoring{15.5} & +\correctchoice[AU]{\tiny{16}}\scoring{16} +\\ +\end{tabular}}} +\newcommand{\correctorSixteenHalf}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=16} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[0.9\linewidth][l]{\correctorChoicesSixteenHalf}} +\end{question} +\vspace{-55pt}~ +\par +} + +% For CMS *********** +\newcommand{\correctorChoicesTwentyHalf}{ +\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} & +\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} & +\wrongchoice[AU]{\tiny{15}}\scoring{15} & +\wrongchoice[AV]{\tiny{.5}}\scoring{15.5} & +\wrongchoice[AU]{\tiny{16}}\scoring{16} & +\wrongchoice[AT]{\tiny{.5}}\scoring{16.5} & +\wrongchoice[AS]{\tiny{17}}\scoring{17} & +\wrongchoice[AR]{\tiny{.5}}\scoring{17.5} & +\wrongchoice[AQ]{\tiny{18}}\scoring{18} & +\wrongchoice[AP]{\tiny{.5}}\scoring{18.5} & +\wrongchoice[AO]{\tiny{19}}\scoring{19} & +\wrongchoice[AN]{\tiny{.5}}\scoring{19.5} & +\correctchoice[AM]{\tiny{20}}\scoring{20} +\\ +\end{tabular}}} +\newcommand{\correctorTwentyHalf}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=20} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[0.9\linewidth][l]{\correctorChoicesTwentyHalf}} +\end{question} +\vspace{-55pt}~ +\par +} + +%************************************************************** +%% corrector boxes by quarter points 0,25 to 4 ==================== + +\newcommand{\correctorChoicesOneQuarter}{ +\setlength{\tabcolsep}{0em} % for the horizontal padding +{\renewcommand{\arraystretch}{1.5}% for the vertical padding +\newcolumntype{L}{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{2.3em}} +\hspace{-0.25cm}\begin{tabular}{LLLLL} +\wrongchoice[0]{\tiny{0}}\scoring{0} & +\wrongchoice[Y]{\tiny{.25}}\scoring{0.25} & +\wrongchoice[X]{\tiny{.5}}\scoring{0.5} & +\wrongchoice[W]{\tiny{.75}}\scoring{0.75} & +\correctchoice[V]{\tiny{1}}\scoring{1} +\\ +\end{tabular}}} +\newcommand{\correctorOneQuarter}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=1} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[0.9\linewidth][l]{\correctorChoicesOneQuarter}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorChoicesTwoQuarter}{ +\setlength{\tabcolsep}{0em} % for the horizontal padding +{\renewcommand{\arraystretch}{1.3}% for the vertical padding +\newcolumntype{L}{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{2.3em}} +\hspace{-0.25cm}\begin{tabular}{LLLLLLLLL} +\wrongchoice[0]{\tiny{0}}\scoring{0} & +\wrongchoice[Y]{\tiny{.25}}\scoring{0.25} & +\wrongchoice[X]{\tiny{.5}}\scoring{0.5} & +\wrongchoice[W]{\tiny{.75}}\scoring{0.75} & +\wrongchoice[V]{\tiny{1}}\scoring{1} & +\wrongchoice[U]{\tiny{.25}}\scoring{1.25} & +\wrongchoice[T]{\tiny{.5}}\scoring{1.5} & +\wrongchoice[S]{\tiny{.75}}\scoring{1.75} & +\correctchoice[[R]{\tiny{2}}\scoring{2} +\\ +\end{tabular}}} +\newcommand{\correctorTwoQuarter}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=2} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[0.9\linewidth][l]{\correctorChoicesTwoQuarter}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorChoicesThreeQuarter}{ +\setlength{\tabcolsep}{0em} % for the horizontal padding +{\renewcommand{\arraystretch}{1.2}% for the vertical padding +\newcolumntype{L}{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{2.3em}} +\hspace{-0.25cm}\begin{tabular}{LLLLLLLLLLLLL} +\wrongchoice[0]{\tiny{0}}\scoring{0} & +\wrongchoice[Y]{\tiny{.25}}\scoring{0.25} & +\wrongchoice[X]{\tiny{.5}}\scoring{0.5} & +\wrongchoice[W]{\tiny{.75}}\scoring{0.75} & +\wrongchoice[V]{\tiny{1}}\scoring{1} & +\wrongchoice[U]{\tiny{.25}}\scoring{1.25} & +\wrongchoice[T]{\tiny{.5}}\scoring{1.5} & +\wrongchoice[S]{\tiny{.75}}\scoring{1.75} & +\wrongchoice[R]{\tiny{2}}\scoring{2} & +\wrongchoice[Q]{\tiny{.25}}\scoring{2.25} & +\wrongchoice[P]{\tiny{.5}}\scoring{2.5} & +\wrongchoice[O]{\tiny{.75}}\scoring{2.75} & +\correctchoice[N]{\tiny{3}}\scoring{3} +\\ +\end{tabular}}} +\newcommand{\correctorThreeQuarter}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=3} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[0.9\linewidth][l]{\correctorChoicesThreeQuarter}} +\end{question} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorChoicesFourQuarter}{ +\setlength{\tabcolsep}{0em} % for the horizontal padding +{\renewcommand{\arraystretch}{1.2}% for the vertical padding +\newcolumntype{L}{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{2.3em}} +\hspace{-0.25cm}\begin{tabular}{LLLLLLLLLLLLLLLLL} +\wrongchoice[0]{\tiny{0}}\scoring{0} & +\wrongchoice[Y]{\tiny{.25}}\scoring{0.25} & +\wrongchoice[X]{\tiny{.5}}\scoring{0.5} & +\wrongchoice[W]{\tiny{.75}}\scoring{0.75} & +\wrongchoice[V]{\tiny{1}}\scoring{1} & +\wrongchoice[U]{\tiny{.25}}\scoring{1.25} & +\wrongchoice[T]{\tiny{.5}}\scoring{1.5} & +\wrongchoice[S]{\tiny{.75}}\scoring{1.75} & +\wrongchoice[R]{\tiny{2}}\scoring{2} & +\wrongchoice[Q]{\tiny{.25}}\scoring{2.25} & +\wrongchoice[P]{\tiny{.5}}\scoring{2.5} & +\wrongchoice[O]{\tiny{.75}}\scoring{2.75} & +\wrongchoice[N]{\tiny{3}}\scoring{3} +\\ +& +\wrongchoice[M]{\tiny{.25}}\scoring{3.25} & +\wrongchoice[L]{\tiny{.5}}\scoring{3} & +\wrongchoice[K]{\tiny{.75}}\scoring{3.75} & +\correctchoice[J]{\tiny{4}}\scoring{4} +\\ +\end{tabular}}} +\newcommand{\correctorFourQuarter}[3][0]{% +\par +\noindent +\begin{question}{#2}\bareme{MAX=4} +#3~\\ +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}% +{\makebox[0.9\linewidth][l]{\correctorChoicesFourQuarter}} +\end{question} +\vspace{-55pt}~ +\par +} + + + +%************************************************************** +%% 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[338pt][c]{}} +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{\correctorChoices\makebox[325pt][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[249pt][c]{}} +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{\correctorChoices\correctorChoices\makebox[218pt][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[140pt][c]{}} +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{\correctorChoices\correctorChoices\correctorChoices\makebox[108pt][c]{}} + +\end{questionmultx} +\vspace{-55pt}~ +\par +} + +%% 3 boxes correctors (0,1/2,and 1 * openquestionmax) ==================== + +\newcommand{\correctorChoicesSimple}{\correctchoice[0]{}\scoring{b=0}\correctchoice[Y]{}\scoring{b=\openquestionmax/2}\correctchoice[X]{}{\qquad}\scoring{b=\openquestionmax}} + +\newcommand{\correctorOneThree}[3][0]{ +\par +\noindent +\begin{questionmultx}{#2}\bareme{MAX=\openquestionmax} +#3~\\ +% \noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{\correctorChoicesSimple\makebox[340pt][c]{}} +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{\correctorChoicesSimple\makebox[362pt][c]{}} + +\end{questionmultx} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorTwoThree}[3][0]{ +\par +\noindent +\begin{questionmultx}{#2}\bareme{MAX=\openquestionmax*2} +#3~\\ +% \noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{\correctorChoicesSimple\correctorChoicesSimple\makebox[260pt][c]{}} +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{\correctorChoicesSimple\correctorChoicesSimple\makebox[290pt][c]{}} + +\end{questionmultx} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorThreeThree}[3][0]{ +\par +\noindent +\begin{questionmultx}{#2}\bareme{MAX=\openquestionmax*3} +#3~\\ +% \noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{\correctorChoicesSimple\correctorChoicesSimple\correctorChoicesSimple\makebox[180pt][c]{}} +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{\correctorChoicesSimple\correctorChoicesSimple\correctorChoicesSimple\makebox[218pt][c]{}} + +\end{questionmultx} +\vspace{-55pt}~ +\par +} + +\newcommand{\correctorFourThree}[3][0]{ +\par +\noindent +\begin{questionmultx}{#2}\bareme{MAX=\openquestionmax*4} +#3~\\ +% \noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{\correctorChoicesSimple\correctorChoicesSimple\correctorChoicesSimple\correctorChoicesSimple\makebox[100pt][c]{}} +\noindent\AMCOpen{lines=#1,boxframerulecol=lightgray,framerulecol=white}{\correctorChoicesSimple\correctorChoicesSimple\correctorChoicesSimple\correctorChoicesSimple\makebox[148pt][c]{}} + +\end{questionmultx} +\vspace{-55pt}~ +\par +} + + + +%************************************************************** +\newcommand{\correctorStop}{ +\bigskip + + +\noindent +} diff --git a/data/templates/chemistry/de/first_page.tex b/data/templates/chemistry/de/first_page.tex index 0b11a74..c8d982e 100644 --- a/data/templates/chemistry/de/first_page.tex +++ b/data/templates/chemistry/de/first_page.tex @@ -1,92 +1,85 @@ % First page - GERMAN \noindent -\begin{minipage}[b]{260pt} - \vspace{-8mm} +\begin{minipage}[b]{240pt} + \vspace{-6mm} \hspace{-2.8mm} \begin{tabular}{ m{67mm} m{30mm} } \includegraphics[scale=0.6]{epfl-logo.pdf} & %QRCODE \vspace{0cm}\includegraphics[height=20mm,width=20mm]{qrc_firstpage.png} \\ \end{tabular} \medskip \bf \prof \\ \bf \ExamName~-~\SECTION \\ \bf \ExamDate \\ \bf \Time \end{minipage} -\begin{minipage}[b]{180pt} +\begin{minipage}[b]{210pt} \begin{flushright} - \fontsize{100}{120}{\selectfont{\ID{}}} \\ + \fontsize{80}{100}{\selectfont{\ID{}}} \\ +% \fontsize{100}{120}{\selectfont{\ID{}}} \\ ~\ \ \end{flushright} \end{minipage} \vspace{1cm} -\noindent -\begin{minipage}[c]{\textwidth} - \begin{center} - \fontsize{40}{48}{\selectfont{\NAME{}}} - \end{center} -\end{minipage} -\vspace{1cm} - \noindent \namefield{SCIPER\,: {\Large \bf \SCIPER{} }} %ROOM \hfill \namefield{ROOM\,: {\Large \bf \ROOM{} }} %SIGNATURE \hfill Signature\,:~\textcolor{light-Gray}{\rule{5cm}{1.5cm}} \vspace{0.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.} \vfill \noindent \begin{center} \fbox{ \parbox{160mm}{\centering \mbox{} \vspace{2mm} \begin{itemize} \setlength\itemsep{-1mm} \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: \vspace{-3mm} \begin{itemize} \setlength\itemsep{-1mm} \item [$+3$] Punkte, wenn die Antwort richtig ist, \item [$0$] Punkte, wenn die Frage nicht beantwortet ist oder mehrere M\"oglichkeiten markiert sind, \item [$-1$] Punkt, wenn die Antwort falsch ist. \end{itemize} \vspace{-1.5mm} \item F\"ur die \textbf{Wahr/Falsch }Fragen erh\"alt man: \vspace{-3mm} \begin{itemize} \setlength\itemsep{-1mm} \item [$+1$] Punkt, wenn die Antwort richtig ist, \item [$0$] Punkte, wenn die Frage nicht beantwortet ist oder mehrere M\"oglichkeiten markiert sind, \item [$-1$] Punkt, wenn die Antwort falsch ist. \end{itemize} \vspace{-1.5mm} \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. \end{itemize} \vspace{-1mm} \mbox{} } } \end{center} \vfill \noindent \begin{center} \includegraphics[scale=0.19]{good_bad_square} \end{center} % End of first page diff --git a/data/templates/chemistry/de/header_1.tex b/data/templates/chemistry/de/header_1.tex new file mode 100644 index 0000000..b9a9b7d --- /dev/null +++ b/data/templates/chemistry/de/header_1.tex @@ -0,0 +1,11 @@ + +\newpage + +\subsection*{Erster Teil, Multiple-Choice-Fragen} + +\noindent +Markieren Sie bitte für jede Frage die Box an, die zu der richtigen Lösung gehört. Es gibt \textbf{genau eine} richtige Antwort pro Frage. +\bigskip + + +%% Leave at least 2 empty lines after the \bigskip diff --git a/data/templates/chemistry/de/header_2.tex b/data/templates/chemistry/de/header_2.tex new file mode 100644 index 0000000..ee852e3 --- /dev/null +++ b/data/templates/chemistry/de/header_2.tex @@ -0,0 +1,11 @@ + +\newpage + +\subsection*{Zweiter Teil, Wahr/Falsch-Fragen} + +\noindent +Markieren Sie bitte für jede der folgenden Fragen die Box WAHR an, wenn die Aussage \textbf{immer korrekt} ist, oder die Box FALSCH, wenn sie \textbf{nicht immer korrekt} ist, d.h. wenn die Aussage manchmal falsch ist. +\bigskip + + +%% Leave at least 2 empty lines after the \bigskip diff --git a/data/templates/chemistry/de/question-text.tex b/data/templates/chemistry/de/question-text.tex new file mode 100644 index 0000000..358a1ac --- /dev/null +++ b/data/templates/chemistry/de/question-text.tex @@ -0,0 +1,11 @@ +%% Change Question text - FRENCH + +\renewcommand{\AMCbeginQuestion}[2]{\QuestionText{#1}} +\def\QuestionText{\TEXT} +\def\TEXT#1{\vspace{\AMCformVSpace}\par {\bf Frage #1 :} } +\def\NOTEXT#1{ } + +%% little text can be written in the marking area to tell the students not to tick these boxes, +\def\AMCotextReserved{\hspace{-25mm}\emph{Hier nicht schreiben.}} + +%% End of file \ No newline at end of file diff --git a/data/templates/chemistry/de/true-false.tex b/data/templates/chemistry/de/true-false.tex new file mode 100644 index 0000000..ffe6ddb --- /dev/null +++ b/data/templates/chemistry/de/true-false.tex @@ -0,0 +1,43 @@ +%% TRUE / FALSE commands - GERMAN + +\AMCtext{draft}{ENTWURF} + +\newcommand{\TRUE}{ + \bareme{b=1,m=-1} + \begin{choiceshoriz}[o] + \bonne{WAHR} + \mauvaise{FALSCH} + \end{choiceshoriz} +\medskip +} + +\newcommand{\FALSE}{ + \bareme{b=1,m=-1} + \begin{choiceshoriz}[o] + \mauvaise{WAHR} + \bonne{FALSCH} + \end{choiceshoriz} +\medskip +} + +% For compat. reasons... + +\newcommand{\VERO}{ + \bareme{b=1,m=-1} + \begin{choiceshoriz}[o] + \bonne{WAHR} + \mauvaise{FALSCH} + \end{choiceshoriz} +\medskip +} + +\newcommand{\FALSO}{ + \bareme{b=1,m=-1} + \begin{choiceshoriz}[o] + \mauvaise{WAHR} + \bonne{FALSCH} + \end{choiceshoriz} +\medskip +} + +%% End of file diff --git a/data/templates/chemistry/en/first_page.tex b/data/templates/chemistry/en/first_page.tex index deb93f4..414bdfa 100644 --- a/data/templates/chemistry/en/first_page.tex +++ b/data/templates/chemistry/en/first_page.tex @@ -1,94 +1,95 @@ % First page - ENGLISH \noindent -\begin{minipage}[b]{260pt} - \vspace{-8mm} +\begin{minipage}[b]{240pt} + \vspace{-6mm} \hspace{-2.8mm} \begin{tabular}{ m{67mm} m{30mm} } \includegraphics[scale=0.6]{epfl-logo.pdf} & %QRCODE \vspace{0cm}\includegraphics[height=20mm,width=20mm]{qrc_firstpage.png} \\ \end{tabular} \medskip \bf \prof \\ \bf \ExamName~-~\SECTION \\ \bf \ExamDate \\ \bf \Time \end{minipage} -\begin{minipage}[b]{180pt} +\begin{minipage}[b]{210pt} \begin{flushright} - \fontsize{100}{120}{\selectfont{\ID{}}} \\ + \fontsize{80}{100}{\selectfont{\ID{}}} \\ +% \fontsize{100}{120}{\selectfont{\ID{}}} \\ ~\ \ \end{flushright} \end{minipage} \vspace{1cm} \noindent \begin{minipage}[c]{\textwidth} \begin{center} \fontsize{40}{48}{\selectfont{\NAME{}}} \end{center} \end{minipage} \vspace{1cm} \noindent \namefield{SCIPER\,: {\Large \bf \SCIPER{} }} %ROOM \hfill \namefield{ROOM\,: {\Large \bf \ROOM{} }} %SIGNATURE \hfill Signature\,:~\textcolor{light-Gray}{\rule{5cm}{1.5cm}} \vspace{0.5cm} \noindent \textbf{Do not turn the page before the start of the exam.} \textbf{This document is double-sided, has \totalPages\ pages, the last ones possibly blank.} \textbf{Do not unstaple.} \vfill \noindent \begin{center} \fbox{ \parbox{160mm}{\centering \mbox{} \vspace{2mm} \begin{itemize} \setlength\itemsep{-1mm} \item Place your student card on your table. \item \textbf{No other paper materials} are allowed to be used during the exam. \item Using a \textbf{calculator} or any electronic device is not permitted during the exam. \item For the \textbf{multiple choice} questions, we give : \vspace{-3mm} \begin{itemize} \setlength\itemsep{-1mm} \item [$+3$] points if your answer is correct, \item [$0$] points if you give no answer or more than one, \item [$-1$] points if your answer is incorrect. \end{itemize} \vspace{-1.5mm} \item For the \textbf{true/false} questions, we give : \vspace{-3mm} \begin{itemize} \setlength\itemsep{-1mm} \item [$+1$] points if your answer is correct, \item [$0$] points if you give no answer or more than one, \item [$-1$] points if your answer is incorrect. \end{itemize} \vspace{-1.5mm} \item Use a \textbf{black or dark blue ballpen} and clearly erase with \textbf{correction fluid} if necessary. \item If a question is wrong, the teacher may decide to nullify it. \end{itemize} \vspace{-1mm} \mbox{} } } \end{center} \vfill \noindent \begin{center} \includegraphics[scale=0.19]{good_bad_square} \end{center} %% End of first page diff --git a/data/templates/chemistry/en/header_1.tex b/data/templates/chemistry/en/header_1.tex new file mode 100644 index 0000000..a751ff0 --- /dev/null +++ b/data/templates/chemistry/en/header_1.tex @@ -0,0 +1,11 @@ + +\newpage + +\subsection*{First part: multiple choice questions} + +\noindent +For each question, mark the box corresponding to the correct answer. Each question has \textbf{exactly one} correct answer. +\bigskip + + +%% Leave at least 2 empty lines after the \bigskip diff --git a/data/templates/chemistry/en/header_2.tex b/data/templates/chemistry/en/header_2.tex new file mode 100644 index 0000000..ae14c72 --- /dev/null +++ b/data/templates/chemistry/en/header_2.tex @@ -0,0 +1,11 @@ + +\newpage + +\subsection*{Second part: true/false questions} + +\noindent +For each question, mark the box (without erasing) TRUE if the statement is \textbf{always true} and the box FALSE if it is \textbf{not always true} (i.e., it is sometimes false). +\bigskip + + +%% Leave at least 2 empty lines after the \bigskip diff --git a/data/templates/chemistry/en/question-text.tex b/data/templates/chemistry/en/question-text.tex new file mode 100644 index 0000000..a1d56fe --- /dev/null +++ b/data/templates/chemistry/en/question-text.tex @@ -0,0 +1,12 @@ +%% Change Question text - FRENCH + +\renewcommand{\AMCbeginQuestion}[2]{\QuestionText{#1}} +\def\QuestionText{\TEXT} +\def\TEXT#1{\vspace{\AMCformVSpace}\par {\bf Question #1 :} } +\def\NOTEXT#1{ } + + +%% little text can be written in the marking area to tell the students not to tick these boxes, +\def\AMCotextReserved{\hspace{-20mm}\emph{Do not write here.}} + +%% End of file \ No newline at end of file diff --git a/data/templates/chemistry/en/true-false.tex b/data/templates/chemistry/en/true-false.tex new file mode 100644 index 0000000..32a9677 --- /dev/null +++ b/data/templates/chemistry/en/true-false.tex @@ -0,0 +1,41 @@ +%% TRUE / FALSE commands - ENGLISH + +\newcommand{\TRUE}{ + \bareme{b=1,m=-1} + \begin{choiceshoriz}[o] + \bonne{TRUE} + \mauvaise{FALSE} + \end{choiceshoriz} +\medskip +} + +\newcommand{\FALSE}{ + \bareme{b=1,m=-1} + \begin{choiceshoriz}[o] + \mauvaise{TRUE} + \bonne{FALSE} + \end{choiceshoriz} +\medskip +} + +% For compat. reasons... + +\newcommand{\VERO}{ + \bareme{b=1,m=-1} + \begin{choiceshoriz}[o] + \bonne{TRUE} + \mauvaise{FALSE} + \end{choiceshoriz} +\medskip +} + +\newcommand{\FALSO}{ + \bareme{b=1,m=-1} + \begin{choiceshoriz}[o] + \mauvaise{TRUE} + \bonne{FALSE} + \end{choiceshoriz} +\medskip +} + +%% End of file diff --git a/data/templates/chemistry/fr/first_page.tex b/data/templates/chemistry/fr/first_page.tex index 7a831be..dd60f46 100644 --- a/data/templates/chemistry/fr/first_page.tex +++ b/data/templates/chemistry/fr/first_page.tex @@ -1,96 +1,97 @@ % First page - FRENCH \noindent -\begin{minipage}[b]{260pt} - \vspace{-8mm} +\begin{minipage}[b]{240pt} + \vspace{-6mm} \hspace{-2.8mm} \begin{tabular}{ m{67mm} m{30mm} } \includegraphics[scale=0.6]{epfl-logo.pdf} & %QRCODE \vspace{0cm}\includegraphics[height=20mm,width=20mm]{qrc_firstpage.png} \\ \end{tabular} \medskip \bf \prof \\ \bf \ExamName~-~\SECTION \\ \bf \ExamDate \\ \bf \Time \end{minipage} -\begin{minipage}[b]{180pt} +\begin{minipage}[b]{210pt} \begin{flushright} - \fontsize{100}{120}{\selectfont{\ID{}}} \\ + \fontsize{80}{100}{\selectfont{\ID{}}} \\ +% \fontsize{100}{120}{\selectfont{\ID{}}} \\ ~\ \ \end{flushright} \end{minipage} \vspace{1cm} \noindent \begin{minipage}[c]{\textwidth} \begin{center} \fontsize{40}{48}{\selectfont{\NAME{}}} \end{center} \end{minipage} \vspace{1cm} \noindent \namefield{SCIPER\,: {\Large \bf \SCIPER{} }} %ROOM \hfill \namefield{ROOM\,: {\Large \bf \ROOM{} }} %SIGNATURE \hfill Signature\,:~\textcolor{light-Gray}{\rule{5cm}{1.5cm}} \vspace{0.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.} \vfill \noindent \begin{center} \fbox{ \parbox{160mm}{\centering \mbox{} \vspace{2mm} \begin{itemize} \setlength\itemsep{-1mm} \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\,: \vspace{-3mm} \begin{itemize} \setlength\itemsep{-1mm} \item [$+3$] points si la r\'eponse est correcte, \item [$0$] point si il n'y a aucune ou plus d'une r\'eponse inscrite, \item [$-1$] point si la r\'eponse est incorrecte. \end{itemize} \vspace{-1.5mm} \item Pour les questions de type \textbf{vrai-faux}, on comptera\,: \vspace{-3mm} \begin{itemize} \setlength\itemsep{-1mm} \item [$+1$] point si la r\'eponse est correcte, \item [$0$] point si il n'y a aucune ou plus d'une r\'eponse inscrite, \item [$-1$] point si la r\'eponse est incorrecte. \end{itemize} \vspace{-1.5mm} \item Utilisez un \textbf{stylo} \`a encre \textbf{noire ou bleu fonc\'e} et effacez proprement avec du \textbf{correcteur blanc} si n\'ecessaire. \item Si une question est erronée, l'enseignant se réserve le droit de l'annuler. \end{itemize} \vspace{-1mm} \mbox{} } } \end{center} \vfill \noindent \begin{center} \includegraphics[scale=0.19]{good_bad_square} \end{center} %% End of first page diff --git a/data/templates/chemistry/fr/header_1.tex b/data/templates/chemistry/fr/header_1.tex new file mode 100644 index 0000000..1fbd2a8 --- /dev/null +++ b/data/templates/chemistry/fr/header_1.tex @@ -0,0 +1,11 @@ + +\newpage + +\subsection*{Premi\`ere partie, questions \`a choix multiple} + +\noindent +Pour chaque question marquer la case correspondante \`a la r\'eponse correcte sans faire de ratures. Il n'y a qu'\textbf{une seule} r\'{e}ponse correcte par question. +\bigskip + + +%% Leave at least 2 empty lines after the \bigskip diff --git a/data/templates/chemistry/fr/header_2.tex b/data/templates/chemistry/fr/header_2.tex new file mode 100644 index 0000000..9b32825 --- /dev/null +++ b/data/templates/chemistry/fr/header_2.tex @@ -0,0 +1,11 @@ + +\newpage + +\subsection*{Deuxi\`eme partie, questions du type Vrai ou Faux} + +\noindent +Pour chaque question, marquer (sans faire de ratures) la case VRAI si l'affirmation est \textbf{toujours vraie} ou la case FAUX si elle \textbf{n'est pas toujours vraie} (c'est-\`a-dire si elle est parfois fausse). +\bigskip + + +%% Leave at least 2 empty lines after the \bigskip \ No newline at end of file diff --git a/data/templates/chemistry/fr/question-text.tex b/data/templates/chemistry/fr/question-text.tex new file mode 100644 index 0000000..9498035 --- /dev/null +++ b/data/templates/chemistry/fr/question-text.tex @@ -0,0 +1,13 @@ +%% Change Question text - FRENCH + +\renewcommand{\AMCbeginQuestion}[2]{\QuestionText{#1}} +\def\QuestionText{\TEXT} +\def\TEXT#1{\vspace{\AMCformVSpace}\par {\bf Question #1 :} } +\def\NOTEXT#1{ } + + +%% little text can be written in the marking area to tell the students not to tick these boxes, +%\def\AMCotextReserved{\emph{R\'eserv\'e au correcteur}} +\def\AMCotextReserved{\hspace{-25mm}\emph{R\'eserv\'e au correcteur}} + +%% End of file \ No newline at end of file diff --git a/data/templates/chemistry/fr/true-false.tex b/data/templates/chemistry/fr/true-false.tex new file mode 100644 index 0000000..0bd11b2 --- /dev/null +++ b/data/templates/chemistry/fr/true-false.tex @@ -0,0 +1,41 @@ +%% TRUE / FALSE commands - FRENCH + +\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 +} + +% For compat. reasons... + +\newcommand{\VERO}{ + \bareme{b=1,m=-1} + \begin{choiceshoriz}[o] + \bonne{VRAI} + \mauvaise{FAUX} + \end{choiceshoriz} +\medskip +} + +\newcommand{\FALSO}{ + \bareme{b=1,m=-1} + \begin{choiceshoriz}[o] + \mauvaise{VRAI} + \bonne{FAUX} + \end{choiceshoriz} +\medskip +} + +%% End of file diff --git a/data/templates/linear-algebra/de/first_page.tex b/data/templates/linear-algebra/de/first_page.tex index 0b11a74..c8d982e 100644 --- a/data/templates/linear-algebra/de/first_page.tex +++ b/data/templates/linear-algebra/de/first_page.tex @@ -1,92 +1,85 @@ % First page - GERMAN \noindent -\begin{minipage}[b]{260pt} - \vspace{-8mm} +\begin{minipage}[b]{240pt} + \vspace{-6mm} \hspace{-2.8mm} \begin{tabular}{ m{67mm} m{30mm} } \includegraphics[scale=0.6]{epfl-logo.pdf} & %QRCODE \vspace{0cm}\includegraphics[height=20mm,width=20mm]{qrc_firstpage.png} \\ \end{tabular} \medskip \bf \prof \\ \bf \ExamName~-~\SECTION \\ \bf \ExamDate \\ \bf \Time \end{minipage} -\begin{minipage}[b]{180pt} +\begin{minipage}[b]{210pt} \begin{flushright} - \fontsize{100}{120}{\selectfont{\ID{}}} \\ + \fontsize{80}{100}{\selectfont{\ID{}}} \\ +% \fontsize{100}{120}{\selectfont{\ID{}}} \\ ~\ \ \end{flushright} \end{minipage} \vspace{1cm} -\noindent -\begin{minipage}[c]{\textwidth} - \begin{center} - \fontsize{40}{48}{\selectfont{\NAME{}}} - \end{center} -\end{minipage} -\vspace{1cm} - \noindent \namefield{SCIPER\,: {\Large \bf \SCIPER{} }} %ROOM \hfill \namefield{ROOM\,: {\Large \bf \ROOM{} }} %SIGNATURE \hfill Signature\,:~\textcolor{light-Gray}{\rule{5cm}{1.5cm}} \vspace{0.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.} \vfill \noindent \begin{center} \fbox{ \parbox{160mm}{\centering \mbox{} \vspace{2mm} \begin{itemize} \setlength\itemsep{-1mm} \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: \vspace{-3mm} \begin{itemize} \setlength\itemsep{-1mm} \item [$+3$] Punkte, wenn die Antwort richtig ist, \item [$0$] Punkte, wenn die Frage nicht beantwortet ist oder mehrere M\"oglichkeiten markiert sind, \item [$-1$] Punkt, wenn die Antwort falsch ist. \end{itemize} \vspace{-1.5mm} \item F\"ur die \textbf{Wahr/Falsch }Fragen erh\"alt man: \vspace{-3mm} \begin{itemize} \setlength\itemsep{-1mm} \item [$+1$] Punkt, wenn die Antwort richtig ist, \item [$0$] Punkte, wenn die Frage nicht beantwortet ist oder mehrere M\"oglichkeiten markiert sind, \item [$-1$] Punkt, wenn die Antwort falsch ist. \end{itemize} \vspace{-1.5mm} \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. \end{itemize} \vspace{-1mm} \mbox{} } } \end{center} \vfill \noindent \begin{center} \includegraphics[scale=0.19]{good_bad_square} \end{center} % End of first page diff --git a/data/templates/linear-algebra/en/first_page.tex b/data/templates/linear-algebra/en/first_page.tex index deb93f4..414bdfa 100644 --- a/data/templates/linear-algebra/en/first_page.tex +++ b/data/templates/linear-algebra/en/first_page.tex @@ -1,94 +1,95 @@ % First page - ENGLISH \noindent -\begin{minipage}[b]{260pt} - \vspace{-8mm} +\begin{minipage}[b]{240pt} + \vspace{-6mm} \hspace{-2.8mm} \begin{tabular}{ m{67mm} m{30mm} } \includegraphics[scale=0.6]{epfl-logo.pdf} & %QRCODE \vspace{0cm}\includegraphics[height=20mm,width=20mm]{qrc_firstpage.png} \\ \end{tabular} \medskip \bf \prof \\ \bf \ExamName~-~\SECTION \\ \bf \ExamDate \\ \bf \Time \end{minipage} -\begin{minipage}[b]{180pt} +\begin{minipage}[b]{210pt} \begin{flushright} - \fontsize{100}{120}{\selectfont{\ID{}}} \\ + \fontsize{80}{100}{\selectfont{\ID{}}} \\ +% \fontsize{100}{120}{\selectfont{\ID{}}} \\ ~\ \ \end{flushright} \end{minipage} \vspace{1cm} \noindent \begin{minipage}[c]{\textwidth} \begin{center} \fontsize{40}{48}{\selectfont{\NAME{}}} \end{center} \end{minipage} \vspace{1cm} \noindent \namefield{SCIPER\,: {\Large \bf \SCIPER{} }} %ROOM \hfill \namefield{ROOM\,: {\Large \bf \ROOM{} }} %SIGNATURE \hfill Signature\,:~\textcolor{light-Gray}{\rule{5cm}{1.5cm}} \vspace{0.5cm} \noindent \textbf{Do not turn the page before the start of the exam.} \textbf{This document is double-sided, has \totalPages\ pages, the last ones possibly blank.} \textbf{Do not unstaple.} \vfill \noindent \begin{center} \fbox{ \parbox{160mm}{\centering \mbox{} \vspace{2mm} \begin{itemize} \setlength\itemsep{-1mm} \item Place your student card on your table. \item \textbf{No other paper materials} are allowed to be used during the exam. \item Using a \textbf{calculator} or any electronic device is not permitted during the exam. \item For the \textbf{multiple choice} questions, we give : \vspace{-3mm} \begin{itemize} \setlength\itemsep{-1mm} \item [$+3$] points if your answer is correct, \item [$0$] points if you give no answer or more than one, \item [$-1$] points if your answer is incorrect. \end{itemize} \vspace{-1.5mm} \item For the \textbf{true/false} questions, we give : \vspace{-3mm} \begin{itemize} \setlength\itemsep{-1mm} \item [$+1$] points if your answer is correct, \item [$0$] points if you give no answer or more than one, \item [$-1$] points if your answer is incorrect. \end{itemize} \vspace{-1.5mm} \item Use a \textbf{black or dark blue ballpen} and clearly erase with \textbf{correction fluid} if necessary. \item If a question is wrong, the teacher may decide to nullify it. \end{itemize} \vspace{-1mm} \mbox{} } } \end{center} \vfill \noindent \begin{center} \includegraphics[scale=0.19]{good_bad_square} \end{center} %% 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 7a831be..dd60f46 100644 --- a/data/templates/linear-algebra/fr/first_page.tex +++ b/data/templates/linear-algebra/fr/first_page.tex @@ -1,96 +1,97 @@ % First page - FRENCH \noindent -\begin{minipage}[b]{260pt} - \vspace{-8mm} +\begin{minipage}[b]{240pt} + \vspace{-6mm} \hspace{-2.8mm} \begin{tabular}{ m{67mm} m{30mm} } \includegraphics[scale=0.6]{epfl-logo.pdf} & %QRCODE \vspace{0cm}\includegraphics[height=20mm,width=20mm]{qrc_firstpage.png} \\ \end{tabular} \medskip \bf \prof \\ \bf \ExamName~-~\SECTION \\ \bf \ExamDate \\ \bf \Time \end{minipage} -\begin{minipage}[b]{180pt} +\begin{minipage}[b]{210pt} \begin{flushright} - \fontsize{100}{120}{\selectfont{\ID{}}} \\ + \fontsize{80}{100}{\selectfont{\ID{}}} \\ +% \fontsize{100}{120}{\selectfont{\ID{}}} \\ ~\ \ \end{flushright} \end{minipage} \vspace{1cm} \noindent \begin{minipage}[c]{\textwidth} \begin{center} \fontsize{40}{48}{\selectfont{\NAME{}}} \end{center} \end{minipage} \vspace{1cm} \noindent \namefield{SCIPER\,: {\Large \bf \SCIPER{} }} %ROOM \hfill \namefield{ROOM\,: {\Large \bf \ROOM{} }} %SIGNATURE \hfill Signature\,:~\textcolor{light-Gray}{\rule{5cm}{1.5cm}} \vspace{0.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.} \vfill \noindent \begin{center} \fbox{ \parbox{160mm}{\centering \mbox{} \vspace{2mm} \begin{itemize} \setlength\itemsep{-1mm} \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\,: \vspace{-3mm} \begin{itemize} \setlength\itemsep{-1mm} \item [$+3$] points si la r\'eponse est correcte, \item [$0$] point si il n'y a aucune ou plus d'une r\'eponse inscrite, \item [$-1$] point si la r\'eponse est incorrecte. \end{itemize} \vspace{-1.5mm} \item Pour les questions de type \textbf{vrai-faux}, on comptera\,: \vspace{-3mm} \begin{itemize} \setlength\itemsep{-1mm} \item [$+1$] point si la r\'eponse est correcte, \item [$0$] point si il n'y a aucune ou plus d'une r\'eponse inscrite, \item [$-1$] point si la r\'eponse est incorrecte. \end{itemize} \vspace{-1.5mm} \item Utilisez un \textbf{stylo} \`a encre \textbf{noire ou bleu fonc\'e} et effacez proprement avec du \textbf{correcteur blanc} si n\'ecessaire. \item Si une question est erronée, l'enseignant se réserve le droit de l'annuler. \end{itemize} \vspace{-1mm} \mbox{} } } \end{center} \vfill \noindent \begin{center} \includegraphics[scale=0.19]{good_bad_square} \end{center} %% End of first page diff --git a/data/templates/maths/de/first_page.tex b/data/templates/maths/de/first_page.tex index 0b11a74..c8d982e 100644 --- a/data/templates/maths/de/first_page.tex +++ b/data/templates/maths/de/first_page.tex @@ -1,92 +1,85 @@ % First page - GERMAN \noindent -\begin{minipage}[b]{260pt} - \vspace{-8mm} +\begin{minipage}[b]{240pt} + \vspace{-6mm} \hspace{-2.8mm} \begin{tabular}{ m{67mm} m{30mm} } \includegraphics[scale=0.6]{epfl-logo.pdf} & %QRCODE \vspace{0cm}\includegraphics[height=20mm,width=20mm]{qrc_firstpage.png} \\ \end{tabular} \medskip \bf \prof \\ \bf \ExamName~-~\SECTION \\ \bf \ExamDate \\ \bf \Time \end{minipage} -\begin{minipage}[b]{180pt} +\begin{minipage}[b]{210pt} \begin{flushright} - \fontsize{100}{120}{\selectfont{\ID{}}} \\ + \fontsize{80}{100}{\selectfont{\ID{}}} \\ +% \fontsize{100}{120}{\selectfont{\ID{}}} \\ ~\ \ \end{flushright} \end{minipage} \vspace{1cm} -\noindent -\begin{minipage}[c]{\textwidth} - \begin{center} - \fontsize{40}{48}{\selectfont{\NAME{}}} - \end{center} -\end{minipage} -\vspace{1cm} - \noindent \namefield{SCIPER\,: {\Large \bf \SCIPER{} }} %ROOM \hfill \namefield{ROOM\,: {\Large \bf \ROOM{} }} %SIGNATURE \hfill Signature\,:~\textcolor{light-Gray}{\rule{5cm}{1.5cm}} \vspace{0.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.} \vfill \noindent \begin{center} \fbox{ \parbox{160mm}{\centering \mbox{} \vspace{2mm} \begin{itemize} \setlength\itemsep{-1mm} \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: \vspace{-3mm} \begin{itemize} \setlength\itemsep{-1mm} \item [$+3$] Punkte, wenn die Antwort richtig ist, \item [$0$] Punkte, wenn die Frage nicht beantwortet ist oder mehrere M\"oglichkeiten markiert sind, \item [$-1$] Punkt, wenn die Antwort falsch ist. \end{itemize} \vspace{-1.5mm} \item F\"ur die \textbf{Wahr/Falsch }Fragen erh\"alt man: \vspace{-3mm} \begin{itemize} \setlength\itemsep{-1mm} \item [$+1$] Punkt, wenn die Antwort richtig ist, \item [$0$] Punkte, wenn die Frage nicht beantwortet ist oder mehrere M\"oglichkeiten markiert sind, \item [$-1$] Punkt, wenn die Antwort falsch ist. \end{itemize} \vspace{-1.5mm} \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. \end{itemize} \vspace{-1mm} \mbox{} } } \end{center} \vfill \noindent \begin{center} \includegraphics[scale=0.19]{good_bad_square} \end{center} % End of first page diff --git a/data/templates/maths/en/first_page.tex b/data/templates/maths/en/first_page.tex index deb93f4..414bdfa 100644 --- a/data/templates/maths/en/first_page.tex +++ b/data/templates/maths/en/first_page.tex @@ -1,94 +1,95 @@ % First page - ENGLISH \noindent -\begin{minipage}[b]{260pt} - \vspace{-8mm} +\begin{minipage}[b]{240pt} + \vspace{-6mm} \hspace{-2.8mm} \begin{tabular}{ m{67mm} m{30mm} } \includegraphics[scale=0.6]{epfl-logo.pdf} & %QRCODE \vspace{0cm}\includegraphics[height=20mm,width=20mm]{qrc_firstpage.png} \\ \end{tabular} \medskip \bf \prof \\ \bf \ExamName~-~\SECTION \\ \bf \ExamDate \\ \bf \Time \end{minipage} -\begin{minipage}[b]{180pt} +\begin{minipage}[b]{210pt} \begin{flushright} - \fontsize{100}{120}{\selectfont{\ID{}}} \\ + \fontsize{80}{100}{\selectfont{\ID{}}} \\ +% \fontsize{100}{120}{\selectfont{\ID{}}} \\ ~\ \ \end{flushright} \end{minipage} \vspace{1cm} \noindent \begin{minipage}[c]{\textwidth} \begin{center} \fontsize{40}{48}{\selectfont{\NAME{}}} \end{center} \end{minipage} \vspace{1cm} \noindent \namefield{SCIPER\,: {\Large \bf \SCIPER{} }} %ROOM \hfill \namefield{ROOM\,: {\Large \bf \ROOM{} }} %SIGNATURE \hfill Signature\,:~\textcolor{light-Gray}{\rule{5cm}{1.5cm}} \vspace{0.5cm} \noindent \textbf{Do not turn the page before the start of the exam.} \textbf{This document is double-sided, has \totalPages\ pages, the last ones possibly blank.} \textbf{Do not unstaple.} \vfill \noindent \begin{center} \fbox{ \parbox{160mm}{\centering \mbox{} \vspace{2mm} \begin{itemize} \setlength\itemsep{-1mm} \item Place your student card on your table. \item \textbf{No other paper materials} are allowed to be used during the exam. \item Using a \textbf{calculator} or any electronic device is not permitted during the exam. \item For the \textbf{multiple choice} questions, we give : \vspace{-3mm} \begin{itemize} \setlength\itemsep{-1mm} \item [$+3$] points if your answer is correct, \item [$0$] points if you give no answer or more than one, \item [$-1$] points if your answer is incorrect. \end{itemize} \vspace{-1.5mm} \item For the \textbf{true/false} questions, we give : \vspace{-3mm} \begin{itemize} \setlength\itemsep{-1mm} \item [$+1$] points if your answer is correct, \item [$0$] points if you give no answer or more than one, \item [$-1$] points if your answer is incorrect. \end{itemize} \vspace{-1.5mm} \item Use a \textbf{black or dark blue ballpen} and clearly erase with \textbf{correction fluid} if necessary. \item If a question is wrong, the teacher may decide to nullify it. \end{itemize} \vspace{-1mm} \mbox{} } } \end{center} \vfill \noindent \begin{center} \includegraphics[scale=0.19]{good_bad_square} \end{center} %% End of first page diff --git a/data/templates/maths/fr/first_page.tex b/data/templates/maths/fr/first_page.tex index 7a831be..dd60f46 100644 --- a/data/templates/maths/fr/first_page.tex +++ b/data/templates/maths/fr/first_page.tex @@ -1,96 +1,97 @@ % First page - FRENCH \noindent -\begin{minipage}[b]{260pt} - \vspace{-8mm} +\begin{minipage}[b]{240pt} + \vspace{-6mm} \hspace{-2.8mm} \begin{tabular}{ m{67mm} m{30mm} } \includegraphics[scale=0.6]{epfl-logo.pdf} & %QRCODE \vspace{0cm}\includegraphics[height=20mm,width=20mm]{qrc_firstpage.png} \\ \end{tabular} \medskip \bf \prof \\ \bf \ExamName~-~\SECTION \\ \bf \ExamDate \\ \bf \Time \end{minipage} -\begin{minipage}[b]{180pt} +\begin{minipage}[b]{210pt} \begin{flushright} - \fontsize{100}{120}{\selectfont{\ID{}}} \\ + \fontsize{80}{100}{\selectfont{\ID{}}} \\ +% \fontsize{100}{120}{\selectfont{\ID{}}} \\ ~\ \ \end{flushright} \end{minipage} \vspace{1cm} \noindent \begin{minipage}[c]{\textwidth} \begin{center} \fontsize{40}{48}{\selectfont{\NAME{}}} \end{center} \end{minipage} \vspace{1cm} \noindent \namefield{SCIPER\,: {\Large \bf \SCIPER{} }} %ROOM \hfill \namefield{ROOM\,: {\Large \bf \ROOM{} }} %SIGNATURE \hfill Signature\,:~\textcolor{light-Gray}{\rule{5cm}{1.5cm}} \vspace{0.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.} \vfill \noindent \begin{center} \fbox{ \parbox{160mm}{\centering \mbox{} \vspace{2mm} \begin{itemize} \setlength\itemsep{-1mm} \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\,: \vspace{-3mm} \begin{itemize} \setlength\itemsep{-1mm} \item [$+3$] points si la r\'eponse est correcte, \item [$0$] point si il n'y a aucune ou plus d'une r\'eponse inscrite, \item [$-1$] point si la r\'eponse est incorrecte. \end{itemize} \vspace{-1.5mm} \item Pour les questions de type \textbf{vrai-faux}, on comptera\,: \vspace{-3mm} \begin{itemize} \setlength\itemsep{-1mm} \item [$+1$] point si la r\'eponse est correcte, \item [$0$] point si il n'y a aucune ou plus d'une r\'eponse inscrite, \item [$-1$] point si la r\'eponse est incorrecte. \end{itemize} \vspace{-1.5mm} \item Utilisez un \textbf{stylo} \`a encre \textbf{noire ou bleu fonc\'e} et effacez proprement avec du \textbf{correcteur blanc} si n\'ecessaire. \item Si une question est erronée, l'enseignant se réserve le droit de l'annuler. \end{itemize} \vspace{-1mm} \mbox{} } } \end{center} \vfill \noindent \begin{center} \includegraphics[scale=0.19]{good_bad_square} \end{center} %% End of first page