From 285da35edeb477a8e70291a590272bb68c8a9813 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 18 May 2026 23:55:20 +0200 Subject: [PATCH] fix name --- teleforma/views/crfpa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/views/crfpa.py b/teleforma/views/crfpa.py index 689a5d36..ca661b1a 100644 --- a/teleforma/views/crfpa.py +++ b/teleforma/views/crfpa.py @@ -1277,7 +1277,7 @@ class QuizQuestionView(CourseAccessMixin, QuizTake): -class StudentXLSBook: +class StudentReadingsXLSBook: def __init__(self, students): self.book = Workbook() -- 2.47.3