Пример #1
0
 ///<summary>
 ///Set the completion status for this SCO
 ///</summary>
 ///<param name="completion" direction="input">
 ///the new completion value
 ///</param>
 ///<remarks>
 ///Wait for the initialization to complete before setting this object.
 ///Used to signal that this course was completed or not completed
 ///</remarks> 
 public static void SetCompletionStatus(completionStatusType completion)
 {
     GetLearnerRecord().completion_status = completion;
 }
Пример #2
0
 ///<summary>
 ///Set the completion status for this SCO
 ///</summary>
 ///<param name="completion" direction="input">
 ///the new completion value
 ///</param>
 ///<remarks>
 ///Wait for the initialization to complete before setting this object.
 ///Used to signal that this course was completed or not completed
 ///</remarks>
 public static void SetCompletionStatus(completionStatusType completion)
 {
     GetLearnerRecord().completion_status = completion;
 }