Table of Contents

Class AttemptQuestionSwitched

Namespace
InSite.Domain.Attempts
Assembly
Shift.Sdk.dll
public class AttemptQuestionSwitched : Change, IChange
Inheritance
AttemptQuestionSwitched
Implements
Inherited Members
Extension Methods

Constructors

AttemptQuestionSwitched(int, int)

public AttemptQuestionSwitched(int nextSectionIndex, int nextQuestionIndex)

Parameters

nextSectionIndex int
nextQuestionIndex int

Properties

NextQuestionIndex

public int NextQuestionIndex { get; set; }

Property Value

int

NextSectionIndex

public int NextSectionIndex { get; set; }

Property Value

int