Table of Contents

Class CountAttemptSolutions

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
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

decimal?

SolutionOptionsOrder

public string SolutionOptionsOrder { get; set; }

Property Value

string

SolutionPoints

public decimal? SolutionPoints { get; set; }

Property Value

decimal?

SolutionSequence

public int? SolutionSequence { get; set; }

Property Value

int?