Skip to main content
Participating Frequently
July 24, 2017
Question

Z-Index of Quiz Title

  • July 24, 2017
  • 1 reply
  • 123 views

Hello,


Does anyone know of a way to edit the z-index of a question title?  One of my quiz questions has swapped the index with the question text and I can't figure out to get it back.  This question has identical properties in the published html as the others in terms of position and other attributes within the div.

The built in items aren't on the timeline, so I can't do it that way.  Any other tips?

Edit:  It looks like the hierarchy in the html is getting messed up.  The normal questions have:

<Title Div></Title Div>

<Question Div>

     <Answers Div></Answers Div>

</Question Div>

but the broken one is:

<Question Div></Question Div>

<Title Div>

     <Answers Div></Answers Div>

</Title Div>

Thanks,

Brian

Message was edited by: Brian Doyle

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    July 24, 2017

    Things are getting even better

    In addition to the problem I'm having with the HTML5 output, the Question Titles of the non-broken slides are now invisible in the editor.  But they still work as expected in the output.

    This even persists when transferred to another machine with a fresh 2017 install.