stgContainsChoice

bool stgContainsChoice(int inQIdx, int inTopicIdx, int inAnswer)

Description

Checks if the answer was chosen in the  topic specified

Parameters

The following is a list of parameters the functions receives 

Parameter Type Description
inQIdx Int32 Index of the Question
inTopicIdx Int32 Index of the topic
inAnswer Int32 Index of the Answer

 

Return Type

void

Example

"stgContainsChoice(3, 2, 1)" will return true if answer 1 was chosen in topic 2 for question index 3

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.