Add correct/incorrect markers to question panel

This commit is contained in:
Ross
2020-09-10 09:28:20 +01:00
parent 520acb91fb
commit e8fea59717
2 changed files with 41 additions and 12 deletions
+8
View File
@@ -669,6 +669,14 @@ img {
font-size: smaller;
}
.question-panel-correct {
color: green;
}
.question-panel-incorrect {
color: red;
}
textarea.incorrect {
background-color: lightcoral;
color: lightgray;