Enhance shorts exam functionality by adding history tracking and updating feedback display in exam scores template

This commit is contained in:
Ross
2025-09-08 10:26:16 +01:00
parent 5270d5cd36
commit 7ff5d1d37e
3 changed files with 18 additions and 8 deletions
+1 -1
View File
@@ -234,7 +234,7 @@ class Question(QuestionBase):
based: bool = True,
feedback: bool = False,
answers: bool = True,
history: bool = False,
history: bool = True,
annotations: bool = False,
) -> QuestionData:
"""Returns a json representation of the question"""