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
1
vote
1 answer

Prevent JavaScript from overwriting identical embedded data in Qualtrics

I used JavaScript to assign the same embedded data name (QItem) to 5 survey items. For example, QID1: Qualtrics.SurveyEngine.addOnload(function() { var itemText = "${q://QID1/QuestionText}"; Qualtrics.SurveyEngine.setEmbeddedData(…
1
vote
0 answers

Qualtrics - place an image using Javascript at the top of a question, or at least not at the very bottom

I'm working on a survey where I am adding images via Javascript (I cannot add the images manually because there are hundreds of images based on different conditions). I have done the following where I have a block with two separate questions, one…
Julian
  • 451
  • 5
  • 14
1
vote
0 answers

Qualtrics programming question (using javascript to create a bipolar slider)

I need to use bipolar sliders for a series of questions in Qualtrics. I saw some code on the Qualtrics community website to help get a label on the right hand side (otherwise, this is not possible for slider type questions). I saw one that…
user275801
  • 25
  • 4
1
vote
2 answers

Qualtrics survey, reducing columns

Me and some fellow students created a qualtrics survey for the course judicial lawmaking. We worked with 4 case vignettes. Each respondent first answered some general questions and then they answered one case. They were first asked whether alimony…
Michiel
  • 17
  • 4
1
vote
1 answer

In Qualtrics is there a coding solution to position multiple-choice response options on the edge of the screen?

In my Qualtrics survey, I have a two-answer horizontal multiple-choice question and I am trying to reduce the distance between the response options and the edge of the screen (see the below image). For reference, I am using a blank Qualtrics…
Henry WS
  • 11
  • 1
1
vote
1 answer

Cant connect to Qualtrics API using httr package

I am trying to connect to Qualtrics API using Rstudio Cloud "httr" package to download mailing lists. After a review of the API documentation I was unable to download the data, getting the following error after running the…
1
vote
2 answers

How to combine multiple ethnicity columns into one in R?

I'm using a multi-answer ethnicity question from a Qualtrics survey in my dataset and am looking to collapse multiple columns into one. My data looks like this: White/Caucasian Black/African American Hispanic Pacific Islander/Native…
Randi
  • 17
  • 4
1
vote
0 answers

Autofill the answer of a question based on answer of previous question

Is it possible to autofill the answer of a question based on the answer of a previous question? I have uploaded a screenshot. For example, all the respondents who choose tennis as a favorite sport, the answer of the next question will be autofilled…
1
vote
1 answer

React Native Qualtrics SDK not compiling `CompileC` command failing. ARC Semantic Issue

After following the instructions in the api documentation, I am having trouble installing and compiling the Qualtrics React Native SDK. I’ve done what Qualtrics Support suggested (set react-native-qualtrics to 2.0 in package.json and set Qualtrics…
José Mancharo
  • 175
  • 1
  • 14
1
vote
1 answer

Importing Qualtrics survey into R - error extracting zip

I've had success in the past using the qualtRics package in r to import and analyze data. This time, I'm trying to load in two copies of the survey: once with choices as numbers, and once with choices as text (as others have worked on the survey, I…
nickdelta
  • 13
  • 3
1
vote
0 answers

In Qualtrics, why is my embedded data value (set with javascript) not saving for users in iOS/MacOS?

At one point in my survey (using anonymous links), respondents are redirected out to an external website to complete a task, then redirected back to the survey upon completion: Qualtrics.SurveyEngine.addOnload(function() { var taskStatus =…
mmoore
  • 11
  • 3
1
vote
0 answers

Chartjs 3.40 and newer wont work with Qualtrics

Here is an example (that doesn't work in qualtrics, works fine if I just make an HTML file and open in browser) In qualtrics: Make a (text/graphic question) In HTML put In the…
majmun
  • 131
  • 9
1
vote
0 answers

Why does Array.from not work with Qualtrics(which uses JFE)

If I use Array.from() method in a blank text qualtrics question, I do not get the expected output. Note that I believe Qualtrics implements javascript with JFE. For example, the below code is some html that squares [1,2,3] with map and with…
majmun
  • 131
  • 9
1
vote
0 answers

Java in Qualtrics

Hi I am doing a conjoint experiment on Qualtrics using the following code. The questions asks respondents to choose between two political candidates based on their attributes. These attributes are randomly selected. I want to analyse what…
N M
  • 11
  • 7
1
vote
2 answers

How to push back button on top of the page

I am using a survey tool called Qualtrics and I was wondering if we can push the back button on the top left instead of bottom left, while the next button remains at the bottom I found a code that clones the buttons. But I would only like to push…