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
en:create:functions:caseserial [16.12.2014 12:57] – [caseSerial()] alexander.ritteren:create:functions:caseserial [21.04.2024 20:18] (current) admin
Line 3: Line 3:
 ''string **caseSerial**()'' ''string **caseSerial**()''
  
-The function ''caseSerial()'' returns the value saved in the data record in the variable ''SERIAL''. This is useful for example, if you would like to show the respondent a personalized link to another questionnaire.+The function ''caseSerial()'' returns the value saved in the data record in the variable ''SERIAL''. This is usefulfor example, if you would like to show the respondent a personalized link to another questionnaire.
  
   * If the participant was invited via [[:en:survey:mailing|Mailing]], ''caseSerial()'' returns the personal ID of the participant.   * If the participant was invited via [[:en:survey:mailing|Mailing]], ''caseSerial()'' returns the personal ID of the participant.
-  * If an authorization code was used to begin the questionnaire (either transferred in the [[:en:survey:url|Link]] or entered manually, this will be returned when ''caseSerial()'' is used.+  * If an access code was used to begin the questionnaire (either transferred in the [[:en:survey:url|Link]] or entered manually), this will be returned when ''caseSerial()'' is used.
    
-**Note:** An authorization code in the link to the questionnaire is saved regardless of whether the the questionnaire can only be accessed with an authorization code, or if it is public. To tranfer an ID that is not an authorization code, it is better to use the reference designed for this purpose.+**Note:** An access code in the link to the questionnaire is saved regardless of whether the the questionnaire can only be accessed with an access code, or if it is public. To tranfer an ID that is not an access code, it is better to use the reference designed for this purpose. 
 + 
 ===== Example ===== ===== Example =====
  
Line 22: Line 24:
 </code> </code>
  
-The authorization code or the personal ID is also available with the [[:en:create:placeholders|placeholder]] %caseSerial% . The following PHP code has the same purpose a the code above. +The access code or the personal ID is also available with the [[:en:create:placeholders|placeholder]] %caseSerial% . The following PHP code has the same purpose a the code above. 
  
 <code php> <code php>
en/create/functions/caseserial.txt · Last modified: 21.04.2024 20:18 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