Skip to content

saurabhprasun20/qualtrics-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

qualtrics-automation

This repo is part of Citizen Science Survey-

1. QualtricsAutomation

Create a Qualtrics survey from csv documents.

There are two documents needed in order to compile the survey→

1. Documents consisting of survey questions (e.g. Hate Speech in the first task) e.g. citizen_science_survey.csv

2. Questions and options related to each question. e.g./src/data/hate_speech_question.csv and /src/data/hate_speech_question2.csv

Automate_qualtrics.py is executed to create the survey. It internally calls Qualtrics APIs for this purpose.

These APIs like creating survey, adding questions need data in a particular json format. Thus Automate_qualtrics.py file provides these json in required format while calling these APIs.

To fulfill the format of json file, we are using pre defined json files. These files have been created before the experiment as per our requirement. Refer to the documentation for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages