summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/profcollege/PfCEcrireunQCM.tex
blob: f39b93ea469f46ce500791e7cb4581256df45c50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
%%%
% QCM
%%%
\setKVdefault[ClesQCM]{Reponses=3,Solution=false,Stretch=1,Largeur=60pt,Couleur=gray!15,Titre=false,Nom=R\'eponse,NomV=Vrai,NomF=Faux,Alph=false,AlphT=false,VF=false,Depart=1,Alterne=false,Noms={A/B/C},Multiple=false,Parties={Yeux,Nez,Bouche},CouleurAlt=gray!15,Seul=false,ACompleter=false}%
\newlength{\LargeurQCM}%
\newlength{\PfCLargeurQCM}%
\newcounter{QuestionQCM}%
\newcounter{TitreQCM}%
%
\newcounter{TotalQCMSeul}%
\newcounter{TotalQCMSeulSol}%
\setcounter{TotalQCMSeul}{0}%
\setcounter{TotalQCMSeulSol}{0}%
%
\def\PfCTexteReponseEleve{Ma réponse}%
%
\setKVdefault[QCMSeul]{Melange=false,Solution=false,EnColonne=false,LabelLettre=false}%
\defKV[QCMSeul]{Colonnes=\setKV[QCMSeul]{EnColonne}}%
%
\NewDocumentCommand\PfCQCMSChoixLabelSol{m}{%
  \xdef\PfCFooChoixLabel{\ListeQCM[\ListeQCMlen]}%
  \setsepchar{-}%
  \readlist*\PfCSolListeReponses{\PfCFooChoixLabel}%
  \xdef\RetiensSiSol{0}%
  \xintFor* ##3 in{\xintSeq{1}{\PfCSolListeReponseslen}}\do{%
    \ifnum#1=\PfCSolListeReponses[##3]\relax%
      \xdef\RetiensSiSol{\fpeval{\RetiensSiSol+1}}%
    \fi%
  }%
  \ifnum\RetiensSiSol>0\relax%
    $\blacksquare$%
  \else%
    $\square$%
  \fi%
}%

