Hi TomG!! Qubie here (Qualtrics newbie lol). I am making my first attempt. I currently have the inline question working but it still populates/shows when the survey opens. It does show the selected response but would love to find a way to move right to Q2. Would you be able to walk me through how to do that?
https://community.qualtrics.com/XMcommunity/discussion/comment/40062#Comment_40062Is Q2 on the same page as Q1 or the next page?
TomG Page break after Q1
https://community.qualtrics.com/XMcommunity/discussion/comment/40064#Comment_40064Try:
Qualtrics.SurveyEngine.addOnReady(function() {
var q = jQuery("#"+this.questionId);
if(q.find("input:checked").length > 0) this.clickNextButton();
});
TomG admitting before asking, this is a stupid question but...where do i put the code? In the body of the invite?
https://community.qualtrics.com/XMcommunity/discussion/comment/40067#Comment_40067Add JavaScript to Q1.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.