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

Matching regex for text entry in Qualtrics (JavaScript)

In an open text entry question on Qualtrics, I am adding a validation using regex ("match regex" condition). I would like to only accept answers that include at least 3 periods (to reflect 3 sentences). I believe the language is JavaScript. I have…
msg
  • 21
  • 5
-2
votes
1 answer

How to randomize an element position in Qualtrics?

I would like to place the next button of a Qualtrics survey in three positions (horizontally aligned: left, middle, right). The position must be constant for the same participant (e.g. for participant 1 always on the left), but should be randomized…
-2
votes
3 answers

jquery based on a condition

I am working on a survey platform. By default I have a footer that shows up in all survey pages. I need the footer to display only on the first display page. In order to do this I am attaching this jQuery to all pages where I want the footer…
ruka
  • 3
  • 1
-2
votes
1 answer

Qualtrics 2014 3D theme: Remove button gradient and change color

Folks, Using CSS code snippets posted here, I have managed to change the styling of the next/previous buttons in most survey themes. However, the newest themes ("Qualtrics 3D - Gold" & "Qualtrics 3D - 2014") don't allow me to change the styling of…
-2
votes
1 answer

Rank-order response carry-forward with images (Qualtrics)

I'm about to conduct a survey using Qualtrics for my thesis; which requires me to measure choice-induced attitude change using an initial ranking task, followed by a choice task with responses tailored for each participant according to their…
libby
  • 1
-2
votes
1 answer

Unusal JS code section

So I am a total JS novice, but I had someone write some code to be used within Qualtics survey. That code is now broken and I am trying to fix it up, there is an error with this line: var timingObj=${e://Field/TimingObj}; I was hoping someone could…
I Smith
  • 19
  • 2
-2
votes
1 answer

How do I adjust column widths in a single choice matrix in Qualtrics?

I'm looking for the CSS to adjust column widths in a single choice 10-point matrix table in Qualtrics. I'd like to make all columns the same width, but I have 2 achor labels that are throwing off the widths.
-2
votes
1 answer

Remove text between comma and dash in R with regular expressions

I would like to remove text between commas and dashes in a long string of variable labels saved as a comma-separated. Here's a minimal example of my string: myvarlabels <- ("participant number, How much do you like the following products-green tea,…
iunda
  • 89
  • 7
-2
votes
1 answer

Qualtrics Word Counter Javascript

I am setting up a survey on Qualtrics. One question has a text box, in which participants shall write 100-130 words. I want to have a word counter so people can see how much they have written already. Can anyone help me out with a Javascript code…
Ke_Fr
  • 5
  • 4
-2
votes
2 answers

Javascript for Qualtrics

I need help with a little Javascript. I want to display two images on Qualtrics but after a 5 second delay. To be more clear, Image2 should display after 5 seconds of Image1 being displayed. Qualtrics.SurveyEngine.addOnload(function() { …
Sheikha Alia
  • 19
  • 1
  • 1
-3
votes
2 answers

Javascript nested switch statement inside if else statement

Need some help with the following javascript problem that won't resolve. I'm a novice and doing my best to find a good solution so I can complete my thesis research. The code is designed to run inside an online survey program called Qualtrics. Each…
Will
  • 7
  • 1
  • 5
-3
votes
1 answer

How to use magnifying glass with Qualtrics?

I want to implement magnifying glass logic with image in Qualtrics Survey.I tried some code but this is my first time trying this feature.
Adam
  • 13
  • 1
  • 7
-3
votes
1 answer

Qualtrics Preview Email

I am looking to send out my survey via email to a set list of contacts but would like to see it before it sends out. I see that there is a "Send Preview Email" option. Before I select this option, I'm wondering who that will send to and how? I…
Rage Kage
  • 377
  • 1
  • 3
  • 11
-3
votes
1 answer

Fade In and Fade Out Text in Qualtrics only using Javascript

I am using Qualtrics to make a survey and I am in need of multiple texts that fade in and out in the same space. It is simply a text that keeps changing every 1 second, which says: Choose a language Escolha um idioma Elija un idioma 언어를 선택하세요 and…
V. Lee
  • 1
1 2 3
47
48