custom hover over text in matrix table categories | XM Community
Solved

custom hover over text in matrix table categories

  • 26 December 2023
  • 2 replies
  • 58 views

Badge +3

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?

icon

Best answer by ArunDubey 27 December 2023, 05:54

View original

2 replies

Userlevel 6
Badge +27

Yes we can use the code mentioned in this post.

Userlevel 7
Badge +33

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