Click or drag to resize
IUserAccessiableSetAnswerVisible Method
Overload List
  NameDescription
Public methodCode exampleSetAnswerVisible(Int32, Boolean)
Relevant mainly for Questions that have no topics included. For those use SetTopicVisible Hides all the answers inQuesIdx if the inShow is false or shows it if true
Public methodCode exampleSetAnswerVisible(Int32, Int32, Boolean)
Relevant mainly for Questions that have no topics included. For those use SetTopicVisible Hides answer inAnswerIdx in question inQuesIdx if the inShow is false or shows it if true
Public methodCode exampleSetAnswerVisible(Int32, Boolean, Boolean, Int32)
Relevant mainly for Questions that have no topics included. For those use SetTopicVisible This function hides or shows the answers in inArray based on the inShow value. false will hide them and true will make them visible. The inReset will perform the comlimentary action to inShow to all answers if set to true: if inShow is set to true and inReset is set to true all answers will become hiden before the inArray ones are shown and vice versa.
Top
See Also