diff --git a/main/newscorm/learnpath.class.php b/main/newscorm/learnpath.class.php index 1f4816e5e6..1216809f1b 100644 --- a/main/newscorm/learnpath.class.php +++ b/main/newscorm/learnpath.class.php @@ -8357,7 +8357,7 @@ class learnpath { //give a child element to the element - not yet supported //$xmldoc->createElement('adlcp:datafromlms',''); //give a child element to the element - $my_masteryscore = $xmldoc->createElement('adlcp:masteryscore',$item->get_masteryscore()); + $my_masteryscore = $xmldoc->createElement('adlcp:masteryscore',$item->get_mastery_score()); $my_item->appendChild($my_masteryscore); @@ -8932,4 +8932,4 @@ if (!function_exists('trim_value')) { function trim_value(& $value) { $value = trim($value); } -} \ No newline at end of file +}