Creating heading for each page of the survey | XM Community
Skip to main content
Question

Creating heading for each page of the survey

  • January 26, 2024
  • 3 replies
  • 1209 views

Forum|alt.badge.img+2

Hi, 

How can I make a heading for each section of the survey? Currently, I only know to use a heading in the survey flow, which shows up on all pages of the survey. But I want to have a different heading for each section of the survey to display for the user. For example, for a teacher application, it shows these titles for two sections of the application: “Demographic information of your class”, “your past experience” etc. 

3 replies

Shashi
Level 8 ●●●●●●●●
Forum|alt.badge.img+34
  • Level 8 ●●●●●●●●
  • 654 replies
  • January 26, 2024

Create an embedded data to store the header text. Use this embedded data to create header from the look and feel → General → header. Update the value of this header embedded data in the survey flow before start of the section.


JesperAndersen
QPN Level 4 ●●●●
Forum|alt.badge.img+11
  • QPN Level 4 ●●●●
  • 97 replies
  • January 26, 2024

Hi @PSabouri,

If you want to add the headers as pictures, you can use this JavaScript in the first question on each page:

Qualtrics.SurveyEngine.addOnReady(function()
{
});
 
This would generate a different picture for each section where you need it.

Forum|alt.badge.img+22
  • Level 7 ●●●●●●●
  • 2050 replies
  • January 28, 2024

Considering that you are already setting up different pages for the survey, the simplest option would be add a text/html question at the top of each page. Use this as the header to add whatever you want to it.