C# Class P02Project.Utils.Question

Afficher le fichier Open project: raouldc/OptiDev Class Usage Examples

Méthodes publiques

Свойство Type Description
rand Random

Méthodes publiques

Méthode Description
Answer ( String answer ) : bool
Question ( String QuestionContent, String answer, List allOptions, String imagePath, String hint ) : System
fifty_fifty ( ) : void

Private Methods

Méthode Description
randomizeOptions ( List options ) : void

Method Details

Answer() public méthode

public Answer ( String answer ) : bool
answer String
Résultat bool

Question() public méthode

public Question ( String QuestionContent, String answer, List allOptions, String imagePath, String hint ) : System
QuestionContent String
answer String
allOptions List
imagePath String
hint String
Résultat System

fifty_fifty() public méthode

public fifty_fifty ( ) : void
Résultat void

Property Details

rand public_oe static_oe property

public static Random rand
Résultat Random