Solved
How to see values of variables?/Where to find the console log?
I'd like to see some of my variables while developing my code. (Currently I export them into embedded data fields which is very slowly and doesn't work well for all variables.) In many questions here and also elsewhere command `console.log()` is mentioned. I have tried it, but I can't find the log anywhere in Qualtrics. I haven't found the answer to my question anywhere.
Could anyone show me either where to find the console log or some other effective way to see values of my variables?
Best answer by PeeyushBansal
To see values of variable you can generate test data and export data going to data analysis tab.
On real time while testing the code returning some value you can use alert() in java script
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.