repytex/Repytex/reports/templates/tpl_reports_term.tex

74 lines
1.4 KiB
TeX
Raw Normal View History

2017-03-07 10:08:50 +00:00
%- extends "tpl_reports.tex"
% FILENAME: "tpl_reports_term.tex
2016-11-26 15:44:13 +00:00
2016-11-28 05:00:29 +00:00
%- block classPOV
2017-03-10 05:23:05 +00:00
\maketitle
{\Large Regard sur la classe}
\Var{classe.eval_tabular}
\vfill
2017-03-21 19:40:19 +00:00
\Var{classe.parallel_on_evals | includegraphics(document_path=directory, scale=0.6)}
2017-03-10 05:23:05 +00:00
2017-03-21 19:40:19 +00:00
Compétences
2017-03-10 05:23:05 +00:00
2017-03-21 19:40:19 +00:00
\Var{classe.pies_eff_pts_on_competence | includegraphics(document_path=directory, scale=0.3)}
2017-03-10 05:23:05 +00:00
2017-03-21 19:40:19 +00:00
Élements du programme
2017-03-10 05:23:05 +00:00
2017-03-21 19:40:19 +00:00
\Var{classe.pies_eff_pts_on_domaine | includegraphics(document_path=directory, scale=0.6)}
2017-03-10 05:23:05 +00:00
2016-11-28 05:00:29 +00:00
%- endblock
2016-11-26 15:44:13 +00:00
2017-03-10 05:23:05 +00:00
%-block evalPOV
2017-03-21 19:40:19 +00:00
%#\maketitle
%#{\Large Regard sur les évaluations}
%#
%#\Var{classe.evals_tabular}
2017-03-10 05:23:05 +00:00
%-endblock
2016-11-28 05:00:29 +00:00
%-block students
2016-11-26 15:44:13 +00:00
%- for e in students
\maketitle
2017-03-10 05:23:05 +00:00
{\Large \Var{e.name}}
2016-11-26 15:44:13 +00:00
2016-11-26 16:26:47 +00:00
\vfill
2017-03-10 05:23:05 +00:00
\Var{e.marks_tabular}
2016-11-26 16:26:47 +00:00
\vfill
2017-03-21 19:40:19 +00:00
\Var{e.radar_on_competence | includegraphics(document_path=directory, scale=0.8)}
\Var{e.radar_on_domaine | includegraphics(document_path=directory, scale=0.8)}
2017-03-10 05:23:05 +00:00
2016-11-26 15:44:13 +00:00
2017-03-07 15:52:37 +00:00
\vfill
2017-03-21 19:40:19 +00:00
\Var{e.heatmap_on_competence | includegraphics(document_path=directory, scale=0.6)}
\Var{e.heatmap_on_domain | includegraphics(document_path=directory, scale=0.6)}
%# \Var{e.pies_on_competence | includegraphics(document_path=directory, scale=0.3)}
%# \Var{e.pies_on_domaine | includegraphics(document_path=directory, scale=0.3)}
2017-03-07 15:52:37 +00:00
2016-11-26 16:26:47 +00:00
%#\Var{conn_df}
2017-03-10 05:23:05 +00:00
%# %- if not conn_df.empty
%# \Var{e.parallel_on_evals(classe.eval_df) | includegraphics(document_path=directory, scale=0.5)}
%# %- endif
2016-11-26 15:44:13 +00:00
2016-11-26 16:26:47 +00:00
\vfill
2016-11-26 15:44:13 +00:00
\vfill
\normalsize
\pagebreak
%- endfor
2016-11-28 05:00:29 +00:00
%- endblock
2016-11-26 15:44:13 +00:00