KMVirtualNetworkAnswerLine::wrongAnswer Method
Gets a count of the KMVirtualNetworkAnswerLine records, based on supplied KMVirtualNetworkAnswerTableId, KMQuestionParentId, KMQuestionId, and KMQuestionRowId field values that are not answered correctly.
Syntax
client server public static boolean wrongAnswer(
KMVirtualNetworkAnswerTableId _kmVirtualNetworkAnswerTableId,
KMQuestionParentId _parentQuestionId,
KMQuestionId _kmQuestionId,
KMQuestionRowId _kmQuestionRowId)
Run On
Called
Parameters
- _kmVirtualNetworkAnswerTableId
Type: KMVirtualNetworkAnswerTableId Extended Data Type
The KMVirtualNetworkAnswerTableId value.
- _parentQuestionId
Type: KMQuestionParentId Extended Data Type
The KMQuestionParentId value.
- _kmQuestionId
Type: KMQuestionId Extended Data Type
The KMQuestionId value.
- _kmQuestionRowId
Type: KMQuestionRowId Extended Data Type
The KMQuestionRowId value.
Return Value
Type: boolean
The number of incorrectly answered questions.