User Tools

Site Tools


autoadvancepages

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
autoadvancepages [2022/10/01 13:10] – created 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 =====
-==== Survey Header ==== +==== Add Function To Survey ==== 
-=== Add autoAdvancePages Function == +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: 
-Add the autoAdvancePages JS function to the header. While still editing the survey header in html mode, add the provided function below the timer html:+<code> 
 +<script>/*Paste autoAdvancePages function JS here*/</script> 
 +</code> 
 +==== Run the autoAdvancePages Function ==== 
 +==== Entire Survey ==== 
 +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>
-/*Paste autoAdvancePages function JS here*/+Qualtrics.SurveyEngine.addOnload(function() { 
 +    autoAdvancePages(); 
 +});
 </script> </script>
 </code> </code>
-=== Run the autoAdvancePages Function === +==== Specific Blocks ==== 
-To run the autoAdvancePages timer add the autoAdvancePages function call to the Qualtrics addOnload functionWhile still editing the survey header in html mode, add the addOnload function inside the script tag added above:+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>
-/*Paste autoAdvancePages function JS here*/ 
- 
 Qualtrics.SurveyEngine.addOnload(function() { Qualtrics.SurveyEngine.addOnload(function() {
     autoAdvancePages("{${e://Field/autoAdvancePages}");     autoAdvancePages("{${e://Field/autoAdvancePages}");
Line 39: Line 44:
 </script> </script>
 </code> </code>
-==== Survey Flow ====+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 ==== 
 +To apply **autoAdvancePages** to a specific page, add the following JavaScript to a question on the page: 
 +<code> 
 +Qualtrics.SurveyEngine.addOnload(function() { 
 +    autoAdvancePages(); 
 +}); 
 +</code> 
 +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.1664644253.txt.gz · Last modified: by admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki