bool CheckTopicsMaxValue(int inQuesIdx, int inMaxValue)
Description
Checks if the input value is the maximal value coded in the grid question with all values answered
Parameters
The following is a list of parameters the functions receives
| Parameter | Type | Description |
|---|---|---|
| inQuesIdx | Int32 | Index of the Question |
| inMaxValue | Int32 | The input value |
Return Type
bool
Comments
Please sign in to leave a comment.