Class TLearnerAttemptSummary
- Namespace
- InSite.Application.Attempts.Read
- Assembly
- Shift.Sdk.dll
public class TLearnerAttemptSummary
- Inheritance
-
TLearnerAttemptSummary
- Inherited Members
-
- Extension Methods
-
Constructors
TLearnerAttemptSummary()
public TLearnerAttemptSummary()
Properties
AttemptFailedCount
public int AttemptFailedCount { get; set; }
Property Value
- int
AttemptGradedCount
public int AttemptGradedCount { get; set; }
Property Value
- int
AttemptImportedCount
public int AttemptImportedCount { get; set; }
Property Value
- int
AttemptLastFailed
public DateTimeOffset? AttemptLastFailed { get; set; }
Property Value
- DateTimeOffset?
AttemptLastFailedIdentifier
public Guid? AttemptLastFailedIdentifier { get; set; }
Property Value
- Guid?
AttemptLastGraded
public DateTimeOffset? AttemptLastGraded { get; set; }
Property Value
- DateTimeOffset?
AttemptLastGradedIdentifier
public Guid? AttemptLastGradedIdentifier { get; set; }
Property Value
- Guid?
AttemptLastPassed
public DateTimeOffset? AttemptLastPassed { get; set; }
Property Value
- DateTimeOffset?
AttemptLastPassedIdentifier
public Guid? AttemptLastPassedIdentifier { get; set; }
Property Value
- Guid?
AttemptLastStarted
public DateTimeOffset? AttemptLastStarted { get; set; }
Property Value
- DateTimeOffset?
AttemptLastStartedIdentifier
public Guid? AttemptLastStartedIdentifier { get; set; }
Property Value
- Guid?
AttemptLastSubmitted
public DateTimeOffset? AttemptLastSubmitted { get; set; }
Property Value
- DateTimeOffset?
AttemptLastSubmittedIdentifier
public Guid? AttemptLastSubmittedIdentifier { get; set; }
Property Value
- Guid?
AttemptPassedCount
public int AttemptPassedCount { get; set; }
Property Value
- int
AttemptStartedCount
public int AttemptStartedCount { get; set; }
Property Value
- int
AttemptSubmittedCount
public int AttemptSubmittedCount { get; set; }
Property Value
- int
AttemptTotalCount
public int AttemptTotalCount { get; set; }
Property Value
- int
AttemptVoidedCount
public int AttemptVoidedCount { get; set; }
Property Value
- int
public Guid FormIdentifier { get; set; }
Property Value
- Guid
LearnerUserIdentifier
public Guid LearnerUserIdentifier { get; set; }
Property Value
- Guid