User Tools

Site Tools


autoadvancepages

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
autoadvancepages [2022/10/01 13:57] adminautoadvancepages [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://community.qualtrics.com/XMcommunity/messages/add/TomG|TomG]]** on the Qualtrics Community to learn more.+This function is available for a reasonable fee. Contact **[[https://community.qualtrics.com/inbox/conversation?with=373|TomG]]** on the Qualtrics Community to learn more.
 ===== Set-up Instructions ===== ===== Set-up Instructions =====
 ==== Add Function To Survey ==== ==== Add Function To Survey ====
-Add the autoAdvancePages function to the survey header.  Go to Look & Feel -> General -> Header edit -> {{::icon_source.jpg?20|}} and paste the provided autoAdvancePages function JS:+Add the autoAdvancePages function code to the survey header.  Go to Look & Feel -> General -> Header edit -> {{::icon_source.jpg?20|}} and paste the provided autoAdvancePages function JS:
 <code> <code>
 <script>/*Paste autoAdvancePages function JS here*/</script> <script>/*Paste autoAdvancePages function JS here*/</script>
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 -> {{::icon_source.jpg?20|}} and add the following:+To apply **autoAdvancePages** to the entire survey, go to Look & Feel -> General -> Header edit -> {{::icon_source.jpg?20|}} and add the following:
 <code> <code>
 <script> <script>
 Qualtrics.SurveyEngine.addOnload(function() { Qualtrics.SurveyEngine.addOnload(function() {
-    autoAdvancePages("1");+    autoAdvancePages();
 }); });
 </script> </script>
 </code> </code>
 ==== Specific Blocks ==== ==== Specific Blocks ====
-To apply autoAdvancePages to specific blocks, go to Look & Feel -> General -> Header edit -> {{::icon_source.jpg?20|}} and add the following:+To apply **autoAdvancePages** to specific blocks, go to Look & Feel -> General -> Header edit -> {{::icon_source.jpg?20|}} and add the following:
 <code> <code>
 <script> <script>
Line 46: Line 46:
 In the survey flow, set the embedded data field ''autoAdvancePages=1'' to turn on autoAdvancePages and set ''autoAdvancePages=0'' to turn off autoAdvancePages. In the survey flow, set the embedded data field ''autoAdvancePages=1'' to turn on autoAdvancePages and set ''autoAdvancePages=0'' to turn off autoAdvancePages.
 ==== 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:
 <code> <code>
 Qualtrics.SurveyEngine.addOnload(function() { Qualtrics.SurveyEngine.addOnload(function() {
-    autoAdvancePages("1");+    autoAdvancePages();
 }); });
 </code> </code>
-Do NOT add a call to autoAdvancePages in the survey header.+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 ''autoAdvancePages=0'').
 ====== Qualtrics Wiki ====== ====== Qualtrics Wiki ======
 [[start|Qualtrics Wiki]] [[start|Qualtrics Wiki]]
autoadvancepages.1664647029.txt.gz · Last modified: by admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki