Setting up headers with a Block | XM Community
Skip to main content
Solved

Setting up headers with a Block

  • September 12, 2018
  • 3 replies
  • 2415 views

Forum|alt.badge.img
In setting up a survey, I have quite a few blocks set up. I am displaying one question at at a time. Is there a way to add a header to each block that appears with each question within a block?

Best answer by Anonymous

Hello @skayani , If the header is not same across the block, then follwoing solution will work: Step 1: Create an embedded data(head) as the first element in the survey flow Step 2: In the "Look and feel" -> header -> Html view(<>) just pipe in the embedded data(head) i.e. the head will only have this- ` ${e://Field/head}` Step 3: Now in the survey flow you can update the embedded data(head) value before every block as required. See the below image: ! In the above image Testing block will view different image and then the src of img tag is updated, Block 1 will view different image
View original

3 replies

PeeyushBansal
Level 6 ●●●●●●
Forum|alt.badge.img+39
  • Level 6 ●●●●●●
  • 1144 replies
  • September 12, 2018
Add a discriptive text as a header for each question within question text or a single info for each block at start.

MohammedAli_Rajapkar
QPN Level 5 ●●●●●
Forum|alt.badge.img+20
If the header is same across the block then you can utilize the header section of "Look & Feel". No need to add multiple descriptive texts (in each block). Here is the documentation: https://www.qualtrics.com/support/survey-platform/survey-module/look-feel/advanced-look-feel-settings/#InsertingAHeader

  • 0 replies
  • Answer
  • September 13, 2018
Hello @skayani , If the header is not same across the block, then follwoing solution will work: Step 1: Create an embedded data(head) as the first element in the survey flow Step 2: In the "Look and feel" -> header -> Html view(<>) just pipe in the embedded data(head) i.e. the head will only have this- ` ${e://Field/head}` Step 3: Now in the survey flow you can update the embedded data(head) value before every block as required. See the below image: ! In the above image Testing block will view different image and then the src of img tag is updated, Block 1 will view different image