Enhance feedback display in exam scores template and update question data retrieval for improved user experience
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user