Method | Description | |
---|---|---|
Abort ( ) : void | ||
Initialize ( LineEdit line, MultiLineTextEdit multiLineText ) : void | ||
Show ( ExceptionCheckCallback callback ) : void | ||
ShowAnswer ( ) : void | ||
StudyLineOrderTimedQuestionAnswerViewModel ( ) : System |
Method | Description | |
---|---|---|
AskQuestion ( int questionDurationInMilliseconds, ExceptionCheckCallback callback ) : void |
Executes callback when answer is shown, or when exception is thrown.
|
|
GetReviewMethodId ( ) : System.Guid | ||
PopulateQuestionAndAnswer ( ) : void | ||
ShowAsyncImpl ( ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
HideAnswer ( ) : void |
protected AskQuestion ( int questionDurationInMilliseconds, ExceptionCheckCallback callback ) : void | ||
questionDurationInMilliseconds | int | |
callback | ExceptionCheckCallback | |
return | void |
protected GetReviewMethodId ( ) : System.Guid | ||
return | System.Guid |
public Initialize ( LineEdit line, MultiLineTextEdit multiLineText ) : void | ||
line | LineEdit | |
multiLineText | MultiLineTextEdit | |
return | void |
protected PopulateQuestionAndAnswer ( ) : void | ||
return | void |
public Show ( ExceptionCheckCallback callback ) : void | ||
callback | ExceptionCheckCallback | |
return | void |
protected ShowAsyncImpl ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public StudyLineOrderTimedQuestionAnswerViewModel ( ) : System | ||
return | System |