SetTopicAnswerVisible

Void SetTopicAnswerVisible (int32 inQuesIdx, Int32 inTopicIdx, Int32 inAnswerIdx, Boolean inShow)

Description

Relevant for Single/Multiple Choice Grid Questions.

Hides the specific answer for a specific topic in a question when the inShow is false and will show it if it's true.

Parameters

The following is a list of parameters the functions receives 

Parameter Type Description
inQuesIdx Int32 Question Index
inTopicIdx Int32 The topic Index
inAnswerIdx Int32 The Answer Index
inShow Boolean True/False to hide/Show

Return Type

void

Example

SetTopicAnswerVisible(QRef(20),2, 5, false) - This will hide Answer index 5 for topic index 2 in Question index 20. 

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

1 comment
  • Its working as expected ..thanks and close the tickets

    0
    Comment actions Permalink

Please sign in to leave a comment.