Removing ticks and crosses from Hot Spot and combining 2 question types into 1 | XM Community
Skip to main content

Dear Qualtrics Community
I have two issues/.qns:
1) Hot Spot - when participants click on the answers, a tick (single click) and a cross (double click) appear with the coloured box (over the selected area/text) as shown in the pic. I don't want the ticks and crosses to appear. I only want the coloured box. How can I do this?
 2) Currently, Qualtrics does not seem to allow two question types to appear next to each other. I want both Hot Spot and Side-by Side free text entry next to each other in a single question as shown in the pic. How can I do this? 
 I look forward to hearing from anyone with a solution. Thank you.
.
qualtrics_issue.jpg

Hi there, if you still need, the tick and cross can be hidden from a Hot Spot question that is set to interaction type = "Dislike - Like" by adding the below CSS to the Style section of the survey's Look & Feel:
div.Inner.BorderColor.LikeDislike > div > fieldset > div > div > div > svg > image {
  display: none !important;
}
For your 2nd point, I don't think there is a great way to have the questions display next to each other like in your picture. However, you could set up a Side by Side question that comes after the Hot Spot that Carries Forward the Selected Regions from the Hot Spot question to become the Statements for the Side by Side, like in the below:
HotSpotCarryForward.png


Leave a Reply