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
Next revisionBoth sides next revision
en:create:functions:registervariable [28.12.2014 17:21] – [registerVariable()] alexander.ritteren:create:functions:registervariable [04.03.2016 14:57] – [Example 3] wrong function call (variableRegister instead of registerVariable) cristinamendonca
Line 30: Line 30:
 ===== Example 2 ===== ===== Example 2 =====
  
-On page 4 in the questionnaire, a rather complicated filter is used to determine whether the participant falls into group 1 (prospective clients or clients preparing to do business), or group 2 (current client). Different questions will be shown later on the in the questionnaire resulting from this classification.+On page 4 in the questionnaire, a rather complicated filter is used to determine whether the participant falls into group 1 (prospective clients or clients preparing to do business), or group 2 (current clients). Different questions will be shown later on the in the questionnaire resulting from this classification.
  
 <code php> <code php>
Line 79: Line 79:
 ); );
 shuffle($questions); shuffle($questions);
-variableRegister('questions');+registerVariable('questions');
 </code> </code>
  
en/create/functions/registervariable.txt · Last modified: 21.04.2024 20:29 by admin
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Driven by DokuWiki