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.

QuestionnaireStatistics class

From Catglobe Wiki
Revision as of 09:12, 22 September 2011 by Dennis (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=<nowiki>QuestionnaireStatistics</nowiki> |Description=<nowiki>The questionnaire statistics collection. To view information like how big a sample is...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

QuestionnaireStatistics



The questionnaire statistics collection. To view information like how big a sample is used, how large is the active samples etc.

Constructors

  • (array qids "An array of questionnaire resource ids. Invalid ids are ignored. Deleted ids are ok. Must have Read permission.") - Constructor to take many questionnaires

Methods

  • string AverageInterviewSucceededTime(number QuestionnaireResourceId "The Id to get the info from") - Get count of AverageInterviewSucceededTime
  • number EstimatedTime(number QuestionnaireResourceId "The Id to get the info from") - Get count of EstimatedTime
  • number EstimatedTotalTime(number QuestionnaireResourceId "The Id to get the info from") - Get count of EstimatedTotalTime
  • number NonSampleRules(number QuestionnaireResourceId "The Id to get the info from") - Get count of NonSampleRules
  • number NonSampleRulesWithData(number QuestionnaireResourceId "The Id to get the info from") - Get count of NonSampleRulesWithData
  • number NonSampleRulesWithoutData(number QuestionnaireResourceId "The Id to get the info from") - Get count of NonSampleRulesWithoutData
  • number NumberOfActiveNotContactedRpq(number QuestionnaireResourceId "The Id to get the info from") - Get count of NumberOfActiveNotContactedRpq
  • number NumberOfActiveSample(number QuestionnaireResourceId "The Id to get the info from") - Get count of NumberOfActiveSample
  • number NumberOfAvailable(number QuestionnaireResourceId "The Id to get the info from") - Get count of NumberOfAvailable
  • number NumberOfAvailableActive(number QuestionnaireResourceId "The Id to get the info from") - Get count of NumberOfAvailableActive
  • number NumberOfCompleted(number QuestionnaireResourceId "The Id to get the info from") - Get count of NumberOfCompleted
  • number NumberOfCompletedToday(number QuestionnaireResourceId "The Id to get the info from") - Get count of NumberOfCompletedToday
  • number NumberOfCompletedYesterday(number QuestionnaireResourceId "The Id to get the info from") - Get count of NumberOfCompletedYesterday
  • number NumberOfInterviewSucceeded(number QuestionnaireResourceId "The Id to get the info from") - Get count of NumberOfInterviewSucceeded
  • number NumberOfInterviewSucceededToday(number QuestionnaireResourceId "The Id to get the info from") - Get count of NumberOfInterviewSucceededToday
  • number NumberOfInterviewSucceededYesterday(number QuestionnaireResourceId "The Id to get the info from") - Get count of NumberOfInterviewSucceededYesterday
  • number NumberOfNotContactedRpq(number QuestionnaireResourceId "The Id to get the info from") - Get count of NumberOfNotContactedRpq
  • number NumberOfPartly(number QuestionnaireResourceId "The Id to get the info from") - Get count of NumberOfPartly
  • number NumberOfSample(number QuestionnaireResourceId "The Id to get the info from") - Get count of NumberOfSample
  • number NumberOfTestLink(number QuestionnaireResourceId "The Id to get the info from") - Get count of NumberOfTestLink
  • number TargetReachedCount(number QuestionnaireResourceId "The Id to get the info from") - Get count of TargetReachedCount
  • string ToString() - The string representation of the object.

Properties

  • string ObjectTypeName { get; } - The name of the type of object.
  • TypeInformation TypeInformation { get; } - Get information about this class.