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:casenumber [24.01.2015 15:07] alexander.ritteren:create:functions:casenumber [24.01.2015 15:09] – [Example 1] alexander.ritter
Line 3: Line 3:
 ''int **caseNumber**()'' ''int **caseNumber**()''
  
-Each questionnaire in the survey project has a unique number, which also appears as the variable CASE in the data record ([[:en:results:variables|Addition Variables in the Data Set]]). This number can be requested with the function ''caseNumber()''.+Each questionnaire in the survey project has a unique number, which also appears as the variable CASE in the data record ([[:en:results:variables|Addition Variables in the Data Set]]). This number can be called up with the function ''caseNumber()''.
  
  
Line 12: Line 12:
  
 <code php> <code php>
-html('<p>This is the questionnaire'no. '.caseNumber().'</p>');+html('<p>This is the questionnaire no. '.caseNumber().'</p>');
 </code> </code>
  
en/create/functions/casenumber.txt · Last modified: 24.01.2015 15:23 by alexander.ritter
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Driven by DokuWiki