I am writing some code that needs to check if Qualtrics is "running". Is that possible?
i.e. if (QUALTRICS ==== LOADED) then ...
Solved
Is there a way to detect Qualtrics via JS?
Best answer by takuhii
Actually, I have managed to answer my own question...
if (window.QSI != undefined) {
// DO SOMETHING
}
This code will act as a "loaded" trigger if you need something to happen once Qualtrics is loaded.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
