Siebel SmartScript Administration Guide > Extending Scripts with Siebel VB and Siebel eScript > Other Preprogrammed SmartScript Question Methods >

WasAnswered


WasAnswered returns a Boolean value indicating whether the question was answered.

Syntax

WasAnswered

Returns

TRUE if the user answered the question; FALSE if not.

Usage

WasAnswered returns TRUE if the user answered this question or accepted a default answer and FALSE otherwise. The exceptions to this are Information questions and questions with an answer type of Boolean with no default answer; these questions will return TRUE even if the agent merely passes through them.

WasAnswered is declared as type Boolean.

Siebel SmartScript Administration Guide