Advanced Tutorials

Looking for a more in-depth knowledge of everything that is QRTEngine related? This is where you’ll need to go! Currently has information about what the JavaScript you’ve been writing actually means, but will include more in the future!

On QRTEngine JavaScript, part 1

So you've just made your first task using the QRTEngine and our beginner's tutorial and you're hungry for more? Good! This series of tutorials will explain in more detail what exactly you did that made Qualtrics in combination with the QRTEngine perform a Stroop Task.  Specifically, what was all the JavaScript code that you copied into your survey? H... Read more...

On QRTEngine JavaScript, part 2: Stimuli

Stimuli are the core of any behavioural experiment. For that reason, the QRTEngine allows for a lot of user control over these stimuli, with the user being the experimenter. In fact, the core of QRTE is basically a loop that displays and removes stimuli from display at the right time, in the correct order. Everything else is just ways to interact with... Read more...