autoadvancepages
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| autoadvancepages [2022/10/01 13:57] – 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 ===== | ||
| ==== Add Function To Survey ==== | ==== Add Function To Survey ==== | ||
| - | Add the autoAdvancePages function to the survey header. | + | Add the autoAdvancePages function |
| < | < | ||
| < | < | ||
| Line 27: | Line 27: | ||
| ==== Run the autoAdvancePages Function ==== | ==== Run the autoAdvancePages Function ==== | ||
| ==== Entire Survey ==== | ==== Entire Survey ==== | ||
| - | To apply autoAdvancePages to the entire survey, go to Look & Feel -> General -> Header edit -> {{:: | + | To apply **autoAdvancePages** to the entire survey, go to Look & Feel -> General -> Header edit -> {{:: |
| < | < | ||
| < | < | ||
| Qualtrics.SurveyEngine.addOnload(function() { | Qualtrics.SurveyEngine.addOnload(function() { | ||
| - | autoAdvancePages(" | + | autoAdvancePages(); |
| }); | }); | ||
| </ | </ | ||
| </ | </ | ||
| ==== Specific Blocks ==== | ==== Specific Blocks ==== | ||
| - | To apply autoAdvancePages to specific blocks, go to Look & Feel -> General -> Header edit -> {{:: | + | To apply **autoAdvancePages** to specific blocks, go to Look & Feel -> General -> Header edit -> {{:: |
| < | < | ||
| < | < | ||
| Line 46: | Line 46: | ||
| In the survey flow, set the embedded data field '' | In the survey flow, set the embedded data field '' | ||
| ==== Specific Pages ==== | ==== Specific Pages ==== | ||
| - | To apply autoAdvancePages to a specific page, add the following JavaScript to a question on the page: | + | To apply **autoAdvancePages** to a specific page, add the following JavaScript to a question on the page: |
| < | < | ||
| Qualtrics.SurveyEngine.addOnload(function() { | Qualtrics.SurveyEngine.addOnload(function() { | ||
| - | autoAdvancePages(" | + | autoAdvancePages(); |
| }); | }); | ||
| </ | </ | ||
| - | Do NOT add a call to autoAdvancePages in the survey header. | + | If using **autoAdvancePages** on specific pages, either do not add an autoAdvancePages |
| ====== Qualtrics Wiki ====== | ====== Qualtrics Wiki ====== | ||
| [[start|Qualtrics Wiki]] | [[start|Qualtrics Wiki]] | ||
autoadvancepages.1664647029.txt.gz · Last modified: by admin
