carryforwardplusna
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| carryforwardplusna [2021/10/13 20:14] – admin | carryforwardplusna [2023/09/24 16:47] (current) – [carryForwardPlusNA - Add 'None of above' to carry forward choices to retain random order] admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== carryForwardPlusNA - Add 'None of above' to carry forward choices to retain random order ====== | ====== carryForwardPlusNA - Add 'None of above' to carry forward choices to retain random order ====== | ||
| The carryForwardPlusNA function moves non-carryforward choices to the bottom of the choice list. This allows for ' | The carryForwardPlusNA function moves non-carryforward choices to the bottom of the choice list. This allows for ' | ||
| + | |||
| + | This function is available for a reasonable fee. Contact **[[https:// | ||
| ===== Set-up Instructions ===== | ===== Set-up Instructions ===== | ||
| ==== Survey Header ==== | ==== Survey Header ==== | ||
| - | To make the function available to all questions in the survey, copy the function to the Survey Header inside a script tag: | + | Add the **carryForwardPlusNA** function to the survey header to make it available to any question in the survey. |
| - | Add the carryForwardPlusNA function to the survey header to make it available to any question in the survey. | + | |
| < | < | ||
| < | < | ||
| Line 13: | Line 14: | ||
| * Add non-carryforward choices to the question. | * Add non-carryforward choices to the question. | ||
| === Question JavaScript === | === Question JavaScript === | ||
| - | Add JS to call the carryforwardPlusNA | + | Add JS to call the carryForwardPlusNA |
| < | < | ||
| Qualtrics.SurveyEngine.addOnload(function() { | Qualtrics.SurveyEngine.addOnload(function() { | ||
| - | carryforwardPlusNA(this); | + | carryForwardPlusNA(this); |
| }); | }); | ||
| </ | </ | ||
| - | To override the default options, specify the desired [[carryforwardPlusNA# | + | To override the default options, specify the desired |
| < | < | ||
| Qualtrics.SurveyEngine.addOnload(function() { | Qualtrics.SurveyEngine.addOnload(function() { | ||
| - | carryforwardPlusNA(this, | + | carryForwardPlusNA(this, |
| }); | }); | ||
| </ | </ | ||
| Line 30: | Line 31: | ||
| The carryForwardPlusNA moves non-carryforward choices to the bottom of the list. By default, it moves choices whose choice ids don't start with ' | The carryForwardPlusNA moves non-carryforward choices to the bottom of the list. By default, it moves choices whose choice ids don't start with ' | ||
| - | Default: | + | Default: |
| + | ====== Qualtrics Wiki ====== | ||
| + | [[start|Qualtrics Wiki]] | ||
carryforwardplusna.1634170449.txt.gz · Last modified: by admin
