description of the questions | XM Community
Skip to main content

Hi everyone,

I would like to add a pop-up that provides more information about a question when the user hovers over it.
Like this but for the question and not for the options:



Since this survey has translations, I also need to ensure that the pop-up boxes display the description in the correct language.

If anyone has any suggestions, they would be greatly appreciated!

Hi,

The tooltip is used in the same way whether it’s in a choice or the question. You can use the same code. Normally, you define a tooltip’s content in your question’s html (in source mode, probably something like this:

<abbr title="tooltip content" rel="tooltip">text to apply tooltip on</abbr>

The “tooltip content” can be different depending on your question’s language.


Thank you ​@vgayraud !


Leave a Reply