.
This commit is contained in:
@@ -643,7 +643,7 @@ input {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.view-question-link-longs
|
.view-question-link-longs {
|
||||||
color: blue;
|
color: blue;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
|||||||
+1
-1
@@ -952,7 +952,7 @@ def exam_scores_cid_user(request, pk, sk):
|
|||||||
total_score = sum(answered)
|
total_score = sum(answered)
|
||||||
normalised_score = normaliseScore(total_score)
|
normalised_score = normaliseScore(total_score)
|
||||||
|
|
||||||
max_score = len(questions) * 2
|
max_score = len(questions) * 8
|
||||||
|
|
||||||
return render(
|
return render(
|
||||||
request,
|
request,
|
||||||
|
|||||||
@@ -643,7 +643,7 @@ input {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.view-question-link-longs
|
.view-question-link-longs {
|
||||||
color: blue;
|
color: blue;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
|||||||
Reference in New Issue
Block a user