diff --git a/main/newscorm/lp_ajax_save_item.php b/main/newscorm/lp_ajax_save_item.php index 7485f744e2..599c253ec9 100644 --- a/main/newscorm/lp_ajax_save_item.php +++ b/main/newscorm/lp_ajax_save_item.php @@ -199,6 +199,8 @@ function save_item($lp_id, $user_id, $view_id, $item_id, $score = -1, $max = -1, if ($mylp->get_type() == 2) { $return .= "update_stats();"; } + //To be sure progress is updated + $mylp->save_last(); return $return; //return $objResponse; }