qualtrics

Using 3 KEYSTROKES to Answer Survey in Qualtrics

假装没事ソ 提交于 2019-12-25 04:38:20
问题 I use Jscript to enable Keystrokes in Qualtrics to answer a question. It works as with 2 options as provided in the example by Qualtrics: https://www.qualtrics.com/university/researchsuite/developer-tools/custom-programming/example-code-snippets/#ExampleJavaScript I added a third Keystroke option (press q) which is not working: somehow the keystroke for q is registered but neither does it enter the data nor proceed to the next question as is the case when pressing j or k. See code below. Any

How can I add a keydown function to qualtrics?

末鹿安然 提交于 2019-12-25 00:39:21
问题 First, thanks for reading this post. I am trying to force participants to read several pictures for 30 seconds each. For some specific pictures, participants are asked to press "K." I wonder how I can record if participants correctly press "K" for the assigned pictures and mistakenly press "K" while seeing those unassigned pictures. I used the two lines to remove the previous/next page buttons. Participants can automatically advance to the next screen after 30 seconds. this.hideNextButton();

Set draggable bars to custom start position with javascript in Qualtrics

北城以北 提交于 2019-12-24 08:12:00
问题 In Qualtrics, it is possible to set the starting position of draggable bars (i.e., their width) with a "Custom Start Position". This is done by dragging the bars to the desired width while editing the survey. However, I am looking for a way to set the width of the bars to a start position with JavaScript (or Prototype JavaScript). Here are my attempts, first (successfully) trying to change the color of the bars (in qualtrics and on jsfiddle), then (successfully) trying to adapt these attempts

Add label to the right of the qualtrics slider?

时光毁灭记忆、已成空白 提交于 2019-12-24 07:58:24
问题 In my qualtrics survey I have a horizontal slider that I want to put a label to the right of the actual slider. I assume this is a relatively simple CSS fix but I have not been able to properly figure out how qualtrics/CSS works. 回答1: I wound up figuring it out. With the Slider styled question you: Click on Choices text to edit the text question Go to the Rich Content Editor Paste the following code snippet (edit the text appropriately) <p> <span style="float: right">On Right</span> <span

It used to be possible to setChoiceValue in Qualtrics. Is there a workaround that does not involve embedded data?

为君一笑 提交于 2019-12-20 05:38:27
问题 It used to be possible to use the setChoiceValue method in Qualtrics to have key-presses trigger the selection of a particular option withing a multiple choice question. In fact one could even see the radio-button being "clicked" as a result of pressing a given key on the keyboard. This is no longer the case, apparently due to recent changes in Qualtrics. (An inspection of the resulting Qualtrics data file reveals that no choice value was set.) One suggested workaround has been to write

Tracking when an external link is clicked in Qualtrics with javascript

微笑、不失礼 提交于 2019-12-18 09:41:22
问题 I am looking for a solution using javascript to record whether a user clicked on a link in qualtrics I have followed these instructions - Javascript code to record click on link to PDF - Qualtrics but they no longer work Another person had asked the same question but then went to adopt a different method (Tracking when an external link is clicked in Qualtrics?) Any thoughts on how to get it working? 回答1: Excuse my bluntness, but the problem with the previous questions on this subject were the

Limitations of Qualtrics API

心不动则不痛 提交于 2019-12-13 17:24:57
问题 With respect to the Qualtrics API (v3) documentation (https://api.qualtrics.com/docs/overview) there does not appear to be any means to send a GET request through a REST client to get the individual survey responses for a specific survey (I suppose that the developers figured that no would be interested in decoupling the survey results from the admin panel). The reason why I would like to be able to submit a GET request to get survey results is for real-time data visualization purposes that

Qualtrics Word Counter Javascript [closed]

隐身守侯 提交于 2019-12-13 09:29:29
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 3 years ago . 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 for a word counter that is usable

Qualtrics: javascript - text entry

ε祈祈猫儿з 提交于 2019-12-13 08:29:29
问题 I designed a Qualtrics survey which includes a text entry question. I used a form here and it contained 10 text entry boxes. I want participants to fill in at least 5 boxes (any 5 boxes out the 10 is okay). I don't think validation is a good idea because there are so many possible cases when you complete at least 5 text boxes out of 10. For every text box, both filling in it and not filling it are okay, as long as the total competed text boxes are no less than 5. So I tried to do this through

Selectively disabling “Next Button” in Qualtrics for specific questions

我怕爱的太早我们不能终老 提交于 2019-12-13 06:41:44
问题 I haven't played with any coding in years and I am struggling with understanding the template that Qualtrics provided for disabling the "Next Button" in a survey. The "Next Button" doesn't have to be disabled entirely (could be colored white). Since the survey is for research purposes, I need to keep the button from distracting participants on timed questions. These are the two pages that I have looked at for coding. https://s.qualtrics.com/WRAPI/QuestionAPI/classes/Qualtrics%20JavaScript