Table of Contents

Class QAttemptOption

Namespace
InSite.Application.Attempts.Read
Assembly
Shift.Sdk.dll
public class QAttemptOption : IAttemptAnswer
Inheritance
QAttemptOption
Implements
Inherited Members
Extension Methods

Constructors

QAttemptOption()

public QAttemptOption()

Properties

AnswerIsSelected

public bool? AnswerIsSelected { get; set; }

Property Value

bool?

Attempt

public virtual QAttempt Attempt { get; set; }

Property Value

QAttempt

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

OptionAnswerSequence

public int? OptionAnswerSequence { get; set; }

Property Value

int?

OptionCutScore

public decimal? OptionCutScore { get; set; }

Property Value

decimal?

OptionIsTrue

public bool? OptionIsTrue { get; set; }

Property Value

bool?

OptionKey

public int OptionKey { get; set; }

Property Value

int

OptionLetter

public string OptionLetter { get; }

Property Value

string

OptionPoints

public decimal OptionPoints { get; set; }

Property Value

decimal

OptionSequence

public int OptionSequence { get; set; }

Property Value

int

OptionShape

public string OptionShape { get; set; }

Property Value

string

OptionText

public string OptionText { get; set; }

Property Value

string

QuestionIdentifier

public Guid QuestionIdentifier { get; set; }

Property Value

Guid

QuestionSequence

public int QuestionSequence { get; set; }

Property Value

int