.
This commit is contained in:
+1
-1
@@ -924,7 +924,7 @@ def exam_scores_cid(request, pk):
|
||||
# Get user answer
|
||||
s = q.cid_user_answers.filter(cid=cid).first()
|
||||
|
||||
if q.normal and s.normal == q.normal:
|
||||
if s.normal:
|
||||
ans = "Normal"
|
||||
elif not s:
|
||||
# skip if no answer
|
||||
|
||||
Reference in New Issue
Block a user