84 lines
1.4 KiB
TeX
84 lines
1.4 KiB
TeX
%- extends "tpl_reports.tex"
|
|
|
|
% FILENAME: "tpl_reports_eval.tex
|
|
|
|
%- block classPOV
|
|
\maketitle
|
|
|
|
|
|
%- if absents
|
|
Liste des élèves absents
|
|
\begin{itemize}
|
|
%- for e in absents
|
|
\item \Var{e}
|
|
%- endfor
|
|
\end{itemize}
|
|
%- endif
|
|
|
|
\Var{classe.level_heatmap | includegraphics(document_path=directory, scale=0.6)}
|
|
|
|
\Var{classe.hist_boxplot | includegraphics(document_path=directory, scale=0.6)}
|
|
|
|
Compétences
|
|
|
|
\Var{classe.pies_eff_pts_on_competence | includegraphics(document_path=directory, scale=0.5)}
|
|
|
|
|
|
Élements du programme
|
|
|
|
\Var{classe.pies_eff_pts_on_domaine | includegraphics(document_path=directory, scale=0.5)}
|
|
|
|
\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
|
|
|
|
|