Class LearningResult
- Namespace
- InSite.Domain.CourseObjects
- Assembly
- Shift.Sdk.dll
public class LearningResult
- Inheritance
-
LearningResult
- Inherited Members
-
- Extension Methods
-
Constructors
LearningResult()
Properties
Completed
public DateTimeOffset? Completed { get; set; }
Property Value
- DateTimeOffset?
Grade
public string Grade { get; set; }
Property Value
- string
Icon
public string Icon { get; }
Property Value
- string
IsCompleted
public bool IsCompleted { get; }
Property Value
- bool
IsCompletedOrFailed
public bool IsCompletedOrFailed { get; }
Property Value
- bool
IsFailed
public bool IsFailed { get; }
Property Value
- bool
IsHidden
public bool IsHidden { get; set; }
Property Value
- bool
IsLocked
public bool IsLocked { get; }
Property Value
- bool
IsPassed
public bool IsPassed { get; }
Property Value
- bool
IsStarted
public bool IsStarted { get; }
Property Value
- bool
IsUnlocked
public bool IsUnlocked { get; }
Property Value
- bool
Navigation
public LearningResultNavigation Navigation { get; set; }
Property Value
- LearningResultNavigation
Score
public decimal? Score { get; set; }
Property Value
- decimal?
Status
public string Status { get; set; }
Property Value
- string