Void GPSSetAnswerIter(Int32 inQuesIdx, Int32 inIter, DVar inCoords)
Description
Sets the iterated question with the coordinates entered
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question Index |
inIter | Int32 | Iteration Index |
inCoords | DVar | the coordinates to set |
Return Type
Void
Examples
GPSSetAnswerIter(CurrQues,1,SubjectGPSLocation) - this function will set the answer in the first iteration
with the location captured in the subject.
Comments
Please sign in to leave a comment.