Méthode | Description | |
---|---|---|
InvokeCategoryAdvancement ( ) : void |
Invokes the OnAdvaceCategory event. ThinksyQuestionDisplay calls this whenever it displays a problem from a new, higher category.
|
|
InvokeEncouragementReceived ( ProblemPart, encouragementParts ) : void |
Invokes the encouragement received event.
|
|
InvokeSpecifiedProblemsReceived ( Problem, problems ) : void |
Invokes the specified problems received event. This is invoked by a Thinksy-internal specified problem response handler.
|
public static InvokeCategoryAdvancement ( ) : void | ||
Résultat | void |
public static InvokeEncouragementReceived ( ProblemPart, encouragementParts ) : void | ||
encouragementParts | ProblemPart, | the text/image pieces which make up /// the encouragement. |
Résultat | void |
public static InvokeSpecifiedProblemsReceived ( Problem, problems ) : void | ||
problems | Problem, | Problems. |
Résultat | void |