Table of Contents

Class AttemptAnalysis.QuestionEntity

Namespace
InSite.Application.Attempts.Read
Assembly
Shift.Sdk.dll
public class AttemptAnalysis.QuestionEntity
Inheritance
AttemptAnalysis.QuestionEntity
Inherited Members
Extension Methods

Constructors

QuestionEntity()

public QuestionEntity()

Fields

Binder

public static readonly Expression<Func<QAttemptQuestion, AttemptAnalysis.QuestionEntity>> Binder

Field Value

Expression<Func<QAttemptQuestion, AttemptAnalysis.QuestionEntity>>

Properties

AnswerOptionKey

public int? AnswerOptionKey { get; set; }

Property Value

int?

AnswerPoints

public decimal? AnswerPoints { get; set; }

Property Value

decimal?

Attempt

public AttemptAnalysis.AttemptEntity Attempt { get; }

Property Value

AttemptAnalysis.AttemptEntity

AttemptIdentifier

public Guid AttemptIdentifier { get; set; }

Property Value

Guid

CompetencyAreaCode

public string CompetencyAreaCode { get; set; }

Property Value

string

CompetencyAreaIdentifier

public Guid? CompetencyAreaIdentifier { get; set; }

Property Value

Guid?

CompetencyAreaLabel

public string CompetencyAreaLabel { get; set; }

Property Value

string

CompetencyAreaTitle

public string CompetencyAreaTitle { get; set; }

Property Value

string

CompetencyItemCode

public string CompetencyItemCode { get; set; }

Property Value

string

CompetencyItemIdentifier

public Guid? CompetencyItemIdentifier { get; set; }

Property Value

Guid?

CompetencyItemLabel

public string CompetencyItemLabel { get; set; }

Property Value

string

CompetencyItemTitle

public string CompetencyItemTitle { get; set; }

Property Value

string

Parent

public AttemptAnalysis.QuestionEntity Parent { get; }

Property Value

AttemptAnalysis.QuestionEntity

ParentQuestionIdentifier

public Guid? ParentQuestionIdentifier { get; set; }

Property Value

Guid?

QuestionIdentifier

public Guid QuestionIdentifier { get; set; }

Property Value

Guid

QuestionPoints

public decimal? QuestionPoints { get; set; }

Property Value

decimal?

QuestionSequence

public int QuestionSequence { get; set; }

Property Value

int

SubQuestions

public AttemptAnalysis.QuestionEntity[] SubQuestions { get; }

Property Value

QuestionEntity[]