Merge branch 'master' of ssh://git.xkjq.uk:30001/ross/rad

This commit is contained in:
Ross
2022-01-04 13:50:08 +00:00
14 changed files with 136 additions and 156 deletions
-18
View File
@@ -587,24 +587,6 @@ table.longs .user-answer-score- {
background-color: red;
}
.published-icon {
border: 1px dotted gray;
opacity: 20%;
border-radius: 4px;
display: none;
}
.published-icon:hover {
opacity: 100%;
}
.published-icon.published {
border: 1px solid purple;
color: purple;
opacity: 100%;
display: inline-block;
}
textarea,
input {
border-radius: 2px;
+1
View File
@@ -664,6 +664,7 @@ def exam_scores_cid_user(request, pk, cid, passcode):
"total_score": total_score,
"max_score": max_score,
"answers_and_marks": answers_and_marks,
"view_all_results": view_all_results,
},
)