Class AttemptResult
- Namespace
- InSite.Domain.CourseObjects
- Assembly
- Shift.Sdk.dll
public class AttemptResult
- Inheritance
-
AttemptResult
- Inherited Members
- Extension Methods
Constructors
AttemptResult()
public AttemptResult()
Properties
Form
public Guid Form { get; set; }
Property Value
IsFail
public bool IsFail { get; }
Property Value
IsPass
public bool IsPass { get; set; }
Property Value
Score
public decimal? Score { get; set; }