Table of Contents

Class AnswerState

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

Constructors

AnswerState()

public AnswerState()

Properties

AnswerPoints

public decimal? AnswerPoints { get; set; }

Property Value

decimal?

Answered

public DateTimeOffset? Answered { get; set; }

Property Value

DateTimeOffset?

AttemptIsPass

public bool AttemptIsPass { get; set; }

Property Value

bool

AttemptScore

public decimal? AttemptScore { get; set; }

Property Value

decimal?

Competency

public Guid? Competency { get; set; }

Property Value

Guid?

Form

public Guid Form { get; set; }

Property Value

Guid

Question

public Guid Question { get; set; }

Property Value

Guid

QuestionPoints

public decimal? QuestionPoints { get; set; }

Property Value

decimal?