repytex/notes_tools/reports/templates/tpl_reports_eval.tex

62 lines
913 B
TeX

%- extends "tpl_reports.tex"
% FILENAME: "tpl_reports_eval.tex
%- block classPOV
\maketitle
\vfill
%- endblock
%-block students
%-for e in students
\maketitle
\begin{minipage}{0.5\linewidth}
\large
\Var{e.name}
\end{minipage}
\begin{minipage}{0.3\linewidth}
\begin{flushright}
\Large \Var{e.eval["Mark_barem"]}
\end{flushright}
\end{minipage}
\vfill
\begin{minipage}{0.6\linewidth}
\fbox{%
\begin{minipage}{0.9\linewidth}
\hfill
\vspace{2cm}
\end{minipage}
}
\end{minipage}
\vfill
\scriptsize
\begin{multicols}{3}
\noindent
%- for exo_tab in e.latex_exo_tabulars
\Var{exo_tab}
%- endfor
\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
%-endfor
%-endblock