Solved
How to add Hover Text to a Multiple Choice Survey Question
Hi,
Wondering if anyone may have tried to add custom code to add Hover text to a multiple choice question?
The question has 4 choices to select;
Missing
Emerging
Developing
Established
I would like to add Hover over text to each option to give a fuller explanation as to what it means...
For example - when the respondent hovers over 'Missing' - i would like to display text "No structured performance reviews in place"
Thanks,
Denise
Best answer by TomG
Put each choice in a `<span>` tag with a title attribute. For example:
```
<span title="Missing hover text">Missing</span>
```
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
