Свойство | Тип | Описание | |
---|---|---|---|
mQuizModel |
Метод | Описание | |
---|---|---|
clearInstance ( ) : void |
Clears the Instance of the Quiz App-Template.
|
|
getInstance ( ) : |
Gets the Instance of the Quiz App-Template.
|
|
getQueAnsList ( ) : List |
Gets the List of Questions
|
|
getQuizAuthor ( ) : string |
Gets the Author of the Quiz
|
|
getQuizDescription ( ) : string |
Gets the Description of the quiz
|
|
getQuizName ( ) : string |
Gets the Name of the Quiz
|
|
getQuizVersion ( ) : string |
Gets the Version of the Quiz
|
|
getTotalCorrect ( ) : int |
Gets the total number of correct answers
|
|
getTotalWrong ( ) : int |
Gets the total number of Wrong answers
|
|
setQueAnsList ( List |
Sets the list of Questions
|
|
setQuizAuthor ( string mQuizAuthor ) : void |
Sets the Author of the quiz
|
|
setQuizAuthorEmail ( string mQuizAuthorEmail ) : void |
Gets the Author Email of the Quiz
|
|
setQuizDescription ( string mQuizDescription ) : void |
Sets the Description of the Quiz
|
|
setQuizName ( string mQuizName ) : void |
Sets the name of the Quiz
|
|
setQuizVersion ( string mQuizVersion ) : void |
Sets the version of the Quiz
|
|
setTotalCorrect ( int totalCorrect ) : void |
Sets the total correct answers by the user.
|
|
setTotalWrong ( int totalWrong ) : void |
Sets the total number of wrong answers
|
public static getInstance ( ) : |
||
Результат |
public setQueAnsList ( List |
||
mQueAnsList | List |
List of Question Objects |
Результат | void |
public setQuizAuthor ( string mQuizAuthor ) : void | ||
mQuizAuthor | string | Author of the Quiz |
Результат | void |
public setQuizAuthorEmail ( string mQuizAuthorEmail ) : void | ||
mQuizAuthorEmail | string | |
Результат | void |
public setQuizDescription ( string mQuizDescription ) : void | ||
mQuizDescription | string | Description of the Quiz |
Результат | void |
public setQuizName ( string mQuizName ) : void | ||
mQuizName | string | Name of the Quiz |
Результат | void |
public setQuizVersion ( string mQuizVersion ) : void | ||
mQuizVersion | string | Version of the Quiz |
Результат | void |
public setTotalCorrect ( int totalCorrect ) : void | ||
totalCorrect | int | Total number of correct answers |
Результат | void |
public setTotalWrong ( int totalWrong ) : void | ||
totalWrong | int | Number of wrong answers |
Результат | void |