\NewDocumentCommand\QCMSeul{om}{%
  \useKVdefault[QCMSeul]%
  \setKV[QCMSeul]{#1}%
  \setsepchar{&}\ignoreemptyitems%
  \readlist*\ListeQCM{#2}%
  % on définit une liste ordonnées des numéros d'items. Elle est utilisée par défaut.
  \xdef\PfCFooListePermute{1}%
  \xintFor* ##1 in{\xintSeq{2}{\fpeval{\ListeQCMlen-2}}}\do{%
    \xdef\PfCFooListePermute{\PfCFooListePermute,##1}%
  }%
  %
  \ifboolKV[QCMSeul]{Melange}{%
    \ifboolKV[QCMSeul]{Solution}{%
      \stepcounter{TotalQCMSeulSol}%
      \expandafter\xdef\csname PfCQCMSListeAv\endcsname{\csname PfCQCMSListe\Roman{TotalQCMSeulSol}\endcsname}%
      % La liste restaurée est \PfCQCMSListeAv
    }{%
      \stepcounter{TotalQCMSeul}%
      \MelangeListe{\PfCFooListePermute}{\fpeval{\ListeQCMlen-2}}%
      \expandafter\xdef\csname PfCQCMSListe\Roman{TotalQCMSeul}\endcsname{\faa}%
      % La liste exportée est \faa
      \expandafter\xdef\csname PfCQCMSListe\endcsname{\faa}%
    }%
  }{%
    \ifboolKV[QCMSeul]{Solution}{%
      \expandafter\xdef\csname PfCQCMSListeAv\endcsname{\csname PfCFooListePermute\endcsname}%
    }{%
      \expandafter\xdef\csname PfCQCMSListe\endcsname{\PfCFooListePermute}%
    }%
  }%
  \setsepchar{,}\ignoreemptyitems%
  \ifboolKV[QCMSeul]{Solution}{%
    \readlist*\ListeEnumerate{\PfCQCMSListeAv}%
  }{%
    \readlist*\ListeEnumerate{\PfCQCMSListe}%
  }%
  %  On écrit
  \ListeQCM[1]%
  \ifboolKV[QCMSeul]{EnColonne}{\begin{multicols}{\useKV[QCMSeul]{Colonnes}}}{}%
    \ifboolKV[QCMSeul]{LabelLettre}{
      \begin{enumerate}[label=\Alph{*}/]
    }{
      \begin{enumerate}[label=$\square$]
    }
    \xintFor* ##1 in{\xintSeq{2}{\fpeval{\ListeQCMlen-1}}}\do{%
      \xdef\Titi{\ListeEnumerate[\fpeval{##1-1}]}
      \ifboolKV[QCMSeul]{Solution}{%
        \item[\PfCQCMSChoixLabelSol{\Titi}] \ListeQCM[\fpeval{\Titi+1}]
      }{%
      \item \ListeQCM[\fpeval{\Titi+1}]
      }%
    }%
  \end{enumerate}
  \ifboolKV[QCMSeul]{EnColonne}{\end{multicols}}{}%
}%
%
\ifdef{\QCM}{%
  \PackageWarning{ProfCollege}{La commande \noexpand\QCM étant définie par la classe du document, ProfCollege modifie sa commande \noexpand\QCM en \noexpand\QCMPfC.}%
\newcommand\QCMPfC[2][]{%
  \useKVdefault[ClesQCM]%
  \setKV[ClesQCM]{#1}%
  \ifboolKV[ClesQCM]{Seul}{%
    \QCMSeul[#1]{#2}%
  }{%
    \colorlet{PfCCouleurAlterneQCM}{\useKV[ClesQCM]{CouleurAlt}}%
    \setcounter{QuestionQCM}{\fpeval{\useKV[ClesQCM]{Depart}-1}}%
    \setcounter{TitreQCM}{0}
    \setsepchar[*]{,*&}\ignoreemptyitems%
    \readlist*\ListeQCM{#2}%
    \renewcommand{\arraystretch}{\useKV[ClesQCM]{Stretch}}%
    \xdef\NBcases{\fpeval{\useKV[ClesQCM]{Reponses}+1}}%
    \ifboolKV[ClesQCM]{Multiple}{%
      \setlength{\LargeurQCM}{\fpeval{(\linewidth-\useKV[ClesQCM]{Reponses}*(3*\tabcolsep+\useKV[ClesQCM]{Largeur}))}pt}%
      \xdef\ListeNom{\useKV[ClesQCM]{Noms}}%
      \setsepchar[*]{/}%
      \readlist*\ListeNomsMul{\ListeNom}%
      \begin{tabular}{|p{\LargeurQCM}|*{\useKV[ClesQCM]{Reponses}}{>{\centering\arraybackslash}p{\useKV[ClesQCM]{Largeur}}|}}%
        \cline{2-\NBcases}%
        \multicolumn{1}{c|}{}\xintFor* ##2 in {\xintSeq {1}{\useKV[ClesQCM]{Reponses}}}\do{%
        &\ListeNomsMul[##2]}%
        \\
        \hline%
        \xintFor* ##1 in {\xintSeq {1}{\ListeQCMlen}}\do{%
        \stepcounter{QuestionQCM}\ifboolKV[ClesQCM]{Alterne}{\modulo{\theQuestionQCM}{2}\ifnum\remainder=0\cellcolor{PfCCouleurAlterneQCM}\fi}{}\ifboolKV[ClesQCM]{Alph}{\textbf{\Alph{QuestionQCM}}/}{\textbf{\theQuestionQCM/}}~\ListeQCM[##1,1]\xintFor* ##2 in {\xintSeq {1}{\useKV[ClesQCM]{Reponses}}}\do{%
        &\ifboolKV[ClesQCM]{Alterne}{\modulo{\theQuestionQCM}{2}\ifnum\remainder=0\cellcolor{PfCCouleurAlterneQCM}\fi}{}\ifboolKV[ClesQCM]{Solution}{\xintifboolexpr{\ListeQCM[##1,\fpeval{##2+1}]==1}{$\boxtimes$}{$\square$}}{$\square$}%
          }\\
        }%
        \hline%
      \end{tabular}%
      \renewcommand{\arraystretch}{1}%
    }{%
      \ifboolKV[ClesQCM]{VF}{%
        \setKV[ClesQCM]{Reponses=2}%
        \setlength{\PfCLargeurQCM}{\useKV[ClesQCM]{Largeur}}%
        \setlength{\LargeurQCM}{\linewidth-6\tabcolsep-2\PfCLargeurQCM-4\arrayrulewidth}%
        \xdef\NBcases{\fpeval{\useKV[ClesQCM]{Reponses}+1}}%
        \begin{tabular}{|p{\LargeurQCM}|*{\useKV[ClesQCM]{Reponses}}{>{\centering\arraybackslash}p{\useKV[ClesQCM]{Largeur}}|}}%
          \cline{2-\NBcases}%
          \multicolumn{1}{c|}{}&\useKV[ClesQCM]{NomV}&\useKV[ClesQCM]{NomF}\\
          \hline%
          \xintFor* ##1 in {\xintSeq {1}{\ListeQCMlen}}\do{%
          \stepcounter{QuestionQCM}\ifboolKV[ClesQCM]{Alterne}{\modulo{\theQuestionQCM}{2}\ifnum\remainder=0\cellcolor{PfCCouleurAlterneQCM}\fi}{}\ifboolKV[ClesQCM]{Alph}{\textbf{\Alph{QuestionQCM}}/}{\textbf{\theQuestionQCM/}}~\ListeQCM[##1,1]\xintFor* ##2 in {\xintSeq {1}{\useKV[ClesQCM]{Reponses}}}\do{%
                               &\ifboolKV[ClesQCM]{Alterne}{\modulo{\theQuestionQCM}{2}\ifnum\remainder=0\cellcolor{PfCCouleurAlterneQCM}\fi}{}\ifboolKV[ClesQCM]{Solution}{\xintifboolexpr{##2==\ListeQCM[##1,2]}{$\boxtimes$}{$\square$}}{$\square$}%
                                 }\\
          }%
          \hline%
        \end{tabular}
      }{%
        \ifboolKV[ClesQCM]{ACompleter}{%
          \xdef\PfCTotalCases{\fpeval{\useKV[ClesQCM]{Reponses}+1}}%
        }{%
          \xdef\PfCTotalCases{\useKV[ClesQCM]{Reponses}}%
        }%
        \setlength{\LargeurQCM}{\fpeval{(\linewidth-2*\tabcolsep-\PfCTotalCases*(2*\tabcolsep+\useKV[ClesQCM]{Largeur}))}pt}%
        \xdef\NumeroReponse{\fpeval{\useKV[ClesQCM]{Reponses}+2}}%
        \begin{tabular}{|p{\LargeurQCM}|*{\PfCTotalCases}{>{\centering\arraybackslash}p{\useKV[ClesQCM]{Largeur}}|}}%
          % \ifboolKV[ClesQCM]{Titre}{\cline{2-\NBcases}%
          \ifboolKV[ClesQCM]{Titre}{\cline{2-\fpeval{\PfCTotalCases+1}}%
          \multicolumn{1}{c|}{}\xintFor* ##2 in {\xintSeq {1}{\useKV[ClesQCM]{Reponses}}}\do{%
          &\stepcounter{TitreQCM}\useKV[ClesQCM]{Nom} \ifboolKV[ClesQCM]{AlphT}{\Alph{TitreQCM}}{##2}}\ifnum\fpeval{\PfCTotalCases-\useKV[ClesQCM]{Reponses}}>0\relax\uppercase{&}\PfCTexteReponseEleve\fi%
          \\
          }{}%
          \hline%
          \xintFor* ##1 in {\xintSeq {1}{\ListeQCMlen}}\do{%
          \stepcounter{QuestionQCM}\ifboolKV[ClesQCM]{Alterne}{\modulo{\theQuestionQCM}{2}\ifnum\remainder=0\cellcolor{PfCCouleurAlterneQCM}\fi}{}\ifboolKV[ClesQCM]{Alph}{\textbf{\Alph{QuestionQCM}}/}{\textbf{\theQuestionQCM/}}~\ListeQCM[##1,1]\xintFor* ##2 in {\xintSeq {1}{\useKV[ClesQCM]{Reponses}}}\do{%
          &\ifboolKV[ClesQCM]{Alterne}{\modulo{\theQuestionQCM}{2}\ifnum\remainder=0\cellcolor{PfCCouleurAlterneQCM}\fi}{}\ifboolKV[ClesQCM]{Solution}{\PfCSolCellColor{##1}{##2}}{}\ListeQCM[##1,\fpeval{##2+1}]
            }\ifnum\fpeval{\PfCTotalCases-\useKV[ClesQCM]{Reponses}}>0\relax\uppercase{&}\ifboolKV[ClesQCM]{Alterne}{\modulo{\theQuestionQCM}{2}\ifnum\remainder=0\cellcolor{PfCCouleurAlterneQCM}\fi}{}\fi\\
          }%
          \hline%
        \end{tabular}%
      }%
    }%
    \renewcommand{\arraystretch}{1}%
  }%
}%
}{%
\newcommand\QCM[2][]{%
  \useKVdefault[ClesQCM]%
  \setKV[ClesQCM]{#1}%
  \ifboolKV[ClesQCM]{Seul}{%
    \QCMSeul[#1]{#2}%
  }{%
    \colorlet{PfCCouleurAlterneQCM}{\useKV[ClesQCM]{CouleurAlt}}%
    \setcounter{QuestionQCM}{\fpeval{\useKV[ClesQCM]{Depart}-1}}%
    \setcounter{TitreQCM}{0}
    \setsepchar[*]{,*&}\ignoreemptyitems%
    \readlist*\ListeQCM{#2}%
    \renewcommand{\arraystretch}{\useKV[ClesQCM]{Stretch}}%
    \xdef\NBcases{\fpeval{\useKV[ClesQCM]{Reponses}+1}}%
    \ifboolKV[ClesQCM]{Multiple}{%
      \setlength{\LargeurQCM}{\fpeval{(\linewidth-\useKV[ClesQCM]{Reponses}*(3*\tabcolsep+\useKV[ClesQCM]{Largeur}))}pt}%
      \xdef\ListeNom{\useKV[ClesQCM]{Noms}}%
      \setsepchar[*]{/}%
      \readlist*\ListeNomsMul{\ListeNom}%
      \begin{tabular}{|p{\LargeurQCM}|*{\useKV[ClesQCM]{Reponses}}{>{\centering\arraybackslash}p{\useKV[ClesQCM]{Largeur}}|}}%
        \cline{2-\NBcases}%
        \multicolumn{1}{c|}{}\xintFor* ##2 in {\xintSeq {1}{\useKV[ClesQCM]{Reponses}}}\do{%
        &\ListeNomsMul[##2]}%
        \\
        \hline%
        \xintFor* ##1 in {\xintSeq {1}{\ListeQCMlen}}\do{%
        \stepcounter{QuestionQCM}\ifboolKV[ClesQCM]{Alterne}{\modulo{\theQuestionQCM}{2}\ifnum\remainder=0\cellcolor{PfCCouleurAlterneQCM}\fi}{}\ifboolKV[ClesQCM]{Alph}{\textbf{\Alph{QuestionQCM}}/}{\textbf{\theQuestionQCM/}}~\ListeQCM[##1,1]\xintFor* ##2 in {\xintSeq {1}{\useKV[ClesQCM]{Reponses}}}\do{%
        &\ifboolKV[ClesQCM]{Alterne}{\modulo{\theQuestionQCM}{2}\ifnum\remainder=0\cellcolor{PfCCouleurAlterneQCM}\fi}{}\ifboolKV[ClesQCM]{Solution}{\xintifboolexpr{\ListeQCM[##1,\fpeval{##2+1}]==1}{$\boxtimes$}{$\square$}}{$\square$}%
          }\\
        }%
        \hline%
      \end{tabular}%
      \renewcommand{\arraystretch}{1}%
    }{%
      \ifboolKV[ClesQCM]{VF}{%
        \setKV[ClesQCM]{Reponses=2}%
        \setlength{\PfCLargeurQCM}{\useKV[ClesQCM]{Largeur}}%
        \setlength{\LargeurQCM}{\linewidth-6\tabcolsep-2\PfCLargeurQCM-4\arrayrulewidth}%
        \xdef\NBcases{\fpeval{\useKV[ClesQCM]{Reponses}+1}}%
        \begin{tabular}{|p{\LargeurQCM}|*{\useKV[ClesQCM]{Reponses}}{>{\centering\arraybackslash}p{\useKV[ClesQCM]{Largeur}}|}}%
          \cline{2-\NBcases}%
          \multicolumn{1}{c|}{}&\useKV[ClesQCM]{NomV}&\useKV[ClesQCM]{NomF}\\
          \hline%
          \xintFor* ##1 in {\xintSeq {1}{\ListeQCMlen}}\do{%
          \stepcounter{QuestionQCM}\ifboolKV[ClesQCM]{Alterne}{\modulo{\theQuestionQCM}{2}\ifnum\remainder=0\cellcolor{PfCCouleurAlterneQCM}\fi}{}\ifboolKV[ClesQCM]{Alph}{\textbf{\Alph{QuestionQCM}}/}{\textbf{\theQuestionQCM/}}~\ListeQCM[##1,1]\xintFor* ##2 in {\xintSeq {1}{\useKV[ClesQCM]{Reponses}}}\do{%
                               &\ifboolKV[ClesQCM]{Alterne}{\modulo{\theQuestionQCM}{2}\ifnum\remainder=0\cellcolor{PfCCouleurAlterneQCM}\fi}{}\ifboolKV[ClesQCM]{Solution}{\xintifboolexpr{##2==\ListeQCM[##1,2]}{$\boxtimes$}{$\square$}}{$\square$}%
                                 }\\
          }%
          \hline%
        \end{tabular}
      }{%
        \ifboolKV[ClesQCM]{ACompleter}{%
          \xdef\PfCTotalCases{\fpeval{\useKV[ClesQCM]{Reponses}+1}}%
        }{%
          \xdef\PfCTotalCases{\useKV[ClesQCM]{Reponses}}%
        }%
        \setlength{\LargeurQCM}{\fpeval{(\linewidth-2*\tabcolsep-\PfCTotalCases*(2*\tabcolsep+\useKV[ClesQCM]{Largeur}))}pt}%
        \xdef\NumeroReponse{\fpeval{\useKV[ClesQCM]{Reponses}+2}}%
        \begin{tabular}{|p{\LargeurQCM}|*{\PfCTotalCases}{>{\centering\arraybackslash}p{\useKV[ClesQCM]{Largeur}}|}}%
          % \ifboolKV[ClesQCM]{Titre}{\cline{2-\NBcases}%
          \ifboolKV[ClesQCM]{Titre}{\cline{2-\fpeval{\PfCTotalCases+1}}%
          \multicolumn{1}{c|}{}\xintFor* ##2 in {\xintSeq {1}{\useKV[ClesQCM]{Reponses}}}\do{%
          &\stepcounter{TitreQCM}\useKV[ClesQCM]{Nom} \ifboolKV[ClesQCM]{AlphT}{\Alph{TitreQCM}}{##2}}\ifnum\fpeval{\PfCTotalCases-\useKV[ClesQCM]{Reponses}}>0\relax\uppercase{&}\PfCTexteReponseEleve\fi%
          \\
          }{}%
          \hline%
          \xintFor* ##1 in {\xintSeq {1}{\ListeQCMlen}}\do{%
          \stepcounter{QuestionQCM}\ifboolKV[ClesQCM]{Alterne}{\modulo{\theQuestionQCM}{2}\ifnum\remainder=0\cellcolor{PfCCouleurAlterneQCM}\fi}{}\ifboolKV[ClesQCM]{Alph}{\textbf{\Alph{QuestionQCM}}/}{\textbf{\theQuestionQCM/}}~\ListeQCM[##1,1]\xintFor* ##2 in {\xintSeq {1}{\useKV[ClesQCM]{Reponses}}}\do{%
          &\ifboolKV[ClesQCM]{Alterne}{\modulo{\theQuestionQCM}{2}\ifnum\remainder=0\cellcolor{PfCCouleurAlterneQCM}\fi}{}\ifboolKV[ClesQCM]{Solution}{\PfCSolCellColor{##1}{##2}}{}\ListeQCM[##1,\fpeval{##2+1}]
            }\ifnum\fpeval{\PfCTotalCases-\useKV[ClesQCM]{Reponses}}>0\relax\uppercase{&}\ifboolKV[ClesQCM]{Alterne}{\modulo{\theQuestionQCM}{2}\ifnum\remainder=0\cellcolor{PfCCouleurAlterneQCM}\fi}{}\fi\\
          }%
          \hline%
        \end{tabular}%
      }%
    }%
    \renewcommand{\arraystretch}{1}%
  }%
}%
}%

\NewDocumentCommand\PfCSolCellColor{mm}{%
  \xdef\PfCFooSolColor{\ListeQCM[#1,\NumeroReponse]}%
  \setsepchar{-}%
  \readlist*\PfCSolListeReponses{\PfCFooSolColor}%
  \xintFor* ##3 in{\xintSeq{1}{\PfCSolListeReponseslen}}\do{%
    \xintifboolexpr{#2==\PfCSolListeReponses[##3]}{\cellcolor{\useKV[ClesQCM]{Couleur}}}{}%
  }%
}%