custom hover over text in matrix table categories | XM Community
Skip to main content

Hi, 

I am looking for a solution to include hover-over text in the category rows in the matrix table question, so when you hover over the left-side column, each term with a definition appears. Another post I looked at mentioned this would be done as:

 

add some code to the CSS, to the JavaScript within the question, and then some HTML to the choices themselves. 

 

Is there code to get started?

Yes we can use the code mentioned in this post.


You can use tooltip for hoverover text. refer below link for implementation and customization.

https://www.w3schools.com/css/tryit.asp?filename=trycss_tooltip


Leave a Reply