Hello,
i have a problem with position of 5 stars rating question. I am using slider with stars setting.
Slider is on the bottom of site and i would like to move whole question to the left side of screen.
What can i do to move it to left?
Hello,
i have a problem with position of 5 stars rating question. I am using slider with stars setting.
Slider is on the bottom of site and i would like to move whole question to the left side of screen.
What can i do to move it to left?
I’ve been trying to recreate the issue but by defaut the question gonna align to the left.
Qualtrics.SurveyEngine.addOnload(function()
{
var questionId = this.questionId;
var choiceInputs = $$('#'+this.questionId + ' .ChoiceStructure input');
for (var i=0; i < choiceInputs.length; i++)
{var choiceInput = choiceInputsti]; try
{if (choiceInput && choiceInput.parentNode)
{choiceInput.parentNode.appendChild(QBuilder('span',{style:"font-size:12px"},'bardzo dobrze'));
}
}
catch(e)
{
}
}
`jQuery("#"+this.questionId+" label.SingleAnswer").css({"padding":"5px","display":"inline-block"});`
});
Qualtrics.SurveyEngine.addOnReady(function()
{
/*Place your JavaScript here to run when the page is fully displayed*/
});
Qualtrics.SurveyEngine.addOnUnload(function()
{
/*Place your JavaScript here to run when the page is unloaded*/
});
Settings in look and feel are these:
and i don’t have any CSS and JS.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.