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

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. 

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.


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.

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.


Leave a Reply