I wasn't aware since today that when guessing an answer, the background color of the cell reset to white/blank.
I wanted to know if it's possible for the cell to keep the color after guessing the answer ?
I didn't find any HTML code that works during Step #2 and CSS seems not working too.
Could you help me please ?
Have a nice day !
==============
EDIT 06/01
I used :
{
background-color: #B6A136 ;
}
It worked but it also reveals the text even before starting the quizz. And the cell herself is not considered as an answer anymore even if the manual editor states the answer type.
Do I need to add more specifications ?
So I just need to put it during Step#2 ?
Could this work :
ANSWER
I'll try to inspect to find a way too.
Thanks !
{
background-color: #B6A136 ;
}
It works but it also reveals the text even before starting the quizz. And the cell herself is not considered as an answer anymore even if the manual editor states the answer type.
Do I need to add more specifications ?