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

qaRunner.constructor()

Create a new questionnaire runner object. eg. Using var qr=new qaRunner(qFile)

Syntax

void = qaRunner.constructor(questionFileID, answerFileID)

Parameters

The 'qaRunner.constructor' method takes 2 parameters:

Name Type/Value Range/Length Description
questionFileIDnumber  Required. The ID of the questionnaire object to be executed.
answerFileIDnumber  Optional. If working on an existing answer object, supply its ID.

Results

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

Remarks

If no answerFileID is provided, then the initialise method must be called to create a file object to hold the answers.

The questionnaire cannot be execited until an answer ID is provided which the runner can confirm as matching the questionnaire.

Whitebeam release 1.3.36
(loadtime : 9ms)