Hi,
Does anyone know how to add a not applicable option to one item from a 15 item slider survey?
I only want the not applicable/skip option on item 13 and to appear next to the text. I saw a user was able to achieve this on another post using a star slider and altering the JavaScript.
Thanks in advance for your help.
My current JavaScript is below
Qualtrics.SurveyEngine.addOnload(function()
{
/*Place your JavaScript here to run when the page loads*/
});
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*/
});
