C# Class QuizGameServer.QuestionState

Handles Qustion State Changes
Afficher le fichier Open project: pebblecode/ChatQuiz Class Usage Examples

Méthodes publiques

Méthode Description
CheckAnswer ( string possibleAnswer ) : bool
QuestionState ( QuestionItem item, IAnswerMatchingStrategy matchingStrategy ) : System

Method Details

CheckAnswer() public méthode

public CheckAnswer ( string possibleAnswer ) : bool
possibleAnswer string
Résultat bool

QuestionState() public méthode

public QuestionState ( QuestionItem item, IAnswerMatchingStrategy matchingStrategy ) : System
item QuestionItem
matchingStrategy IAnswerMatchingStrategy
Résultat System