I designed a quiz earlier,
Constellations A-Z , to have all blue colored boxes. The problem, however, is that upon filling in an answer, like Aquila or Pisces, the corresponding box turns back to the default white and green. I would like to know if there is a way to keep the answer boxes in the configuration I have them set for.
Be warned though, this may make readability of the answers a touch worse.
< style >
.text-game-content #grid .block .gx2 { background-color: #151E3D!important;}
.game-group .correct {color: #ffffff !important;}
.dark-mode.game-group .correct {color: #ffffff !important;}
.game-group .incorrect {color: #e44 !important;}
< /style >
td.answer-XXXXXXX.correct {
background-color: #YYYYYY !important;
}
where XXXXXXX is the answer id and YYYYY the color of the box you want to keep
I have used this in one of my quizzes