Class SearchAttemptSolutions
public class SearchAttemptSolutions : Query<IEnumerable<AttemptSolutionMatch>>, IQuery<IEnumerable<AttemptSolutionMatch>>, IAttemptSolutionCriteria
- Inheritance
-
SearchAttemptSolutions
- Implements
- Inherited Members
- Extension Methods
Constructors
SearchAttemptSolutions()
public SearchAttemptSolutions()
Properties
AnswerIsMatched
public bool? AnswerIsMatched { get; set; }
Property Value
- bool?
QuestionSequence
public int? QuestionSequence { get; set; }
Property Value
- int?
SolutionCutScore
public decimal? SolutionCutScore { get; set; }
Property Value
SolutionOptionsOrder
public string SolutionOptionsOrder { get; set; }
Property Value
SolutionPoints
public decimal? SolutionPoints { get; set; }
Property Value
SolutionSequence
public int? SolutionSequence { get; set; }
Property Value
- int?