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