Solved
Is it possible to display progressive percentages as respondents are answering?

While a respondent is answering a Qualtrics survey, he/she sees a red bar moving forward. However, at the extreme (right and left), there is only 0% and 100%.During the pre-test phase, several respondents emphasized the advantage of seeing a% in the middle progressing as questions are answered (Example: 10%, 20%, 30%, 40%). % ... .80%, 90% and finally 100%). Does any one have an idea on how to do this on Qualtrics?
Best answer by Anonymous
Hello @Mohamed_Hedi ,
Select Progress bar -> "with verbose text" in the look and feel tab.
Paste the following code in the header(edit) -> "<>"(source) option
<script>
Qualtrics.SurveyEngine.addOnReady(function() {
jQuery("table.ProgressBarContainer tbody tr td:eq(0) label").text(jQuery("#ProgressBarFillContainer span").text()); });
</script>
The above code will show progress at the center of progress bar
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.