コード例 #1
0
 ///<summary>
 ///Set the success value for this SCO
 ///</summary>
 ///<param name="success">
 ///</param>
 ///The success value.
 ///<remarks>
 ///This is set by you, and not manipulated by the LMS. The LMS may change it's behavior based on this 
 ///value.
 ///</remarks>
 public static void SetSatisfaction(successStatusType success)
 {
     GetLearnerRecord().success_status = success;
 }
コード例 #2
0
 ///<summary>
 ///Set the success value for this SCO
 ///</summary>
 ///<param name="success">
 ///</param>
 ///The success value.
 ///<remarks>
 ///This is set by you, and not manipulated by the LMS. The LMS may change it's behavior based on this
 ///value.
 ///</remarks>
 public static void SetSatisfaction(successStatusType success)
 {
     GetLearnerRecord().success_status = success;
 }