Table of Contents

Class AttemptQuestionState

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

Constructors

AttemptQuestionState(AttemptQuestion, int)

public AttemptQuestionState(AttemptQuestion question, int index)

Parameters

question AttemptQuestion
index int

AttemptQuestionState(QuestionHandle, int)

public AttemptQuestionState(AttemptStarted2.QuestionHandle handle, int index)

Parameters

handle AttemptStarted2.QuestionHandle
index int

Properties

QuestionIdentifier

public Guid QuestionIdentifier { get; }

Property Value

Guid

QuestionIndex

public int QuestionIndex { get; }

Property Value

int

Rubric

public AttemptQuestionRubric Rubric { get; }

Property Value

AttemptQuestionRubric

SectionIndex

public int? SectionIndex { get; }

Property Value

int?

SubQuestions

public Guid[] SubQuestions { get; }

Property Value

Guid[]

Methods

InitRubric(AttemptQuestionRubric)

public void InitRubric(AttemptQuestionRubric rubric)

Parameters

rubric AttemptQuestionRubric