Hello, I developed a simple userscript that displays the progress you've made in a Qualtric's survey, even if the progress bar is disabled. Do be aware that it currently only works with Tampermonkey. Here's the link: https://greasyfork.org/en/scripts/389842-mturk-display-qualtrics-survey-progress If there's any issues, please notify me.
Very snazzy. but I couldn't get used to the value being on the left hand side. Here is a minor tweak if anyone wants the progress to follow them up and down the page Code: indicator.style.cssText = `color:lime; background: black; padding: 4px 6px; position: fixed; right: 1px; top: 5px; font-family:"Courier New", Courier, monospace; border-bottom-left-radius: 8px;`; Before: After:
The only thing I would worry about is if it is detectable by qualtrics. Otherwise it seems pretty useful. @THFYM @ChrisTurk @DarkChild Also
btw @grat your worker ID is in that screenshot. I'll edit the screenshot out of my last post but I just thought that I would let you know.
I've updated it! The latest version allows users to click the progress indicator to change its corner position. Its position is also now fixed.
There's no indication in the requests to Qualtrics that it has been detected, so it's all good in the hood for now, man.
Unable to get this to work. Installed with Tampermonkey in Chrome browser Version 78.0.3904.108 (Official Build) (64-bit). Advice?
The only thing I can say really is that it works on Firefox for me. I know that doesn't help at all, but if you use FF as well, then it might be worth a try there.