.
This commit is contained in:
@@ -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
@@ -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,
|
||||
|
||||
@@ -643,7 +643,7 @@ input {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.view-question-link-longs
|
||||
.view-question-link-longs {
|
||||
color: blue;
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
|
||||
Reference in New Issue
Block a user