Whitebeam Object Definition

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

Whitebeam Object Definition

qaDumper.stats

Statistics built-up from calls to qaDumper.addStats()

Elements

The qaDumper.stats struct has 3 elements:

Name Type/Value Range/Length Description
countnumber  Required. The number of answerFiles which have been added to this object.
summaryarray of struct qaDumper.answerArrayssee definition Required.

One array of numbers (an "answerArray") exists for each "questionID" that stats have been generated for.

Each element in the object is named for the questionID it holds statistics for. The element contains an array - Each number in the array indicates how many times the n'th answer was selected.

questionsarray of strings  Required.

The question for each "questionID" that stats have been generated for.

Each element in the object is named for the questionID it holds. statistics for. The element contains an array - Each number in the array indicates how many times the n'th answer was selected.


Whitebeam release 1.3.36
(loadtime : 8ms)