Table of Contents

Class AttemptStarted3

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

Constructors

AttemptStarted3(Guid, Guid, Guid, Guid, Guid, Guid?, string, AttemptConfiguration, AttemptSection[], AttemptQuestion[])

public AttemptStarted3(Guid organizationIdentifier, Guid bankIdentifier, Guid formIdentifier, Guid assessorUserIdentifier, Guid learnerUserIdentifier, Guid? registrationIdentifier, string userAgent, AttemptConfiguration configuration, AttemptSection[] sections, AttemptQuestion[] questions)

Parameters

organizationIdentifier Guid
bankIdentifier Guid
formIdentifier Guid
assessorUserIdentifier Guid
learnerUserIdentifier Guid
registrationIdentifier Guid?
userAgent string
configuration AttemptConfiguration
sections AttemptSection[]
questions AttemptQuestion[]

Properties

AssessorUserIdentifier

public Guid AssessorUserIdentifier { get; set; }

Property Value

Guid

BankIdentifier

public Guid BankIdentifier { get; set; }

Property Value

Guid

Configuration

public AttemptConfiguration Configuration { get; set; }

Property Value

AttemptConfiguration

FormIdentifier

public Guid FormIdentifier { get; set; }

Property Value

Guid

LearnerUserIdentifier

public Guid LearnerUserIdentifier { get; set; }

Property Value

Guid

OrganizationIdentifier

public Guid OrganizationIdentifier { get; set; }

Property Value

Guid

Questions

public AttemptQuestion[] Questions { get; set; }

Property Value

AttemptQuestion[]

RegistrationIdentifier

public Guid? RegistrationIdentifier { get; set; }

Property Value

Guid?

Sections

public AttemptSection[] Sections { get; set; }

Property Value

AttemptSection[]

UserAgent

public string UserAgent { get; set; }

Property Value

string