This commit is contained in:
Ross
2021-09-08 12:56:25 +01:00
parent 04baa060ee
commit af99f68149
+6 -6
View File
@@ -40,7 +40,7 @@ a:link {
}
.answer-list.rapid .correct::after {
content: " [Score = 1]";
content: " [Score = 2]";
}
.answer-list .half-correct {
@@ -53,7 +53,7 @@ a:link {
}
.answer-list.rapid .half-correct::after {
content: " [Score = 0.5]";
content: " [Score = 1]";
}
.answer-list .incorrect {
@@ -377,11 +377,11 @@ img.uploading {
color: lightblue;
}
.rapid-ans.user-answer-score-1 {
.rapid-ans.user-answer-score-2 {
color: lightblue;
}
.rapid-ans.user-answer-score-0\.5 {
.rapid-ans.user-answer-score-1 {
/* color: green; */
color: yellow;
}
@@ -402,11 +402,11 @@ td.user-answer-score-2::after {
content: "✓✓";
}
td.user-answer-score-0\.5.rapid-ans::after {
td.user-answer-score-1.rapid-ans::after {
content: "✓";
}
td.user-answer-score-1.rapid-ans::after {
td.user-answer-score-2.rapid-ans::after {
content: "✓✓";
}