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

Making text/answer choices disappear/reappear in qualtrics

I'm working on experiment about distractions. As part of the experiment, I need a question to appear on the screen for two seconds, disappear for two seconds, then reappear. Here's my shot at programming this in…
user2900369
  • 789
  • 1
  • 7
  • 9
2
votes
0 answers

Adding Javascript to check dimensions in Qualtrics

Does anyone know if it's possible to alter the meta info question in Qualtrics to check phone dimensions? By default, it provides the screen resolution of the respondent's browser in pixels. However, I'm trying to create a screening survey that…
Con Des
  • 359
  • 1
  • 2
  • 9
2
votes
1 answer

Should I be suspicious of bots if multiple users have the same first 7 digits of their IP addresses?

I'm hoping that someone who understands IP Addresses better than I do can explain if observing duplicates (up to 6X) in the first 7 or so digits of IP addresses among 400 respondents to an online survey is likely a sign of bots.
Benji
  • 207
  • 2
  • 9
2
votes
0 answers

Satellite Imagery Not Working In Google Maps Qualtrics Survey

I am trying to imbed a Google Map into a Qualtrics Survey. I have been able to successfully accomplish this using the guidance from here: https://github.com/pkmnct/qualtrics-google-map-lat-long/blob/master/README.md However, the satellite option…
Michel Kohl
  • 81
  • 2
  • 6
2
votes
1 answer

Qualtrics API, getting "[SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:2570)"

I occasionally get the above error when making requests with the python requests library to Qualtrics APIs. In a nutshell, I have a Google Cloud Function on Google Cloud that will trigger when a csv file is placed on a specific Cloud Storage Bucket.…
2
votes
2 answers

Is there a way to collect an email address from a link click within an email?

I'm trying to create a survey email with two follow-ups reminding the recipient to complete the survey. The survey link is anonymous and meant to be shared among the recipient's peers. The survey is on Qualtrics. My issue is this - I don't want the…
2
votes
0 answers

Unable to resolve error in Qualtrics Initialization

I'm a newbie in Android development. I'm getting an error when I'm trying to initialize an instance of Qualtrics. I have created the intercept ID and Creative ID for the Qualtrics survey that I'm using here. Here's the code for…
TheChosenOne94
  • 103
  • 1
  • 18
2
votes
1 answer

Is there any way to add audio responses to qualtrics?

Qualtrics does not have native capability to record audio responses. Is there any way I can capture audio responses through it. I have tried pipe…
2
votes
0 answers

How to use moment js in Qualtrics to provide personalized feedback on a sleep diary?

Hi Stack Overflow community! I first want to say thank you in advance for any help and feedback. I am a current Clinical Psychology PhD student and I am working on a project utilizing a personalized feedback intervention incorporating sleep. I was…
Cris1902
  • 21
  • 1
2
votes
0 answers

Display Message with Qualtrics Hot Spot Question Type

I'm trying to get Qualtrics' Hot Spot question type to display a message to users when a region is clicked. I thought I could do this adding an alert function (below) but this doesn't seem to be working. Qualtrics.SurveyEngine.addOnload(function()…
2
votes
0 answers

Qualtrics: How do I overlay piped text onto an image/graphic?

On Qualtrics, I am trying to overlay/superimpose text from previously filled-out answers onto an image. I know how to pipe text (e.g., ${q://QID181/ChoiceTextEntryValue/1}) into a future question, but I am unsure of whether there is code I can…
2
votes
0 answers

How to add authenticated publication url in qualtrics?

I am going through below post to add create event subscription. https://api.qualtrics.com/docs/listen-to-and-retrieve-responses-in-real-time In my case, publicationURL is protected by basic authentication, How can I subscribe to this protected url…
Hari Krishna
  • 3,658
  • 1
  • 36
  • 57
2
votes
1 answer

How to fix a POST API call when getting 'httpStatus 400 - Bad Request'?

My goal is to export responses from a survey I made on Qualtrics using Google Apps Script. I am trying to get my code to work the a POST API and I got the code to ping, but whatever it is pinging, it is coming back with an 'httpStatus: 400-Bad…
nguyenJEN
  • 23
  • 1
  • 4
2
votes
2 answers

How do I create a global variable in Qualtrics Question Text?

How do I create a variable to use in my text using a Qualtrics survey in multiple questions? I am not using any embedded data or making variations. The variable would be for the sole purpose of editing future drafts of my survey more efficiently.…
John-Henry
  • 1,556
  • 8
  • 20
2
votes
2 answers

Combining a set of multiple choice (select all that apply) variables into one

I'm trying to combine a set of "select-all-that-apply" variables into one variable from a dataset downloaded from Qualtrics. As it stands, Qualtrics creates a variable for each possible choice, assigning a "1" if a respondent selected it and a "."…
1 2
3
47 48