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
116
votes
5 answers

Gather multiple sets of columns

I have data from an online survey where respondents go through a loop of questions 1-3 times. The survey software (Qualtrics) records this data in multiple columns—that is, Q3.2 in the survey will have columns Q3.2.1., Q3.2.2., and Q3.2.3.: df <-…
Andrew
  • 36,541
  • 13
  • 67
  • 93
14
votes
2 answers

Escaping Qualtrics piped text for use in javascript (more generally, how to safely escape user-generated text)

In my Qualtrics survey I have a free-response (textbox) question. I'd like to get the response to this question into javascript so I can do some complicated text processing and post the result to an external page. It looks like the official…
octern
  • 4,825
  • 21
  • 38
9
votes
2 answers

Google Maps JavaScript API v3 to not work correctly

I get the below error message from the console when I try to implement Google Maps to my Qualtrics survey. API Key works properly: "This site overrides Array.from() with an implementation that doesn't support iterables, which could cause Google…
박준형
  • 101
  • 1
  • 1
  • 3
8
votes
1 answer

How to set Embedded Data in qualtrics with Javascript

I can't seem to find the answer on how to set embedded data with javascript in Qualtrics. Here is what I have: Qualtrics.SurveyEngine.addOnload(function() { Qualtrics.SurveyEngine.setEmbeddedData( 'TimeStamp', "${date://CurrentTime/MS}"…
user586581687a
  • 133
  • 1
  • 7
7
votes
1 answer

Randomization in Qualtrics using Photos or Graphics and Loop and Merge

I am creating a survey in Qualtrics with many photos, say 1000. I want to have each survey participant answer, say 6, questions per photo. Each participant will see 5 photos that are randomly assigned. Before looking into things, I assumed that…
bill999
  • 2,147
  • 8
  • 51
  • 103
6
votes
2 answers

How can I get data tables to be refreshed in Spotfire if I am using a data function to import data from Qualtrics?

I am using the package qualtRics in TERR in Spotfire to pull in data directly from specific surveys in Qualtrics. The code I am using is: registerApiKey(API.TOKEN = "xxxx") df <- getSurvey(surveyID = "xxxx", root_url =…
Jen
  • 69
  • 5
6
votes
1 answer

Does Meteor retain reactivity when using a REST API

I am planning to use Qualtrics REST API, in order to get the data collected from a survey. Can i still retain Meteor's reactivity directly thru the rest api or should I save the data from the rest API into MongoDB to enable for real time updates…
ivan
  • 665
  • 3
  • 8
  • 23
5
votes
2 answers

using qualtrics in a SwiftUI app with a UIViewControllerRepresentable

I'm trying to make a simple swiftui app using qualtrics and I'm trying to use a uiviewrepresentable to make it work @main struct QualtricsPocApp: App { var body: some Scene { WindowGroup { ContentView() } } init() { func…
doesntpost
  • 81
  • 3
5
votes
2 answers

How to import Qualtrics data (in csv format) into R

I am trying to import a data downloaded from Qualtrics into R. It is a csv file. However, I encounter 2 problems. R could not figure out the format of each column by itself, probably because row 2 and row 3 (highlighted above) are all useless…
JetLag
  • 296
  • 1
  • 4
  • 16
4
votes
1 answer

Load images randomly using javascript in qualtrics loop and merge block

I am creating a survey in qualtrics. I created one block and used loop and merge. In each iteration, one image will be loaded and shown using javascript. The first image appears correctly. But from the second iteration, the images start…
Rakib
  • 7,435
  • 7
  • 29
  • 45
4
votes
1 answer

FactoryBoy "create" strategy doesn't seem to save django model

Probably a silly question, but I've been banging my head against a wall for a little while now. I decided to try factory-boy library to simplify my tests and defined a factory: from . import models import factory class…
Alex Vyushkov
  • 650
  • 1
  • 6
  • 21
4
votes
5 answers

Javascript - register how long user pressed a given button during whole visit

I'm programming an experiment in Qualtrics and I basically need to create, with Javascript, a variable that tells me how long (total) participants held down any button. Pressing a button will display text to the participants and releasing it will…
4
votes
1 answer

REST Api returning different object names for the same object, how to handle with RestSharp?

I'm programming a C# implementation for the Qualtrics API (v 2.5) using RestSharp. When calling the method getUserIds, it returns a list of users in JSON format (see the example output below). The problem/question I face is that for each user…
Yves Schelpe
  • 3,343
  • 4
  • 36
  • 69
4
votes
1 answer

Javascript code to record click on link to PDF - Qualtrics

For a survey experiment built in Qualtrics, I need to record whether respondents clicked on a hyperlink to a pdf document attached to one of my questions. I have set it up so that the pdf document opens in another tab. I am not proficient with…
Jlo236
  • 73
  • 4
4
votes
1 answer

A Powerful Mechanical Turk Web Interface

I am trying to run a Mechanical Turk Qualtrics based survey and need some features that seem available through the Mechanical Turk API like custom Qualifications but are not accessible from the Requester web site. Are there any third party providers…
Robbie
  • 43
  • 3
1
2 3
47 48