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