Solved
Timeline with markers over entire questionnaire

Dear community, I am new here and I have a question about a function of which I don't know whether Quatrics has it yet. I would like to create a set of markers that indicate when certain questions started and ended from the moment that the survey began. So, in my data, I would like to see for each participant after how much time from the beginning they started and ended Q2, Q6, and Q8. The purpose is to match the data over time with another dataset that also has markers, but cannot be connected to Qualtrics. Any suggestions are welcome! Thank you in advance!
Best answer by Anonymous
Hello @Ming ,
Don't know this is efficient way to achieve the requirement but you will get the output as required:
Create n number of embedded data ( eg: Q1_Timer, Q2_Timer.....etc ) in the survey flow as the first element of the survey where n = number of question present in survey.
Paste the below code in the js(OnReady) of the respective question i.e changing the embedded data name:
Qualtrics.SurveyEngine.setEmbeddedData( "Q1_Timer", "${date://CurrentDate/c}
" );
The above code will capture the timestamp at each question level when it was displayed.
Using time difference between Q1 and Q2 you can get how much time from the beginning they started and ended Q2 and so on.
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.