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