autoadvancepages
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| autoadvancepages [2022/10/01 13:10] – created admin | autoadvancepages [2023/10/05 08:32] (current) – [autoAdvancePages - Go to next page when last question on page is answered] admin | ||
|---|---|---|---|
| Line 18: | Line 18: | ||
| * Drill Down | * Drill Down | ||
| - | This function is available for a reasonable fee. Contact **[[https:// | + | This function is available for a reasonable fee. Contact **[[https:// |
| ===== Set-up Instructions ===== | ===== Set-up Instructions ===== | ||
| - | ==== Survey | + | ==== Add Function To Survey ==== |
| - | === Add autoAdvancePages Function == | + | Add the autoAdvancePages function code to the survey header. |
| - | Add the autoAdvancePages | + | < |
| + | < | ||
| + | </ | ||
| + | ==== Run the autoAdvancePages Function | ||
| + | ==== Entire Survey ==== | ||
| + | To apply **autoAdvancePages** to the entire | ||
| < | < | ||
| < | < | ||
| - | /*Paste autoAdvancePages | + | Qualtrics.SurveyEngine.addOnload(function() { |
| + | autoAdvancePages(); | ||
| + | }); | ||
| </ | </ | ||
| </ | </ | ||
| - | === Run the autoAdvancePages Function | + | ==== Specific Blocks ==== |
| - | To run the autoAdvancePages timer add the autoAdvancePages | + | To apply **autoAdvancePages** to specific blocks, go to Look & Feel -> General -> Header edit -> {{:: |
| < | < | ||
| < | < | ||
| - | /*Paste autoAdvancePages function JS here*/ | ||
| - | |||
| Qualtrics.SurveyEngine.addOnload(function() { | Qualtrics.SurveyEngine.addOnload(function() { | ||
| autoAdvancePages(" | autoAdvancePages(" | ||
| Line 39: | Line 44: | ||
| </ | </ | ||
| </ | </ | ||
| - | ==== Survey Flow ==== | + | In the survey flow, set the embedded data field '' |
| + | ==== Specific Pages ==== | ||
| + | To apply **autoAdvancePages** to a specific page, add the following JavaScript to a question on the page: | ||
| + | < | ||
| + | Qualtrics.SurveyEngine.addOnload(function() { | ||
| + | autoAdvancePages(); | ||
| + | }); | ||
| + | </ | ||
| + | If using **autoAdvancePages** on specific pages, either do not add an autoAdvancePages function call in the survey header or make sure it is turned off (e.g., set embedded data '' | ||
| ====== Qualtrics Wiki ====== | ====== Qualtrics Wiki ====== | ||
| [[start|Qualtrics Wiki]] | [[start|Qualtrics Wiki]] | ||
autoadvancepages.1664644253.txt.gz · Last modified: by admin
