Tool Tips | XM Community
Question

Tool Tips

  • 30 April 2019
  • 4 replies
  • 426 views

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

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>
@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.
> @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
Userlevel 3
Badge +4

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.

Leave a Reply