OnDummyGeneratorInit

void OnDummyGeneratorInit (ioParams) 

Description

This callback will be called when the Dummy Data Generator initializes and allows you to set the ioParams.StartQuestionIndex and ioParams.EndQuestionIndex to whatever question index you need

Click here to learn more about the Dummy Data Generator 

Parameters

The following is a list of parameters the functions receives 

Parameter Type Description
ioParams Int the parameter to call

 

Return Type

void

 

Example

function OnDummyGeneratorInit (ioParams)
{

     ioParams.StartQuestionIndex = QRef(3);
     ioParams.EndQuestionIndex = QRef(5);
}

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.