repytex/notes_tools/reports/templates/tpl_reports_eval.tex

70 lines
1.2 KiB
TeX
Raw Normal View History

2017-03-07 10:08:50 +00:00
%- extends "tpl_reports.tex"
2017-03-07 10:08:50 +00:00
% FILENAME: "tpl_reports_eval.tex
2016-11-28 05:00:29 +00:00
%- block classPOV
\maketitle
Devoir sur \Var{eval_df["Bareme"].iloc[0]}
\vfill
2017-03-29 05:57:45 +00:00
%- \Var{eval_df.describe()[["Mark"]].T.to_latex()}
\vfill
2017-03-29 05:57:45 +00:00
%- \Var{eval_df| marks_hist | includegraphics(document_path=directory, scale=0.5)}
2016-11-28 05:00:29 +00:00
%- endblock
2016-11-28 05:00:29 +00:00
%-block students
%- for e in students
\maketitle
\begin{minipage}{0.5\linewidth}
\large
2017-03-29 05:57:45 +00:00
\Var{e.name}
\end{minipage}
\begin{minipage}{0.3\linewidth}
\begin{flushright}
2017-03-29 05:57:45 +00:00
\Large \Var{e.eval["Mark_barem"]}
\end{flushright}
\end{minipage}
\vfill
2017-01-31 11:07:07 +00:00
\begin{minipage}{0.6\linewidth}
\fbox{%
2017-01-31 11:07:07 +00:00
\begin{minipage}{0.9\linewidth}
\hfill
2017-01-31 11:07:07 +00:00
\vspace{2cm}
\end{minipage}
}
2017-01-31 11:07:07 +00:00
\end{minipage}
\begin{minipage}{0.4\linewidth}
2017-03-29 05:57:45 +00:00
%- \Var{e["quest"] | radar_on("Competence") | includegraphics(document_path=directory, scale=0.4)}
2017-01-31 11:07:07 +00:00
\end{minipage}
\vfill
\scriptsize
\begin{multicols}{3}
2017-03-29 05:57:45 +00:00
%- 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
2016-11-28 05:00:29 +00:00
%- endblock