repytex/notes_tools/reports/templates/tpl_reports_eval.tex

70 lines
1.2 KiB
TeX

%- extends "tpl_reports.tex"
% FILENAME: "tpl_reports_eval.tex
%- block classPOV
\maketitle
Devoir sur \Var{eval_df["Bareme"].iloc[0]}
\vfill
%- \Var{eval_df.describe()[["Mark"]].T.to_latex()}
\vfill
%- \Var{eval_df| marks_hist | includegraphics(document_path=directory, scale=0.5)}
%- 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}
\begin{minipage}{0.4\linewidth}
%- \Var{e["quest"] | radar_on("Competence") | includegraphics(document_path=directory, scale=0.4)}
\end{minipage}
\vfill
\scriptsize
\begin{multicols}{3}
%- 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