User Tools

Site Tools


eqvas

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
eqvas [2020/10/10 14:36] admineqvas [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/css create an EQ-VAS (Visual Analog Scale) that is part of an EQ-5D survey. Here is a quick video demonstration:\\+The eqVas function and associated html/css provide an EQ-VAS (Visual Analog Scale) that is part of an EQ-5D survey. Here is a quick video demonstration:\\
 {{ ::eq-vas.mp4?600 |EQ-VAS Demo}} {{ ::eq-vas.mp4?600 |EQ-VAS Demo}}
 +
 +This function is available for a reasonable fee. Contact [[https://community.qualtrics.com/XMcommunity/messages/add/TomG|TomG]] on the Qualtrics Community to learn more.
 ===== Set-up Instructions ===== ===== Set-up Instructions =====
 Begin by importing the provided EQ-VAS .qsf into Qualtrics as follows:\\ Begin by importing the provided EQ-VAS .qsf into Qualtrics as follows:\\
Line 17: Line 19:
 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.  Set padTopHide as follows: 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.  Set padTopHide as follows:
 <code> <code>
-padTop = padding-top:2500px;+padTopHide = padding-top:2500px;
 </code> </code>
 ==== EQ-VAS Question ==== ==== EQ-VAS Question ====
Line 27: Line 29:
 {{ ::eq-vas_validation.png?600 |EQ-VAS Custom Validation}} {{ ::eq-vas_validation.png?600 |EQ-VAS Custom Validation}}
 === Question Customization === === Question Customization ===
 +To customize question text, click on the question, then click the HTML View tab in the upper right. __DON'T__ change any of the html tags (anything between < and >) or any of the css (between <style> and </style> at the bottom)
 === Specify JavaScript Options === === Specify JavaScript Options ===
 To override the default options, specify the desired [[eqvas#options|options]] in the second function argument as an object. For example: To override the default options, specify the desired [[eqvas#options|options]] in the second function argument as an object. For example:
Line 35: Line 38:
 </code> </code>
 ===== Options ===== ===== Options =====
 +==== handleHide ====
 +By default to vertical slider handle is hidden to start. To make the handle visible set handleHide to false:\\ ''hideHandle:false''.
 +
 +Default: true
 +==== handleStart ====
 +**handleStart** specifies the starting position of the handle.
 +
 +Default: 50
 +====== Qualtrics Wiki ======
 +[[start|Qualtrics Wiki]]
eqvas.1602354975.txt.gz · Last modified: by admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki