Exemple #1
0
        /// <summary>
        /// Sets the final points and updates the in-memory LearnerAssignmentProperties.
        /// </summary>
        /// <param name="points"></param>
        private void SetFinalPoints(float?points)
        {
            SlkStore.SetFinalPoints(LearnerAssignmentGuidId, points);

            // Force an update to the in-memory record of LearnerAssignment
            GetLearnerAssignment(true);
        }