Hello, this is a 2 part question. I believe I solved the 1st part, but I will ask it anyway just to make sure I am approaching it correctly.
Pt1
Is using the survey expiration dropdowns the best approach for having the survey start at a particular time? I would like to send an invite email via Qualtrics ahead of time while the survey is inactive until the desired start time.
Pt2
With the above mentioned solution, the message participants will receive on their screen if starting the survey before the expiration time frame is "Sorry, this has not started." Is there anyway to customize this message?
Thanks
Page 1 / 1
Hello @racsam ,
Didn't find any customization for message, but other workaround can be:
Create a branch logic as the first element of survey flow, where you need to compare dates as shown in this post if the current date is not in the range then add a block with descriptive type question (describe your custom message in this question) and add following js to js(onReady) question: `jQuery("#Buttons").hide();`
The above code will hide the next button and hence the scenario will be same as default message
Didn't find any customization for message, but other workaround can be:
Create a branch logic as the first element of survey flow, where you need to compare dates as shown in this post if the current date is not in the range then add a block with descriptive type question (describe your custom message in this question) and add following js to js(onReady) question: `jQuery("#Buttons").hide();`
The above code will hide the next button and hence the scenario will be same as default message
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.