Interactive Online Quiz feedback page


(Debbie) #1

I have created an interactive online quiz and added supplementary text to appear on the response/feedback page after each question.   The text is appearing to the right hand side of my answer drop down box and I want it to appear underneath (in the red circle in the attached file) how do I change where is it positioned?


(Edison Wang) #2

The supplementary text is inserted as a DIV right next to the answer.

Normally the DIV should be a block element and displayed underneath. It appeared underneath in my local system.

 

You might want to check the CSS of the page, and make sure the the supplementary text DIV is with correct CSS style.