.
This commit is contained in:
+1
-1
@@ -908,7 +908,7 @@ def exam_scores_cid_user(request, pk, sk):
|
|||||||
else:
|
else:
|
||||||
answer_score = user_answer.get_answer_score()
|
answer_score = user_answer.get_answer_score()
|
||||||
|
|
||||||
answer_text.append((answer_observations, answer_interpretation, answer_principle_diagnosis, answer_differential_diagnosis, answer_management))
|
answer_text.append((user_answer.answer_observations, user_answer.answer_interpretation, user_answer.answer_principle_diagnosis, user_answer.answer_differential_diagnosis, user_answer.answer_management))
|
||||||
|
|
||||||
if not exam.publish_results:
|
if not exam.publish_results:
|
||||||
answer_score = 0
|
answer_score = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user