Can make term bilan!!!!
This commit is contained in:
@@ -15,13 +15,21 @@
|
||||
%- for e in students
|
||||
\maketitle
|
||||
|
||||
\Var{e["Nom"]}
|
||||
{\Large \Var{e["Nom"]}}
|
||||
|
||||
\Var{e["eval"].groupby("Nom").sum()[["Mark","Bareme"]].to_latex()}
|
||||
\vfill
|
||||
|
||||
\Var{e["quest"] | radar_on("Competence") | includegraphics(document_path=directory, scale=0.7)}
|
||||
\Var{e["quest"] | radar_on("Domaine") | includegraphics(document_path=directory, scale=0.7)}
|
||||
\Var{e["eval"].groupby("Nom").sum()[["Mark","Bareme"]].T.to_latex()}
|
||||
|
||||
\vfill
|
||||
\Var{e["quest"] | radar_on("Competence") | includegraphics(document_path=directory, scale=0.6)}
|
||||
\Var{e["quest"] | radar_on("Domaine") | includegraphics(document_path=directory, scale=0.6)}
|
||||
|
||||
\vfill
|
||||
%#\Var{conn_df}
|
||||
\Var{conn_df | parallele_on("Exercice", e["Nom"]) | includegraphics(document_path=directory, scale=0.5)}
|
||||
|
||||
\vfill
|
||||
\vfill
|
||||
|
||||
\normalsize
|
||||
|
||||
@@ -55,7 +55,7 @@ def term_bilan(classe, term, path = Path('./'),
|
||||
quest_df, exo_df, eval_df = \
|
||||
term_tools.select(quest_df, exo_df, eval_df, term)
|
||||
_, conn_df, _ = \
|
||||
eval_tools.select_contains(quest_df, exo_df, eval_df, "conn")
|
||||
eval_tools.select_contains(quest_df, exo_df, eval_df, "Conn")
|
||||
|
||||
bilan_info = term_info(classe, eval_df)
|
||||
students = term_tools.students_pov(quest_df, exo_df, eval_df)
|
||||
|
||||
@@ -31,9 +31,10 @@ texenv = jinja2.Environment(
|
||||
from .filters import includegraphics
|
||||
texenv.filters['includegraphics'] = includegraphics
|
||||
|
||||
from notes_tools.tools.marks_plottings import radar_on, marks_hist
|
||||
from notes_tools.tools.marks_plottings import radar_on, marks_hist, parallele_on
|
||||
texenv.filters['radar_on'] = radar_on
|
||||
texenv.filters['marks_hist'] = marks_hist
|
||||
texenv.filters['parallele_on'] = parallele_on
|
||||
|
||||
def feed_template(target, datas, template):
|
||||
""" Get the template and feed it to create bilans
|
||||
|
||||
Reference in New Issue
Block a user