forked from ScoDoc/ScoDoc
Fix #74
This commit is contained in:
parent
547e5f989d
commit
77be33d046
@ -717,7 +717,9 @@ def _add_eval_columns(
|
||||
row_note_max[evaluation_id] = "/ %s" % nmax
|
||||
|
||||
if nb_notes > 0:
|
||||
row_moys[evaluation_id] = "%.3g" % (sum_notes / nb_notes)
|
||||
row_moys[evaluation_id] = scu.fmt_note(
|
||||
sum_notes / nb_notes, keep_numeric=keep_numeric
|
||||
)
|
||||
row_moys[
|
||||
"_" + str(evaluation_id) + "_help"
|
||||
] = "moyenne sur %d notes (%s le %s)" % (
|
||||
|
Loading…
Reference in New Issue
Block a user