2017-03-07 10:08:50 +00:00
|
|
|
%- extends "tpl_reports.tex"
|
2016-11-26 14:34:32 +00:00
|
|
|
|
2017-03-07 10:08:50 +00:00
|
|
|
% FILENAME: "tpl_reports_eval.tex
|
2016-11-26 14:34:32 +00:00
|
|
|
|
2016-11-28 05:00:29 +00:00
|
|
|
%- block classPOV
|
2016-11-26 14:34:32 +00:00
|
|
|
\maketitle
|
|
|
|
|
|
|
|
|
|
|
|
\vfill
|
2016-11-28 05:00:29 +00:00
|
|
|
%- endblock
|
2016-11-26 14:34:32 +00:00
|
|
|
|
|
|
|
|
2016-11-28 05:00:29 +00:00
|
|
|
%-block students
|
2017-03-31 15:33:53 +00:00
|
|
|
%-for e in students
|
2016-11-26 14:34:32 +00:00
|
|
|
\maketitle
|
|
|
|
|
|
|
|
\begin{minipage}{0.5\linewidth}
|
|
|
|
\large
|
2017-03-29 05:57:45 +00:00
|
|
|
\Var{e.name}
|
2016-11-26 14:34:32 +00:00
|
|
|
\end{minipage}
|
|
|
|
\begin{minipage}{0.3\linewidth}
|
|
|
|
\begin{flushright}
|
2017-03-29 05:57:45 +00:00
|
|
|
\Large \Var{e.eval["Mark_barem"]}
|
2016-11-26 14:34:32 +00:00
|
|
|
\end{flushright}
|
|
|
|
\end{minipage}
|
|
|
|
|
|
|
|
\vfill
|
|
|
|
|
2017-01-31 11:07:07 +00:00
|
|
|
\begin{minipage}{0.6\linewidth}
|
2016-11-26 14:34:32 +00:00
|
|
|
\fbox{%
|
2017-01-31 11:07:07 +00:00
|
|
|
\begin{minipage}{0.9\linewidth}
|
2016-11-26 14:34:32 +00:00
|
|
|
\hfill
|
2017-01-31 11:07:07 +00:00
|
|
|
\vspace{2cm}
|
2016-11-26 14:34:32 +00:00
|
|
|
\end{minipage}
|
|
|
|
}
|
2017-01-31 11:07:07 +00:00
|
|
|
\end{minipage}
|
2016-11-26 14:34:32 +00:00
|
|
|
|
|
|
|
\vfill
|
|
|
|
|
|
|
|
\scriptsize
|
|
|
|
\begin{multicols}{3}
|
2017-03-31 15:33:53 +00:00
|
|
|
\noindent
|
|
|
|
%- for exo_tab in e.latex_exo_tabulars
|
2017-03-29 05:57:45 +00:00
|
|
|
\Var{exo_tab}
|
|
|
|
%- endfor
|
2016-11-26 14:34:32 +00:00
|
|
|
\end{multicols}
|
|
|
|
\vfill
|
|
|
|
|
|
|
|
\begin{center}
|
|
|
|
Pas de réponse \NoRep \hfill
|
|
|
|
Tout faux \RepZ \hfill
|
|
|
|
Beaucoup d'erreurs \RepU \hfill
|
|
|
|
Quelques erreurs \RepD \hfill
|
|
|
|
Juste \RepT \hfill
|
|
|
|
\end{center}
|
|
|
|
\normalsize
|
|
|
|
\pagebreak
|
2017-03-31 15:33:53 +00:00
|
|
|
%-endfor
|
|
|
|
%-endblock
|
2016-11-26 14:34:32 +00:00
|
|
|
|
|
|
|
|