Solved
Adding hover over / mouse over descriptions for response options
Hi, I'm trying to add descriptions to response options when you hover over them. From what I've seen on the board, the code to do this should be:
<span title="Response option description">Response option</span>
This does not appear to work, am I doing something incorrectly? My immediate thought was that the theme may determine whether or not this works?
Any input would be greatly appreciated.
Best,
Ian
Best answer by Rich_Boits_Walker
You can currently do this with the html title attribute. It is setup slightly differently if you want the hover over text (tool tip) on the question or on the scale.
For questions:
* Click on the question to edit, but go to the HTML view tab to the right of the edit box
* Set your question like this <span title="Hover text">Question Text?</span>
For choices/scales:
* Set the title attribute directly in the edit box
* <span title="Hover text for detailed description of this choice">Scale choice</span>
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.