Questions tagged [qualtrics]

Qualtrics is an enterprise-level commercial web-services provider specializing in online marketing, online surveys, and related metrics. For non programming related questions, please utilize the Qualtrics Community.

The Qualtrics website provides information about the service. Qualtrics offers two Application programming interfaces (APIs):

All non development related questions should be directed to the Qualtrics Community site, instead of Stack Overflow.

719 questions
4
votes
1 answer

Qualtrics: Transform piped variable using javascript and display it in text?

Let there be a piped variable in qualtrics (a variable holding values recalled from a previous input by a survey respondent), how do I transform it to lower-case before displaying it? There is the java-script function .toLowerCase(); but how do I…
JBJ
  • 866
  • 9
  • 21
4
votes
3 answers

In Qualtrics Surveys, how can you save the response to an item into embedded data when the next button is clicked?

I actually just spent a really long time figuring out answers to this question by piecing it together from the spotty documentation and a lot of web console inspection. Since by far the most useful information came from Stack Overflow, I wanted to…
David M. Perlman
  • 4,851
  • 2
  • 16
  • 12
3
votes
5 answers

Javascript code for disabling mouse click for youtube videos

I am designing an experiment making people watch a youtube video and I would like to keep them from controlling or stopping the video. Also, it seems I can't use css since I am using a basic experiment software called Qualtrics. I tried iframe…
Minjae
  • 31
  • 1
  • 3
3
votes
0 answers

Can I display ID-matched embedded data from a contact list as a link in Qualtrics survey?

In my survey, I need to show several different links to a few respondents, were each respondent is assigned 20+ unique links. Essentially, I want to pipe the link into a survey question to dynamically display them to different respondents. I've…
Annie Chen
  • 61
  • 7
3
votes
2 answers

How to skip second line is csv file while maintaining first line as column names with read_csv?

Qualtrics generates csv files with variable names in the first line and variable labels in the second line. I'd like to use read_csv() to read in my data while reading the first line as column names and then skipping the next line of variable…
Joe
  • 3,217
  • 3
  • 21
  • 37
3
votes
2 answers

Using Python to Post json contact list to Qualtrics API, error with Content-Type

I'm trying to import contacts into a contact list in Qualtrics. I am using python to do this. Token = 'MyToken' #when running the code I put in my actual token and id ContactsID = 'MyContactsID' data = open('contacts.json', 'rb') headers =…
3
votes
0 answers

Preset image for 1 second

I'm planning to run my thesis experiment on Qualtrics (& MTurk). I have no knowledge in programming and I hope someone here can help me... My experiment invoves a face categorization task: on each trial, a fixation cross (image) apears on the…
3
votes
0 answers

add jsPsych to Qualtrics

Does anyone have experience with adding a jsPsych script to Qualtrics? I've added my script, uploaded all jsPsych files to the library and added custom CSS. However, Qualtrics does not display any content. All help would be much appreciated! This…
3
votes
1 answer

Set Qualtrics Embedded Data with Javascript for loop

I am working on a survey in qualtrics, and need to be able to set many embedded data fields with different values, depending on a random selection of the experimental condition. In the Survey Flow, I've entered all the names of the desired…
haley
  • 75
  • 5
3
votes
3 answers

How to add line break in title attribute using jquery

Please find my code below which adds a tooltip on mouseover event to a field in my survey engine. What I want to achieve is add line breaks to the tooltip. Any help is greatly appreciated. var $j =…
Glenn
  • 111
  • 3
  • 13
3
votes
1 answer

Randomizing pages within a block in Qualtrics?

In Qualtrics, is it possible to randomize the pages within a block? So for example, take this Block 1: ------Page Break------ 1. Do you like cats? 2. Do you like dogs? ------Page Break------ 3. Do you like parrots? 4. Do you like apples? 5. Do you…
Hello
  • 47
  • 1
  • 1
  • 6
3
votes
2 answers

Qualtrics 3rd Party Add-On Best Practices

I am working with Qualtrics, which is just a web-based survey engine. The request is that, once users finish the survey, they will receive a small prize in the form of a gift code. Since I can't host the prize code data on the Qualtrics platform,…
jeffery_the_wind
  • 17,048
  • 34
  • 98
  • 160
3
votes
2 answers

Qualtrics JavaScript: Append an image over matrix text boxes

In Qualtrics, I am trying to create something like this: https://dl.dropboxusercontent.com/u/8114735/Screen%20Shot%202015-05-12%20at%2017.49.17.png The only way to have text boxes both next to and on top of each other is by using a matrix table with…
redfuse
  • 87
  • 1
  • 8
3
votes
3 answers

How do I validate the survey completion code in mTurk and disallow submission if they don't put in correct code?

I am working on mTurk and qualtrics and sending over mTurk workerID to qualtrics and at the end of the qualtrics survey I display the worker id as a confirmation code. This code the turker should paste back in the textbox in the mTurk HIT. My…
user2759617
  • 597
  • 1
  • 8
  • 20
3
votes
3 answers

Auto-advance on choice selection code doesn't work

Qualtrics provides some JavaScript that it claims will automatically move participants to the next survey question when they select an answer choice. They have options for single-answer and multiple-answer multiple choice questions, but I only need…
Kimbluey
  • 1,199
  • 2
  • 12
  • 23
1
2
3
47 48