Last active
October 23, 2022 16:35
-
-
Save marketinview/dc6e33bc0481bbeb381f to your computer and use it in GitHub Desktop.
Qualtrics: Underline Phrases in Highlight Question. #qualtrics #js #jq #highlight #concept
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Qualtrics.SurveyEngine.addOnload(function() { | |
//Underline phrases in Highlight question | |
jQuery("#"+this.questionId+" span.HLTextWord").css("text-decoration", "underline"); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See additional Qualtrics solutions at: https://qualtricswiki.tgibbons.com/doku.php