Table of Contents

Class AttemptUploadAnswer

Namespace
Shift.Common.File
Assembly
Shift.Common.dll
public class AttemptUploadAnswer
Inheritance
AttemptUploadAnswer
Inherited Members
Extension Methods

Constructors

AttemptUploadAnswer()

public AttemptUploadAnswer()

Properties

AttemptGraded

public DateTimeOffset? AttemptGraded { get; set; }

Property Value

DateTimeOffset?

Errors

public string Errors { get; set; }

Property Value

string

FormIdentifier

public Guid? FormIdentifier { get; set; }

Property Value

Guid?

FormName

public string FormName { get; set; }

Property Value

string

HasAttemptMatch

public bool? HasAttemptMatch { get; set; }

Property Value

bool?

HasCurrentAttempt

public bool HasCurrentAttempt { get; set; }

Property Value

bool

HasEventRegistration

public bool HasEventRegistration { get; set; }

Property Value

bool

HasUserAccount

public bool HasUserAccount { get; set; }

Property Value

bool

IsAttended

public bool IsAttended { get; set; }

Property Value

bool

IsPassed

public bool IsPassed { get; set; }

Property Value

bool

IsValid

public bool IsValid { get; }

Property Value

bool

LearnerCode

public string LearnerCode { get; set; }

Property Value

string

LearnerName

public string LearnerName { get; set; }

Property Value

string

LearnerUserIdentifier

public Guid? LearnerUserIdentifier { get; set; }

Property Value

Guid?

Percent

public decimal Percent { get; set; }

Property Value

decimal

Questions

public AttemptUploadAnswer.Question[] Questions { get; set; }

Property Value

Question[]

ScanCount

public int ScanCount { get; }

Property Value

int

Sequence

public int Sequence { get; set; }

Property Value

int

Tag

public string Tag { get; set; }

Property Value

string

Methods

Clone()

public AttemptUploadAnswer Clone()

Returns

AttemptUploadAnswer

IsValidAnswer(string)

public static bool IsValidAnswer(string answer)

Parameters

answer string

Returns

bool