Hi! For some reasons I would like to show my question ID in the header (in very small characters below the question and less remarkable to the participants). I tried to do it by inserting a Piped Text in the Header section of Look&Feel but could not find the according field name for the question ID. Is there any way to do it? Many thanks!
Solved
Display Question ID (as Piped Text?) in Header
Best answer by rondev
Use the below code in header with Show Question number enabled.
<script>
Qualtrics.SurveyEngine.addOnReady(function()
{var det_elem = jQuery(".ExportTag").detach();jQuery("#Footer").html(det_elem).css({"text-align":"center","font-size":"smaller"});});
</script>
Leave a Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.