Hi Community,
I'm trying to work with progress bar that change the text value while proceeding to each page and not stuck at 0%
ricsdpl
Try enabling verbose text in progress bar and add the below code in the general>header>source. It will then show you the current progress as you can see below.
Hope it helps!
Hi Deepak, Is there no way to change the value of 0% instead to show you the current progress
ricsdpl
You can use the below code to update the 0% include this in the header>source
Hope it helps!
Hi
Where can I get the code? Can you please share the same?
The below discussion should be helpful
Hope it helps!
Hi
<script>
Qualtrics.SurveyEngine.addOnReady(function(){
let str = jQuery('.ProgressBarFillContainer>div'))0].attributess1].value;
let result = str.substr(7);
jQuery('.ProgressBarContainer>tbody>tr>td'))1].innerText= result;
});
</script>
Thanks Both, I have one more question related to look and feel of the survey. When I use “Flat” layout them Other specify box comes below that option, is there any way to adjust it in same row? Ex
Other, please specify: --------------------------
Thanks Both, I have one more question related to look and feel of the survey. When I use “Flat” layout them Other specify box comes below that option, is there any way to adjust it in same row? Ex
Other, please specify: --------------------------
Kindly post it as new discussion
Thanks Both, I have one more question related to look and feel of the survey. When I use “Flat” layout them Other specify box comes below that option, is there any way to adjust it in same row? Ex
Other, please specify: --------------------------
Kindly post it as new discussion
I did that, please have a look.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.