From 1745c7d37cd92f03c61df362715d4352ace4240c Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Sat, 8 Sep 2007 01:06:34 +0200 Subject: [PATCH] [svn r12959] Added additional comments for the set_score() change. --- main/newscorm/learnpathItem.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/newscorm/learnpathItem.class.php b/main/newscorm/learnpathItem.class.php index 4e8f7ac4ee..31d0efaff2 100644 --- a/main/newscorm/learnpathItem.class.php +++ b/main/newscorm/learnpathItem.class.php @@ -1552,7 +1552,8 @@ class learnpathItem{ } } /** - * Sets the score value + * Sets the score value. If the mastery_score is set and the score reaches + * it, then set the status to 'passed'. * @param float Score * @return boolean True on success, false otherwise */