Quota targetReached

From Catglobe Wiki
Revision as of 11:47, 22 March 2011 by Cg pham (talk | contribs)
Jump to: navigation, search



Quota_targetReached

To check whether one quota of a questionnaire reaches its target..

Syntax

bool Quota_targetReached(string quotaName[, number PQResourceId])

Arguments

- quotaName : the name of quota.

- PQResourceId : Id of questionnaire to which quota belongs.

Return type

bool

Example

bool a= Quota_targetReached("male"[,34806989]);

Availability

Version 5.8