eqvas
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| eqvas [2020/10/10 14:19] – created admin | eqvas [2022/09/06 14:52] (current) – admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== eqVas - EQ-VAS EQ-5D Vertical Slider Question ====== | ====== eqVas - EQ-VAS EQ-5D Vertical Slider Question ====== | ||
| - | The eqVas function and associated html/ | + | The eqVas function and associated html/ |
| + | {{ :: | ||
| - | {{ ::mccolumns_demo.mp4?650 |mcColumns Demo}}\\ | + | This function is available for a reasonable fee. Contact [[https:// |
| + | ===== Set-up Instructions ===== | ||
| + | Begin by importing the provided EQ-VAS .qsf into Qualtrics as follows: | ||
| + | Create new project -> Survey -> From a File -> Choose file | ||
| + | |||
| + | If copying the EQ-VAS question to another survey follow the instructions below. | ||
| + | ==== Survey Header ==== | ||
| + | The question uses a stylesheet and JavaScript loaded in the survey header. | ||
| + | Go to Look & Feel -> General -> Header edit -> and paste: | ||
| + | < | ||
| + | <link href=" | ||
| + | <script src=" | ||
| + | </ | ||
| + | ==== Survey Flow ==== | ||
| + | Add the padTopHide embedded data field to the top of the survey flow. It prevents the question from being momentarily seen by the respondent before it is completely formatted by the JavaScript. | ||
| + | < | ||
| + | padTopHide = padding-top: | ||
| + | </ | ||
| + | ==== EQ-VAS Question ==== | ||
| + | === Import Question === | ||
| + | The EQ-VAS question is self-contained. The easiest way to copy it to another survey is to add a question to the other survey (type doesn' | ||
| + | Change Question Type -> Question Library -> My Surveys -> (pick the EQ-VAS survey and question) -> Import | ||
| + | === Custom Validation === | ||
| + | Custom Validation is used to require a response. If you copy the question to another survey, you'll need to update the Custom Validation to point to the current question. It should look like the following where Q1 is the EQ-VAS question: | ||
| + | {{ ::eq-vas_validation.png?600 |EQ-VAS Custom Validation}} | ||
| + | === Question Customization === | ||
| + | To customize question text, click on the question, then click the HTML View tab in the upper right. __DON' | ||
| + | === Specify JavaScript Options === | ||
| + | To override the default options, specify the desired [[eqvas# | ||
| + | < | ||
| + | Qualtrics.SurveyEngine.addOnload(function() { | ||
| + | eqVas(this, | ||
| + | }); | ||
| + | </ | ||
| + | ===== Options ===== | ||
| + | ==== handleHide ==== | ||
| + | By default to vertical slider handle is hidden to start. To make the handle visible set handleHide to false:\\ '' | ||
| + | |||
| + | Default: true | ||
| + | ==== handleStart ==== | ||
| + | **handleStart** specifies the starting position of the handle. | ||
| + | |||
| + | Default: 50 | ||
| + | ====== Qualtrics Wiki ====== | ||
| + | [[start|Qualtrics Wiki]] | ||
eqvas.1602353983.txt.gz · Last modified: by admin
