Skip to content

Instantly share code, notes, and snippets.

@marketinview
Last active October 23, 2022 16:35
Show Gist options
  • Save marketinview/dc6e33bc0481bbeb381f to your computer and use it in GitHub Desktop.
Save marketinview/dc6e33bc0481bbeb381f to your computer and use it in GitHub Desktop.
Qualtrics: Underline Phrases in Highlight Question. #qualtrics #js #jq #highlight #concept
Qualtrics.SurveyEngine.addOnload(function() {
//Underline phrases in Highlight question
jQuery("#"+this.questionId+" span.HLTextWord").css("text-decoration", "underline");
});
@marketinview
Copy link
Author

marketinview commented Feb 7, 2018

See additional Qualtrics solutions at: https://qualtricswiki.tgibbons.com/doku.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment