User Tools

Site Tools


mcselectall

Differences

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

Link to this comparison view

Next revision
Previous revision
mcselectall [2022/10/06 08:49] – created adminmcselectall [2023/09/24 16:50] (current) – [mcSelectAll - Select/Deselect all non-exclusive choices in a multi-select multiple choice question] admin
Line 11: Line 11:
 {{ ::mcSelectAll.mp4?650 |mcSelectAll Demonstration}} {{ ::mcSelectAll.mp4?650 |mcSelectAll Demonstration}}
  
-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.+To select all answers in a multi-select matrix question see **[[matrixselectall|matrixSelectAll]]**. 
 + 
 +This function is available for a reasonable fee. Contact **[[https://community.qualtrics.com/inbox/conversation?with=373]]** on the Qualtrics Community to learn more.
 ===== Set-up Instructions ===== ===== Set-up Instructions =====
 ==== Survey Header ==== ==== Survey Header ====
-To make the function available to all questions in the survey, copy the function to the Survey Header inside a script tag: 
 Add the mcSelectAll function to the survey header to make it available to any question in the survey.   Go to Look & Feel -> General -> Header edit -> {{::icon_source.jpg?20|}} and paste the provided mcSelectAll function JS: Add the mcSelectAll function to the survey header to make it available to any question in the survey.   Go to Look & Feel -> General -> Header edit -> {{::icon_source.jpg?20|}} and paste the provided mcSelectAll function JS:
 <code> <code>
Line 21: Line 22:
 Alternatively, paste the mcSelectAll function JS into a question's JS outside the existing Qualtrics functions to make it available to questions on the page. Alternatively, paste the mcSelectAll function JS into a question's JS outside the existing Qualtrics functions to make it available to questions on the page.
 ==== Select/Deselect All Choice Setup ==== ==== Select/Deselect All Choice Setup ====
-To specify the Select all/Deselect all choice, put the choice text inside a span with the class ''selectAll'' (selectAll is the class default and can be changed in options). For example:+To specify the Select all/Deselect all choice, put the choice text inside a span with the class ''selectAll'' (''selectAll'' is the default class and can be changed in **[[mcselectall#options|options]]**). For example:
 <code> <code>
-<span class="selectAll">Select/Deselect all</span>+<span class="selectAll">All of these</span>
 </code> </code>
 //Please note:// The choice text displayed to the respondent is specified in the **[[mcselectall#selectText|selectText]]** and **[[mcselectall#deselectText|deselectText]]** options. The choice text inside the selectAll span is NOT displayed. //Please note:// The choice text displayed to the respondent is specified in the **[[mcselectall#selectText|selectText]]** and **[[mcselectall#deselectText|deselectText]]** options. The choice text inside the selectAll span is NOT displayed.
Line 37: Line 38:
 <code> <code>
 Qualtrics.SurveyEngine.addOnload(function() { Qualtrics.SurveyEngine.addOnload(function() {
- mcSelectAll(this,{selectText:'Select all the above',deselectText:'Deselect all the above'});+ mcSelectAll(this,{selectText:'All the above',deselectText:'Deselect all the above'});
 }); });
 </code> </code>
Line 44: Line 45:
 The choice text displayed when the Select/Deselect all choice is selected.  The choice text displayed when the Select/Deselect all choice is selected. 
  
-Default: 'Deselect all'+Default: %%"Deselect all of these"%%
 ==== selectClass ==== ==== selectClass ====
-The html class name of the span used to identify the Select/Deselect all choice. See **[[mcselectall#Select/Deselect All Choice Setup|Select/Deselect All Choice Setup]]**+The html class name of the span used to identify the Select/Deselect all choice. See **[[mcselectall#select_deselect_all_choice_setup|Select/Deselect All Choice Setup]]**.
  
-Default: 'selectAll'+Default: %%"selectAll"%%
 ==== selectText ==== ==== selectText ====
 The choice text displayed when the Select/Deselect all choice is NOT selected.  The choice text displayed when the Select/Deselect all choice is NOT selected. 
  
-Default: 'Select all'+Default: %%"All of these"%%
 ====== Qualtrics Wiki ====== ====== Qualtrics Wiki ======
 [[start|Qualtrics Wiki]] [[start|Qualtrics Wiki]]
mcselectall.1665060542.txt.gz · Last modified: by admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki