Solved
How to hide the question on the feedback page
Hi! I set up my questions to either be an audio clip or an image, and for participants to receive feedback on whether they got the question correct or incorrect after each question. I figured out how to hide the answers on the feedback screen (after they select a response) by inserting the answers as images instead of in rich content editor, but the question still shows. I'd like the question to not show on this feedback screen. Essentially, after they select a response I'd like them just to know whether they got it correct or incorrect without seeing the question or answer so they're unable to try to figure it out after they find out if they got it right or wrong.
Thanks in advance!!!
Best answer by Anonymous
Hello @csong1 ,
Assuming you have done scoring and you are displaying the answer after each question and do not want the user to be able to click on the question audio, then paste the below css in the custom css under look and feel -> style tab
.Grading{
pointer-events:none;
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
