Class CollectAttemptSolutions
public class CollectAttemptSolutions : Query<IEnumerable<AttemptSolutionModel>>, IQuery<IEnumerable<AttemptSolutionModel>>, IAttemptSolutionCriteria
- Inheritance
-
CollectAttemptSolutions
- Implements
- Inherited Members
- Extension Methods
Constructors
CollectAttemptSolutions()
public CollectAttemptSolutions()
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?