bool CheckTopicsMinValue(int inQuesIdx, int inMinValue)
Description
Checks if the input value is the minimal 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 |
inMinValue | Int32 | The input value |
Return Type
bool
Comments
Please sign in to leave a comment.