Skip to content

roundtableAI/alias-qualtrics-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Roundtable Alias Qualtrics integration

This directory contains details on programatically using the Roundtable Alias API for survey bot and fraud detection with Qualtrics.

Integration steps

The Qualtrics integration works by adding a new column to your datasets with response behavior for each participant. This data is then fed to the Alias API at the end of the survey (or whenever you choose to pass the survey data to the API).

Follow these steps to integrate Alias with Qualtrics. Alternatively, you can important the example_survey template and adjust it as needed.

  1. Add Javascript Tracker: Our Qualtrics javascript tracker generates a history of every change made for each open-ended textbox. To use this tracker, simply paste the code into the "Javascript" block for any open-ended question (you must have at least one open-ended question to call the Alias API).

Javascript tracker animation

  1. Add an embedded data field: Add an embedded data field called alias_data to your survey.

Embedded data animation

  1. Run your survey: All of the data needed for the Alias API will be stored in the alias_data embedded data field.
  2. Export your Qualtrics data: After running your survey, export your dataset from Qualtrics as a CSV.

Download data animation

  1. Upload to the Dashboard: Upload the exported CSV to the Alias Dashboard. This will call the Alias API for every tracked question and merge the results with your dataset.

Upload data animation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published