How to see values of variables?/Where to find the console log? | XM Community
Skip to main content
Solved

How to see values of variables?/Where to find the console log?


fleb
Level 3 ●●●
Forum|alt.badge.img+6
  • Level 3 ●●●
  • 197 replies
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 original

2 replies

PeeyushBansal
Level 6 ●●●●●●
Forum|alt.badge.img+39
  • Level 6 ●●●●●●
  • 1144 replies
  • Answer
  • October 2, 2018
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

  • 0 replies
  • October 2, 2018
Hello @fleb , Follow this link to view console in different browsers

Leave a Reply