Property | Type | Description | |
---|---|---|---|
answeredProblems | |||
newProblems |
Method | Description | |
---|---|---|
AddProblemsToProblemQueue ( Message problem ) : void | ||
CheckAnswer ( Message answeredProblemData, Answer answer ) : bool | ||
CopyFailsafeOver ( ) : void | ||
DeleteAllSeeds ( ) : void | ||
DrainProblems ( ) : void | ||
GetAnsweredProblemCount ( ) : int | ||
GetNewProblemCount ( ) : int | ||
GetProblem ( ) : Senseix.Message.Problem.ProblemData | ||
PlayerSeedPath ( ) : string | ||
PullNewProblems ( ) : void | ||
PushAllProblems ( ) : void | ||
ReplaceQueue ( Message reply ) : void | ||
SeedFilePath ( ) : string | ||
SubmitAnswer ( Message answeredProblemData, Answer answer, bool correct ) : bool |
Method | Description | |
---|---|---|
AddAnsweredProblem ( Message ProblemBuilder, Answer answer ) : void | ||
CheckAnsweredProblemPush ( ) : void | ||
CheckProblemPull ( ) : void | ||
GetProblemsFromSeed ( ) : void | ||
ReplaceSeed ( Message reply ) : void | ||
UnixTimeNow ( ) : ulong |
public static AddProblemsToProblemQueue ( Message problem ) : void | ||
problem | Message | |
return | void |
public static CheckAnswer ( Message answeredProblemData, Answer answer ) : bool | ||
answeredProblemData | Message | |
answer | Answer | |
return | bool |
public static GetAnsweredProblemCount ( ) : int | ||
return | int |
public static GetProblem ( ) : Senseix.Message.Problem.ProblemData | ||
return | Senseix.Message.Problem.ProblemData |
public static ReplaceQueue ( Message reply ) : void | ||
reply | Message | |
return | void |
public static SubmitAnswer ( Message answeredProblemData, Answer answer, bool correct ) : bool | ||
answeredProblemData | Message | |
answer | Answer | |
correct | bool | |
return | bool |
public static Queue,System.Collections answeredProblems | ||
return |