improve user score pages

This commit is contained in:
Ross
2020-12-10 22:52:51 +00:00
parent d7766a7d95
commit cdd466ecb5
6 changed files with 64 additions and 13 deletions
+20
View File
@@ -280,4 +280,24 @@ img.uploading:hover {
#annotation-json-content {
display: none;
}
.user-answer-score-0 {
color: red;
}
.user-answer-score-1 {
color: greenyellow;
}
.user-answer-score-2 {
color: green;
}
.correct-answer {
color: white;
}
.user-answer-li {
padding-top: 10px;
}