Interface IAttemptSolutionCriteria
- Namespace
- Shift.Contract
- Assembly
- Shift.Sdk.dll
public interface IAttemptSolutionCriteria
- Extension Methods
-
Properties
AnswerIsMatched
bool? AnswerIsMatched { get; set; }
Property Value
- bool?
Filter
QueryFilter Filter { get; set; }
Property Value
- QueryFilter
QuestionSequence
int? QuestionSequence { get; set; }
Property Value
- int?
SolutionCutScore
decimal? SolutionCutScore { get; set; }
Property Value
- decimal?
SolutionOptionsOrder
string SolutionOptionsOrder { get; set; }
Property Value
- string
SolutionPoints
decimal? SolutionPoints { get; set; }
Property Value
- decimal?
SolutionSequence
int? SolutionSequence { get; set; }
Property Value
- int?