How to set embedded data in qualtrics using javascript

I cannot find an answer on how to set embedded data using javascript in Qualtrics.

Here is what I have:

Qualtrics.SurveyEngine.addOnload(function() { Qualtrics.SurveyEngine.setEmbeddedData( 'TimeStamp', "${date://CurrentTime/MS}" ); }); 
+5
source share
1 answer

You need to add it to the poll stream. enter image description here

Your snytax is correct, so if you do, you must be kind!

+10
source

Source: https://habr.com/ru/post/1244247/


All Articles