The progress bar visually shows respondents their survey completion percentage. It is included in all themes, though its appearance may vary. The progress bar can be customized or removed with the progress
, progressbar
and progresspages
tags.
startgroup: 2GRP
progress: n
2. Tell us as much as possible about your vacation.
type: textbox
...
endgroup: 2GRP
Details
- The
progress
andprogressbar
tags accept 'y' and 'n' input.- By default, all pages are included in the progress calculation. Use
progress: n
on specific pages or on a group of pages to exclude them. - To remove the progress bar entirely, apply
progressbar: n
to theapp config
widget.
- By default, all pages are included in the progress calculation. Use
- The
progresspages
tag adjusts the progress bar by overriding the page count for groups, ensuring accuracy when the number of visible pages is known. It accepts a positive number, e.g., '7'.
Tip! You can customize the progress bar's design or relocate it with CSS and survey templates. For additional assistance, contact Support or send an email to help@intellisurvey.com.
Additional examples
Removing the progress bar completely
Add progressbar: n
to your survey's app config
widget to remove the progress bar completely from your survey.
app config
progressbar: n
Overriding the page count with 'progresspages'
In the example below, respondents select three brands and answer two questions per brand. If the list has 50 brands but respondents only sees three brands (6 pages), the progress bar overestimates completion.
To correct this, add the progresspages
tag to the group containing the block widget and specify the number of pages for the group, in this case 6. The progress bar now calculates the NPS_BLOCK group as 6 pages, reflecting the actual number of pages seen by each respondent.
3BRANDS. Three brands respondent uses type: coded multiple select optsfrom: BRANDS_LIST maxgroups: 3 startgroup: NPS_BLOCK progresspages: 6 block: <<END 15_%%ID%%. On a scale of 0 to 10, how likely are you to recommend %%TEXT%% to a friend? class: nps why: Why did you give $Q15_%%ID%%_text this rating?
END list: BRANDS_LIST endgroup: NPS_BLOCK
Comments
0 comments
Please sign in to leave a comment.