From e0ca1a458b07dd29fc5dbfd49856eec3ea3648af Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 21 Jan 2021 14:11:39 +0100 Subject: [PATCH] Fix: column id to see student and score_rate --- recopytex/dashboard/exam_analysis/app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recopytex/dashboard/exam_analysis/app.py b/recopytex/dashboard/exam_analysis/app.py index 01a20a1..5ee465f 100644 --- a/recopytex/dashboard/exam_analysis/app.py +++ b/recopytex/dashboard/exam_analysis/app.py @@ -78,9 +78,9 @@ layout = html.Div( dash_table.DataTable( id="final_score_table", columns=[ - {"id": "Élève", "name": "Élève"}, + {"id": "Eleve", "name": "Élève"}, {"id": "Note", "name": "Note"}, - {"id": "Barème", "name": "Barème"}, + {"id": "Bareme", "name": "Barème"}, ], data=[], style_data_conditional=[