Tool Tips | XM Community
Skip to main content
Question

Tool Tips

  • April 29, 2019
  • 4 replies
  • 613 views

andrewtortiz
Hi there - new user to this platform. I am trying to create a tool tip on this question below. Tool tip would read "Your agency overall commercial group book of business." 1. What state(s) are your group book of business?

4 replies

  • April 30, 2019
Hello @andrewtortiz Alternate to tool tip can be show on hover feature: In the HTML view of the question, wrap your question in span element and give title attribute to this span with value as the text that you want to show. Hence your question HTML will be: `<span title= "Your agency overall commercial group book of business.">What state(s) are your group book of business?</span>` Output <span title= "Your agency overall commercial group book of business.">What state(s) are your group book of business?</span>

andrewtortiz
@Shashi The problem with this is that I expect most people to use a mobile device to answer these questions and it doesn't populate on the mobile version.

  • April 30, 2019
> @andrewtortiz said: > @Shashi The problem with this is that I expect most people to use a mobile device to answer these questions and it doesn't populate on the mobile version. You can use this

hmacdermott
Level 2 ●●
Forum|alt.badge.img+4
  • Level 2 ●●
  • April 27, 2021

Has anyone been able to get the mobile tool tip to work?
I placed the Javascript code in
Qualtrics.SurveyEngine.addOnload(function()
{
/*Place your JavaScript here to run when the page loads*/
});
and added the CSS to Look and Feel --> Style --> Custom CSS,
but it's not showing up in mobile.