diff --git a/main/newscorm/learnpath.class.php b/main/newscorm/learnpath.class.php index d7fdfcd4f3..b5b5586ce1 100644 --- a/main/newscorm/learnpath.class.php +++ b/main/newscorm/learnpath.class.php @@ -8236,7 +8236,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);