Reputation: 133
I can't seem to find the answer on how to set embedded data with javascript in Qualtrics.
Here is what I have:
Qualtrics.SurveyEngine.addOnload(function()
{
Qualtrics.SurveyEngine.setEmbeddedData( 'TimeStamp', "${date://CurrentTime/MS}" );
});
Upvotes: 8
Views: 7977
Reputation: 607
You need to add it to your survey flow.
Your syntax appears to be correct, so if you do this, you should be good to go!
Upvotes: 13