Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Tabulation getCountAnswer: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
No edit summary
Line 1: Line 1:
[[Category:Count answers functions]]
[[Category:Count answers functions]]

{{HelpFiles}}


=====Tabulation_getCountAnswer=====
=====Tabulation_getCountAnswer=====

Revision as of 09:54, 12 December 2011



Tabulation_getCountAnswer

Returns the current state of the count answers row, which can be shown for table diagrams. The value of the row tells us how many answers were given to the question. This may be the same as the total number of respondents, but given that the question type is multi, it may also be that it was more than this, since each respondent then can give more than one answer to one question.

Syntax

Tabulation_getCountAnswer()

Arguments

none

Return type

boolean

Examples

bool b = Tabulation_getCountAnswer();

Availability

Version 5.8.1