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

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

  • 2 October 2018
  • 2 replies
  • 545 views

Userlevel 5
Badge +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?
icon

Best answer by PeeyushBansal 2 October 2018, 17:49

View original

2 replies

Userlevel 7
Badge +33
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
Hello @fleb ,

Follow this link to view console in different browsers

Leave a Reply