org.apache.myfaces.trinidaddemo.survey
Interface QuestionBean

All Known Implementing Classes:
CheckboxQuestionBean, MultChoiceQuestionBean, TextQuestionBean

public interface QuestionBean


Method Summary
 String getCorrectAnswerMessage()
          returns a message describing the correct answer choices.
 String getPrompt()
          returns the question prompt.
 

Method Detail

getCorrectAnswerMessage

String getCorrectAnswerMessage()
returns a message describing the correct answer choices.

Returns:
a message describing the correct answer choices

getPrompt

String getPrompt()
returns the question prompt.

Returns:
the question prompt


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.