Q. Is there a way to disable the progress meter? Can I turn the progress meter off on specific pages?
A. There are two methods to disable the progress meter:
- Click the Survey Options menu.
- Select Fonts.
- In the last row of options at the right, there is a check box labeled Show Progress Meter. Uncheck this box to remove it from
the survey.
- Access the question at which to disable the progress meter. If you are doing this for a question or questions that
are part of a Merge Question make sure to do the following on the Merge Question and not the individual questions.- Click Modify Options.
- Click Create a Custom Script Box (second to the last row of options).
- Paste the following script into window:
<style>
#tbPM {display: none;}
</style>