Class Activity
- Namespace
- InSite.Domain.CourseObjects
- Assembly
- Shift.Sdk.dll
public class Activity : BaseObject
- Inheritance
-
Activity
- Inherited Members
-
- Extension Methods
-
Constructors
Activity()
Properties
Assessment
public ActivityAssessment Assessment { get; set; }
Property Value
- ActivityAssessment
Asset
public int Asset { get; set; }
Property Value
- int
Content
public ContentContainer Content { get; set; }
Property Value
- ContentContainer
ContentDeliveryPlatform
public string ContentDeliveryPlatform { get; set; }
Property Value
- string
DoneButtonInstructions
public string DoneButtonInstructions { get; set; }
Property Value
- string
DoneButtonText
public string DoneButtonText { get; set; }
Property Value
- string
DoneMarkedInstructions
public string DoneMarkedInstructions { get; set; }
Property Value
- string
DurationMinutes
public int? DurationMinutes { get; set; }
Property Value
- int?
FullCode
public string FullCode { get; }
Property Value
- string
GradeItem
public GradeItem GradeItem { get; set; }
Property Value
- GradeItem
HasPrerequisites
public bool HasPrerequisites { get; }
Property Value
- bool
Hook
public string Hook { get; set; }
Property Value
- string
IsAdaptive
public bool IsAdaptive { get; set; }
Property Value
- bool
IsMultilingual
public bool IsMultilingual { get; set; }
Property Value
- bool
Link
public Link Link { get; set; }
Property Value
- Link
Module
public Module Module { get; set; }
Property Value
- Module
PrerequisiteDeterminer
public DeterminerType PrerequisiteDeterminer { get; set; }
Property Value
- DeterminerType
Prerequisites
public List<Prerequisite> Prerequisites { get; set; }
Property Value
- List<Prerequisite>
PrivacyGroups
public List<PrivacyGroup> PrivacyGroups { get; set; }
Property Value
- List<PrivacyGroup>
QuizIdentifier
public Guid? QuizIdentifier { get; set; }
Property Value
- Guid?
Requirement
public RequirementType Requirement { get; set; }
Property Value
- RequirementType
Survey
public ActivitySurvey Survey { get; set; }
Property Value
- ActivitySurvey