Enhance shorts exam functionality by adding history tracking and updating feedback display in exam scores template
This commit is contained in:
+1
-1
@@ -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"""
|
||||
|
||||
Reference in New Issue
Block a user