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
2
votes
1 answer

How to loop over hundreds of images in Qulatrics - help needed to implement code

I would like to use Qualtrics to get ratings for over 700 images (i.e., participants will have to indicate how negative or positive they find them). The question will be exactly the same for each image, yet there seems to be no straightforward way…
MGy
  • 25
  • 1
  • 7
2
votes
2 answers

In Qualtrics, how to save a key response into an embedded data?

I have the code listed below. This was a code recommended by the Qualtrics support team before they updated their system. In this code, you remove the next button, and let the participants answer with key strokes,e.g. J or K.…
D. Sam
  • 31
  • 2
2
votes
3 answers

Decreasing spacing between questions in Qualtrics

I've been having a lot of trouble making the spacing in between questions smaller in Qualtrics. I've tried editing the global CSS style sheet and was successful in changing some padding, but not the padding in between the questions themselves. That…
Eugene
  • 53
  • 3
  • 8
2
votes
1 answer

Embed Calendly into qualtrics survey using given html code

I'm very new to using html on qualtrics and was hoping someone could help me figure out a placement issue I'm having. Essentially I want users to click on a button which opens up a calendar system so they can schedule an interview. The code is given…
mmmkay
  • 23
  • 5
2
votes
1 answer

Qualtrics: Custom JavaScript ceases to work when importing questions to a new survey

I have a Qualtrics survey containing a few questions with custom JavaScript (to enable a slider with two slider knobs). I can a) copy the survey as well as b) export the survey as a .qsf file and re-import it. In both cases, I get a new, working…
simoncolumbus
  • 526
  • 1
  • 8
  • 23
2
votes
0 answers

Loop reload same trial instead of next one Qualtrics

I have a problem with Qualtrics Loop and Merge + Javascript. Basically, Qualtrics reload the previous trial of my loop instead of a new one. First, here is what I try to do: I have two sets of pictures, at each loop, one picture of each set is…
Perline
  • 21
  • 4
2
votes
1 answer

Get the Survey ID from a Qualtrics survey when a site intercept triggers?

When you receive a survey from Qualtrics via site intercept, is there a way to find out (via searching on the HTML on it, or on the 'message' event) which survey you are receiving? If that is not the case, is there a way to modify a question's JS…
Sammy I.
  • 2,523
  • 4
  • 29
  • 49
2
votes
1 answer

Is it possible to make a vertical slider in Qualtrics?

The documentation of slider questions within Qualtrics can be found here, but there is no mention of being able to have the slider run vertically as opposed to horizontally in the page. Does anyone know if it's possible to have the slider run…
Adam Freymiller
  • 1,929
  • 7
  • 27
  • 49
2
votes
4 answers

How to get a slider's value in Qualtrics using jQuery?

I need to get the value of a slider in Qualtrics to display (a transformation of) it to the user. Here is the page I am working on, so you can understand what follows. I have tried many different things, none of which works. My first idea was of…
bixiou
  • 124
  • 2
  • 10
2
votes
2 answers

using javascript on qualtrics: questions ids in looped blocks

I'm using the following code to modify the form answer: $('QR~QID24~1').insert({after: ' out of'}); $('QR~QID24~2').style.position = "relative"; $('QR~QID24~2').style.left = "100px"; $('QR~QID24~2').style.bottom = "34.5px"; This doesn't work…
niklai
  • 376
  • 3
  • 16
2
votes
1 answer

qualtrics javascript: autopopulate matrix table using previous answers

I ask the same matrix table (multiple answer) question twice in my Qualtrics survey. When I display the question to the user the second time, I want the answers to be auto populated from the first time the user answered the question. I've looked at…
kulaus
  • 23
  • 5
2
votes
1 answer

Qualtrics API not working when put into a custom javascript

I am doing an experiment where a Tower of Hanoi game is embedded in a survey. The game is programmed in Javascript and put into the javascript environment of a question. I want to disable submit until participants solve the problem. I put…
Dani
  • 35
  • 4
2
votes
0 answers

Is it possible to randomly display questions/blocks based on some probability (not evenly) in Qualtrics?

Is there a way to change the "evenly displayed" in Qualtrics to some probability-based randomization (either in survey flow or question randomization)?
Tracy Lee
  • 21
  • 2
2
votes
0 answers

Broken interaction between Qualtrics and D3 javascript in Internet Explorer 11

I'm putting together a d3 visualisation using force layouts for use in in the Qualtrics questionnaire website. Everything seems to be working across the different browsers in a jsfiddle. Its possible to drag exemplars from the exemplar box (African…
Simon
  • 553
  • 4
  • 14
2
votes
3 answers

Qualtrics.SurveyEngine.addOnload runs twice in preview mode in Qualtrics survey software

Whenever I try to test a Qualtrics survey in preview mode, Qualtrics.SurveyEngine.addOnload will be called twice. This is not a problem for conditional events (as in most of the examples), but a large problem for unconditional code a timed page…
jank
  • 665
  • 6
  • 14