I have a simple question. I am wondering if it is possible to replace all instances of an embedded data using my browser's console. For example, suppose I define an embedded variable in my survey `var = cat`. I then create the rest of my survey and pipe in my
varin several places and everything runs normally.
I am wondering if it possible modify this variable within the Chrome console. For example is it possible using the console I could do something like Qualtrics.SurveyEngine.setEmbeddedData("var", "dog") and have my survey page to reload to show what it would look like under this new value?