Below is a list of particular functions listed below that I have found particularly useful. As time goes on, this page will be updated with links and additional information. To learn about a particular feature, click its link or just look for it on http://www.qualtrics.com/university/. Table of Contents allows questions to be placed in different groups and allows navigation back and forth between them. Basic
Logic
Randomization options for question choices, questions within a block, and advanced randomization To view the order in which blocks, questions, or choices were randomized, Check the "Export randomized viewing data" option when downloading data How to group multiple elements into one element Use timing questions to control speed Adding Custom Java Script and HTML Accessing the HTML EditorTo access the HTML of any question text, you can just click "HTML View" in the question editor (see the screenshot below). Choice text is typically raw HTML, so you can enter HTML directly into the choice editor.Fractions in QualtricsUsing HTML and following the instructions on this page from changelog, we can create fractions using a "/" character (but slightly prettier than 1/10). they come out looking like this: 1⁄2. <script type="text/javascript" src="https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> The ?config at the end of the URL specifies the configuration -- in this case, MathJax will accept TeX, MML, and ASCII formulas. Now you can insert TeX formatted formulas into questions! However, the delimiters are different from normal TeX. You can use $...$ to delimit block display text, for example: $$ \begin{equation*} \frac{\frac{1}{2}+\frac{1}{3}}{\frac{3}{4}-\frac{1}{5}}. \end{equation*} $$ You can also use \(...\) to delimit inline text, for example: Give the equation of the line parallel to the line \(y=5x-6\) and passing through the point \((-10,3)\). How to access and write values to an embedded data field at any point in the survey
Using Qualtrics on Amazon Mechanical Turk
End of survey items in the survey flow (can be used to terminate if consent not given, etc) The survey can generate a unique number for each participant Avoid misalignments of data across experiment versions
Interact How to generate 'fictional' participants to test a survey
How to hide radio buttons Capacities Using email triggers, on completion of a survey, you can automatically send emails (to any address, including one based on embedded data) that contain any information (including embedded data) at any time delay (right away up to 28 days). You can make email sending be conditional on any question answer or embedded data, and can send multiple emails. What does the "survey director" allow? What does panel company integration tell us? What can quotas be used for? The survey director allows you to send a single link, then redirect people to multiple different surveys based on particular information. Qualtrics has an in-page popup feature that will help you build some html code that will create a pop-up on your website asking people to take a qualtrics survey. You can specify things like % of visitors who see the survey, time delays (so you can set how long someone has to be on the site before the pop-up appears), and it appears even fancy parameters like embedded data to be passed to the survey. The qualtrics University page with an in-depth look at this feature is here. Pull information from "Web Services" (like RSS Feeds) into Qualtrics |
About this website >