Esempio n. 1
0
 public void AssociateAssessmentProblemWithSkill(string skillId, string problemGroupIdentifier,
                                                 string problemUniqueIdentifier, int timesAttempted, int timesCorrect, long lastAttempted)
 {
     problemDataManager.AddProblem(skillId, problemGroupIdentifier, problemUniqueIdentifier, timesAttempted, timesCorrect, lastAttempted);
 }