Method | Description | |
---|---|---|
getAnswerOption ( ) : List |
Gets the AnswerOption of the current QuizModel Object
|
|
getOptionNumber ( ) : int |
Gets the OptionNumber of the current QuizModel Object
|
|
getQuestion ( ) : string |
Gets the Question of the current QuizModel Object
|
|
setAnswerOption ( List |
Sets the AnswerOption of the current QuizModel Object
|
|
setOptionNumber ( int mOptionNumber ) : void |
Sets the Option Number of the current QuizModel Object
|
|
setQuestion ( string mQuestion ) : void |
Sets the Question of the current QuizModel Object
|
public setAnswerOption ( List |
||
mAnswerOption | List |
AnswerOption of the current QuizModel Object |
return | void |
public setOptionNumber ( int mOptionNumber ) : void | ||
mOptionNumber | int | OptionNumber of the current QuizModel Object |
return | void |
public setQuestion ( string mQuestion ) : void | ||
mQuestion | string | Question of the current QuizModel Object |
return | void |