Class TakerReportItem
- Namespace
- InSite.Application.Attempts.Read
- Assembly
- Shift.Sdk.dll
public class TakerReportItem
- Inheritance
-
TakerReportItem
- Inherited Members
-
- Extension Methods
-
Constructors
TakerReportItem()
Properties
AttemptDuration
public decimal? AttemptDuration { get; set; }
Property Value
- decimal?
AttemptGraded
public DateTimeOffset? AttemptGraded { get; set; }
Property Value
- DateTimeOffset?
AttemptIdentifier
public Guid AttemptIdentifier { get; set; }
Property Value
- Guid
AttemptImported
public DateTimeOffset? AttemptImported { get; set; }
Property Value
- DateTimeOffset?
AttemptIsPassing
public bool AttemptIsPassing { get; set; }
Property Value
- bool
AttemptPoints
public decimal? AttemptPoints { get; set; }
Property Value
- decimal?
AttemptScore
public decimal? AttemptScore { get; set; }
Property Value
- decimal?
AttemptStarted
public DateTimeOffset? AttemptStarted { get; set; }
Property Value
- DateTimeOffset?
AttemptSubmitted
public DateTimeOffset? AttemptSubmitted { get; set; }
Property Value
- DateTimeOffset?
BankIdentifier
public Guid BankIdentifier { get; set; }
Property Value
- Guid
public int FormAsset { get; set; }
Property Value
- int
public int FormAssetVersion { get; set; }
Property Value
- int
public DateTimeOffset? FormFirstPublished { get; set; }
Property Value
- DateTimeOffset?
public Guid FormIdentifier { get; set; }
Property Value
- Guid
public string FormName { get; set; }
Property Value
- string
public decimal? FormPoints { get; set; }
Property Value
- decimal?
public string FormTitle { get; set; }
Property Value
- string