Skip to content

Instantly share code, notes, and snippets.

@marketinview
Last active September 28, 2023 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marketinview/b94d7be49fddc6c6a157c083b8ad1d77 to your computer and use it in GitHub Desktop.
Save marketinview/b94d7be49fddc6c6a157c083b8ad1d77 to your computer and use it in GitHub Desktop.
Qualtrics: Likert Scales Vertical #qualtrics #css #matrix #likert #scale #vertical #answers
<style>
.Skin .Matrix table tr.ChoiceRow td {
display:block;text-align:left;padding:5px 2px;border-left:1px solid #666;border-right:1px solid #666; }
.Skin .Matrix table th.c1 { border-left:1px solid #666;border-bottom:1px solid #666; }
.Skin .Matrix table tr.ChoiceRow td:last-of-type { border-bottom:1px solid #666; }
.Skin .Matrix table tr.ChoiceRow:first-of-type th,
.Skin .Matrix table tr.ChoiceRow:first-of-type td:first-of-type { border-top:1px solid #666; }
.JFEScope .Skin .desktop .mobile { display: inline!important; }
tr.Answers { display:none; }
.JFEScope .Skin .desktop .mobile.dropdown-arrow { display:none!important; }
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment