Table of Contents

Class AttemptQuestion

Namespace
InSite.Domain.Attempts
Assembly
Shift.Sdk.dll
public abstract class AttemptQuestion
Inheritance
AttemptQuestion
Derived
Inherited Members
Extension Methods

Constructors

AttemptQuestion()

protected AttemptQuestion()

Properties

CalculationMethod

public QuestionCalculationMethod CalculationMethod { get; set; }

Property Value

QuestionCalculationMethod

CutScore

public decimal? CutScore { get; set; }

Property Value

decimal?

Identifier

public Guid Identifier { get; set; }

Property Value

Guid

Points

public decimal? Points { get; set; }

Property Value

decimal?

Section

public int? Section { get; set; }

Property Value

int?

Text

public string Text { get; set; }

Property Value

string

Type

public QuestionItemType Type { get; set; }

Property Value

QuestionItemType