Skip to content

Instantly share code, notes, and snippets.

@marketinview
Last active October 23, 2022 16:41
Show Gist options
  • Save marketinview/e443b9056a71da108b8c to your computer and use it in GitHub Desktop.
Save marketinview/e443b9056a71da108b8c to your computer and use it in GitHub Desktop.
Qualtrics: Adjust Matrix Text Input Widths. Adjust "75px" as needed. #qualtrics #js #jq #matrix #input #text #width
Qualtrics.SurveyEngine.addOnload(function() {
jQuery("#"+this.questionId+" input").css("width", "75px");
});
@marketinview
Copy link
Author

marketinview commented Nov 14, 2017

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