Click or drag to resize

TaskModel Properties

The TaskModel type exposes the following members.

Properties
  Name Description
Public property AllowRotationHint
To manually allow the rotation hint showing up or not when this specific task is active
Public property Attached
Defines an attached property.
(Inherited from BaseModel.)
Public property AutoPlayActions
Public property AutoStart
Public property ClicksAttempt
Returns the number of clicks made by the User while completing the Task.
(Inherited from AssignmentModel.)
Public property Comments
(Development) Includes comments in the XML code.
(Inherited from BaseModel.)
Public property CompletedActions
Public property CompletedActionsInvoked
Returns true if CompletedActions for Task were invoked.
Public property CompletedTime (Inherited from AssignmentModel.)
Public property CompletedTimeSerialized
Returns the time at which the Task was completed.
(Inherited from AssignmentModel.)
Public property CompletedWhen
Public property Code example DataContext
Contains a source of all bindings defined for element.
(Inherited from BaseModel.)
Public property Description
Displays a description of the object to the user.
(Inherited from TriggableModel.)
Public property ExternalXmlPath (Inherited from BaseModel.)
Public property FailedActions
Public property FailedWhen
Public property Id
Defines a unique identifier for an element in the simulation.
(Inherited from BaseModel.)
Public property ImageId
Defines the image to display when the user clicks the View Image button.
Public property Instructions
Displays instructions to the user on how to complete the Task.
Public property IsCompleted
Returns true if the Task has been completed by the user.
(Inherited from AssignmentModel.)
Public property IsCompleting
Returns true if CompletedWhen.IsMatch was true in the past.
Public property IsFailing
Returns true if FailedWhen.IsMatch was true in the past.
Public property IsIdAutogenerated (Inherited from BaseModel.)
Public property IsLogHidden
Hides this Assignment from the Mission tab in the LabPad.
(Inherited from AssignmentModel.)
Public property IsMuted
Disables the voice-over for the Instructions in this Task.
Public property IsSkipped
Returns true if the Task has been skipped by the user.
Public property IsSkipping
Returns true if SkippedWhen.IsMatch was true in the past.
Public property IsUnlocked
Returns true if the Task is available to the user.
(Inherited from AssignmentModel.)
Public property LabPadHintDelay
The duration of the delay (in second) before the LabPad hint is triggered. Defaults to 0. If -1 is specified, the LabPad hint will be disabled.
Public property Navigatables
The list to determine the only navigatables to navigate in the current task for Accessibility Mode. The Ids listed here are separated by ';'.
Public property ReadMoreUrl
Targets the Wiki content to be displayed when the user clicks on the View Theory button.
Public property SecondsSpent
Returns the number of seconds the user spent completing the Task.
(Inherited from AssignmentModel.)
Public property ShowNavigatablesHint
Indicated whether the show navigables hint button should be shown or not.
Public property SkippedActions
Public property SkippedActionsInvoked
Returns true if SkippedActions for Task were invoked.
Public property SkippedWhen
Public property StartActions
Public property StartTime (Inherited from AssignmentModel.)
Public property StartTimeSerialized
Returns the time at which the Task was started.
(Inherited from AssignmentModel.)
Public property TemplateVersionId
Contains a id of source template.
(Inherited from BaseModel.)
Public property Title
Defines a title for the object.
(Inherited from TriggableModel.)
Public property Triggers (Inherited from TriggableModel.)
Public property TriggersSerialized
Lists the available Triggers for this object.
(Inherited from TriggableModel.)
Public property VoiceId
Selects the Id of the Voice to be used for the Task Title or Instruction.
Public property Weight
Defines the relative weight of this Task in the overall progress.
Public property WikiMarkdownId
The Markdown Id of theory page where ReadMoreUrl will be displayed.
Public property XmlComments
(Development) Used as temporary storage for XML comments (like ) to keep them.
(Inherited from BaseModel.)
Top
See Also