stgContains

bool stgContains(int inQIdx, int inAnswer)

Description

Will return true/false if the answer was chosen in the question

Parameters

The following is a list of parameters the functions receives 

Parameter Type Description
inQIdx Int32 Index of the Question
inAnswer Int32 Index of the answer

Return Type

bool

Example

"stgContains(2, 1)" will return true if answer 1 was chosen in question index 2

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.