Auto-Hide Hidden Questions in Preview Mode | XM Community
Skip to main content
Solved

Auto-Hide Hidden Questions in Preview Mode

  • February 26, 2024
  • 1 reply
  • 95 views

Forum|alt.badge.img+7

Is there any way to set preview mode to automatically hide hidden questions (such as timing and metadata capture questions)? I know there is a toggle to hide these questions when running a preview session, but it always defaults to showing them and never saves your previous setting. While this is annoying when demoing a survey and needing to quickly toggle the setting, I think this is worse when sending out testing links to business users/testers that are likely confused by these hidden questions. It also may not be clear to them that there is a toggle to switch them off.

While I don’t think there is any way to change the default behavior, maybe someone knows of a hidden URL parameter we could add to the preview link so that when sharing the links with other users, it defaults to hiding these questions?

Best answer by TomG

@jake_dufinetz - You can add a Custom CSS rule:

.Skin .QuestionOuter.Meta, .Skin .QuestionOuter.Timing { display:none; }

 

1 reply

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • Answer
  • February 26, 2024

@jake_dufinetz - You can add a Custom CSS rule:

.Skin .QuestionOuter.Meta, .Skin .QuestionOuter.Timing { display:none; }