2 . please add this css as well :
.question_wrapper.loaded {
display: none;
}
for the translation and course status please update the wplms plugin to latest version :
https://wplms.io/support/knowledge-base/updating-core-plugins-in-wplms-v4/
Thanks, the update worked for the translate, now about the checkmark is not working, it keeps showing up as flashing, please see the video: https://www.screencast.com/t/H5YzvXUg
and about the retakes neither worked, I used this:
.question .checked_answer {display:none;}
Take a look at the video as well tthe right green arrow in the video.
Please try this css :
.question .checked_answer {display:none !important;}
.question_wrapper {
display: none;
}