This commit is contained in:
Ross
2021-09-09 13:31:20 +01:00
parent b819462aa6
commit e203fafdfd
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -643,7 +643,7 @@ input {
text-decoration: underline;
}
.view-question-link-longs
.view-question-link-longs {
color: blue;
cursor: pointer;
text-decoration: underline;
+1 -1
View File
@@ -952,7 +952,7 @@ def exam_scores_cid_user(request, pk, sk):
total_score = sum(answered)
normalised_score = normaliseScore(total_score)
max_score = len(questions) * 2
max_score = len(questions) * 8
return render(
request,
+1 -1
View File
@@ -643,7 +643,7 @@ input {
text-decoration: underline;
}
.view-question-link-longs
.view-question-link-longs {
color: blue;
cursor: pointer;
text-decoration: underline;