Method Public Overridable Sub ValidateQuestion(ByVal input As String, ByVal validatemask As Boolean)
Description
This method is called to check the answer to the question. You can create custom logic for this check. The input parameter represents the answer given to the question. The validatemask parameter can be used as a mask for validating the answer.