carryforwardplusna
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| carryforwardplusna [2020/12/20 16:21] – created 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. | + | |
| < | < | ||
| < | < | ||
| </ | </ | ||
| Alternatively, | Alternatively, | ||
| + | ==== Question Setup ==== | ||
| + | * Configure carryforward of selected choices from a previous question. | ||
| + | * Add non-carryforward choices to the question. | ||
| + | === Question JavaScript === | ||
| + | Add JS to call the carryForwardPlusNA function to apply it to the multiple choice question as follows: | ||
| + | < | ||
| + | Qualtrics.SurveyEngine.addOnload(function() { | ||
| + | carryForwardPlusNA(this); | ||
| + | }); | ||
| + | </ | ||
| + | |||
| + | To override the default options, specify the desired **[[carryforwardPlusNA# | ||
| + | < | ||
| + | Qualtrics.SurveyEngine.addOnload(function() { | ||
| + | carryForwardPlusNA(this, | ||
| + | }); | ||
| + | </ | ||
| + | ===== Options ===== | ||
| + | ==== notMatch ==== | ||
| + | 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: %%" | ||
| + | ====== Qualtrics Wiki ====== | ||
| + | [[start|Qualtrics Wiki]] | ||
carryforwardplusna.1608499307.txt.gz · Last modified: by admin
