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 14:01] – [Entire Survey] 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 31: Line 31:
 <script> <script>
 Qualtrics.SurveyEngine.addOnload(function() { Qualtrics.SurveyEngine.addOnload(function() {
-    autoAdvancePages("1");+    autoAdvancePages();
 }); });
 </script> </script>
Line 49: Line 49:
 <code> <code>
 Qualtrics.SurveyEngine.addOnload(function() { Qualtrics.SurveyEngine.addOnload(function() {
-    autoAdvancePages("1");+    autoAdvancePages();
 }); });
 </code> </code>
autoadvancepages.1664647301.txt.gz · Last modified: by admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki