Does anyone know the simplest 'html view' code for hover and/or hyperlinked tooltips in Qualtrics question and multiple choice answers? I am also not sure if something needs to be in the survey's ‘Custom CSS’ box in Look and Feel > Style. For instance, I want when someone hovers over “Try this one out.” for this text to appear: “I am a tooltip that provides more details about the term you clicked on.”
I read all the other tooltip posts on here, Youtube, and asked Qualtrics support and could not get an answer that worked. Many thanks!
Hi
You can put the below code in the Rich Content Editor of your option choice. If my understanding is correct the text in the “” will be shown when you hover above the text hTry this one out]. This should work for you
<span title="I am a tooltip that provides more details about the term you clicked on.">Try this one out.</span>
Hi
Also, what about in the question text itself? I tried the above code but it appears as “<span title="I am a tooltip that provides more details about the term you clicked on.">Try this one out.</span>.” Thanks again!
Hi
For applying an hyperlink to the text displayed on the option choice you can simply select the text and click on the icon below, paste your link and you are good to go!

The above code did not worked in the Question text is because the text was in the html tag, once you click on the question, on the right side you’ll find “HTML view” click on it and then paste the code, this would work.
Hi
Sorry
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.