Does anyone have the CSS script to achieve this result?Solved
Does anyone have CSS code to achieve the same result as the screen shot?
I am trying to get the survey to have the same look and feel as the Qualtrics support "Was this helpful" section. Screenshot below.
!
Does anyone have the CSS script to achieve this result?
Does anyone have the CSS script to achieve this result?Best answer by Anonymous
Hello @Logan ,
Paste the below code in the js(onReady) of the Multi choice question with position "Horizontal" and label position "Side"
jQuery("<li width='25%' style='vertical-align:middle' class=' '><p style='white-space: nowrap'>Was this helpful?</p></li>").insertBefore(".ChoiceStructure .Selection:eq(0)");
jQuery(".QuestionText").hide();
jQuery("#"+this.questionId+" label.SingleAnswer").css({"padding":"5px","display":"inline-block"});
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
