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

Method Description

qaDumper.constructor()

Create a new questionnaire/answer output object. eg. Using var qd=new qaDumper(qFile,aFile)

Syntax

void = qaDumper.constructor(questionFileID, answerFileID)

Parameters

The 'qaDumper.constructor' method takes 2 parameters:

Name Type/Value Range/Length Description
questionFileIDnumber  Required. The ID of the questionnaire object that the answers belong with.
answerFileIDnumber  Optional. Provide an initial answer file ID if required.

Results

The 'qaDumper.constructor' method returns no useful information.

Remarks

If no answerFileID is provided, then only the dumpQ method will work until a "changeAnsFile" call is made to load an answerfile.

Whitebeam release 1.3.36
(loadtime : 8ms)