Enhance feedback display in exam scores template and update question data retrieval for improved user experience

This commit is contained in:
Ross
2025-09-08 11:01:17 +01:00
parent 30523c9296
commit 9ed8fd90b3
2 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ class Question(QuestionBase):
def get_question_json(
self,
based: bool = True,
feedback: bool = False,
feedback: bool = True,
answers: bool = True,
history: bool = True,
annotations: bool = False,