Table of Contents

Class QAttemptQuestion

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

Constructors

QAttemptQuestion()

public QAttemptQuestion()

Properties

AnswerAttemptLimit

public int? AnswerAttemptLimit { get; set; }

Property Value

int?

AnswerFileIdentifier

public Guid? AnswerFileIdentifier { get; set; }

Property Value

Guid?

AnswerOptionKey

public int? AnswerOptionKey { get; set; }

Property Value

int?

AnswerOptionSequence

public int? AnswerOptionSequence { get; set; }

Property Value

int?

AnswerPoints

public decimal? AnswerPoints { get; set; }

Property Value

decimal?

AnswerRequestAttempt

public int? AnswerRequestAttempt { get; set; }

Property Value

int?

AnswerSolutionIdentifier

public Guid? AnswerSolutionIdentifier { get; set; }

Property Value

Guid?

AnswerSubmitAttempt

public int? AnswerSubmitAttempt { get; set; }

Property Value

int?

AnswerText

public string AnswerText { get; set; }

Property Value

string

AnswerTimeLimit

public int? AnswerTimeLimit { get; set; }

Property Value

int?

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

HotspotImage

public string HotspotImage { get; set; }

Property Value

string

ParentQuestionIdentifier

public Guid? ParentQuestionIdentifier { get; set; }

Property Value

Guid?

PinLimit

public int? PinLimit { get; set; }

Property Value

int?

QuestionBottomLabel

public string QuestionBottomLabel { get; set; }

Property Value

string

QuestionCalculationMethod

public string QuestionCalculationMethod { get; set; }

Property Value

string

QuestionCutScore

public decimal? QuestionCutScore { get; set; }

Property Value

decimal?

QuestionIdentifier

public Guid QuestionIdentifier { get; set; }

Property Value

Guid

QuestionMatchDistractors

public string QuestionMatchDistractors { get; set; }

Property Value

string

QuestionNumber

public int? QuestionNumber { get; set; }

Property Value

int?

QuestionPoints

public decimal? QuestionPoints { get; set; }

Property Value

decimal?

QuestionSequence

public int QuestionSequence { get; set; }

Property Value

int

QuestionText

public string QuestionText { get; set; }

Property Value

string

QuestionTopLabel

public string QuestionTopLabel { get; set; }

Property Value

string

QuestionType

public string QuestionType { get; set; }

Property Value

string

RubricRatingPoints

public string RubricRatingPoints { get; set; }

Property Value

string

SectionIndex

public int? SectionIndex { get; set; }

Property Value

int?

ShowShapes

public bool? ShowShapes { get; set; }

Property Value

bool?

Methods

ClearAnswer()

public void ClearAnswer()

GetMatchDistractors()

public string[] GetMatchDistractors()

Returns

string[]

SetMatchDistractors(IEnumerable<string>)

public void SetMatchDistractors(IEnumerable<string> value)

Parameters

value IEnumerable<string>