问题
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}" );
});
回答1:
You need to add it to your survey flow.
Your snytax is correct, so if you do this, you should be good to go!
来源:https://stackoverflow.com/questions/35732280/how-to-set-embedded-data-in-qualtrics-with-javascript