Change appearance of hot spot question selector marker

Aug 28, 2012

Is there a way to change the color or size of the selection marker for hot spot questions in Storyline? I get feedback the marker is small and hard to see. I would like to make it more noticable. 

43 Replies
Michael Belanger

I am here (8 years later) with the same problem as everyone else. I had the same feedback as JH and is very frustrating that this is still not resolved! Tracy has a nice workaround, however, does not take the place of our need to change the spinning wheel. What can be done to change the wheel o something else? Where is this in the slide/program? Did deep for an answer Articulate! WE NEED THIS!

Snorre Rubin

You can do it with javascript. Here is a code to change the circle to yellow, and a bit larger. Adjust by changing the color and the size:

var el = document.getElementsByClassName('hotspot-marker')[0];
el.style.color = "yellow";
el.style.background = "yellow";
el.style.borderLeftColor = "yellow";
el.style.borderRightColor = "yellow";
el.style.borderWidth = "12px";
el.style.marginLeft = "-12px";
el.style.marginTop = "-12px";

The script can simply run in a javascript trigger, to run when timeline starts. 

Note: this is tested in Storyline 360, and might need adjustments for other versions as the DOM-structure is slightly different in various versions of storyline. 

Kari McKay

I built a hotspot quiz question and the feedback I got from my SME was that he clicked the image and then it's just spinning and spinning for over 2 minutes. He has a point. Anything that is spinning usually indicates that it's "working" and to wait. Still can't believe it's not been fixed in over 8 years.

 

Steven Benassi

Hi Mindy!

Thanks for checking in on this and sharing your feedback!

I don't have any updates to share at this time as our development team has been prioritizing other features. I've included you in the feature report so you can be notified as soon as we have updates to share.

For your reference, here's a deeper look at how we manage feature requests.