This commit is contained in:
Ross
2021-08-19 10:35:58 +01:00
parent b7038906d3
commit c926ce310c
3 changed files with 29 additions and 5 deletions
+14 -2
View File
@@ -350,6 +350,10 @@ img.uploading {
display: none; display: none;
} }
.cid-score-table {
max-width: 400px;
}
.user-answer-score-0 { .user-answer-score-0 {
color: red; color: red;
} }
@@ -363,11 +367,11 @@ img.uploading {
color: lightblue; color: lightblue;
} }
.user-answer-score-1 { .rapid-ans .user-answer-score-1 {
color: lightblue; color: lightblue;
} }
.user-answer-score-0\.5 { .rapid-ans .user-answer-score-0\.5 {
/* color: green; */ /* color: green; */
color: yellow; color: yellow;
} }
@@ -388,6 +392,14 @@ td.user-answer-score-2::after {
content: "✓✓"; content: "✓✓";
} }
td.user-answer-score-0\.5.rapid-ans::after {
content: "✓";
}
td.user-answer-score-1:.rapid-ans:after {
content: "✓✓";
}
.user-answer-score pre { .user-answer-score pre {
display: inline; display: inline;
color: inherit; color: inherit;
+1 -1
View File
@@ -22,7 +22,7 @@
</div> </div>
<div> <div>
<table class="table table-dark table-striped table-hover table-sm"> <table class="table table-dark table-striped table-hover table-sm cid-score-table">
<tr> <tr>
<th>Candidate ID</th> <th>Candidate ID</th>
<th>Score</th> <th>Score</th>
+14 -2
View File
@@ -350,6 +350,10 @@ img.uploading {
display: none; display: none;
} }
.cid-score-table {
max-width: 400px;
}
.user-answer-score-0 { .user-answer-score-0 {
color: red; color: red;
} }
@@ -363,11 +367,11 @@ img.uploading {
color: lightblue; color: lightblue;
} }
.user-answer-score-1 { .rapid-ans .user-answer-score-1 {
color: lightblue; color: lightblue;
} }
.user-answer-score-0\.5 { .rapid-ans .user-answer-score-0\.5 {
/* color: green; */ /* color: green; */
color: yellow; color: yellow;
} }
@@ -388,6 +392,14 @@ td.user-answer-score-2::after {
content: "✓✓"; content: "✓✓";
} }
td.user-answer-score-0\.5.rapid-ans::after {
content: "✓";
}
td.user-answer-score-1:.rapid-ans:after {
content: "✓✓";
}
.user-answer-score pre { .user-answer-score pre {
display: inline; display: inline;
color: inherit; color: inherit;