diff --git a/main/inc/lib/tracking.lib.php b/main/inc/lib/tracking.lib.php index b92bba5718..487e3fcd86 100755 --- a/main/inc/lib/tracking.lib.php +++ b/main/inc/lib/tracking.lib.php @@ -192,7 +192,7 @@ class Tracking $actionColumn = '
' . ($allowExtend == true ? $extend_all_link : ' ') . ' | @@ -205,7 +205,7 @@ class Tracking' . get_lang('ScormScore') . ' | -+ | ' . get_lang('ScormTime') . ' | '.$actionColumn.' @@ -472,7 +472,7 @@ class Tracking' . get_lang('Attempt') . ' ' . $attemptCount . ' | ' . learnpathItem::humanize_status($lesson_status, true, $type) . ' | ' . $view_score . ' | -' . $time . ' | +' . $time . ' | '.$action.''.$student_response . ' | '.$interaction['result'] . ' | '.$interaction['latency'] . ' | -'.$interaction['time'] . ' | +'.$interaction['time'] . ' | '.$action.' '; $counter++; @@ -834,7 +834,7 @@ class Tracking' . $title . ' | ' . learnpathitem::humanize_status($lesson_status) .' | '.$scoreItem.' | -'.$time.' | +'.$time.' | '.$action.' '; $output .= ''; @@ -884,7 +884,7 @@ class Tracking'.urldecode($interaction['student_response']).' | '.$interaction['result'].' | '.$interaction['latency'].' | -'.$interaction['time'].' | +'.$interaction['time'].' | '.$action.' '; $counter++; @@ -986,7 +986,7 @@ class Tracking' . get_lang('Attempt').' '. $n.' | ' . $my_lesson_status . ' | '.$view_score . ' | -'.$time_attemp . ' | '; +'.$time_attemp . ' | '; if ($action == 'classic') { if ($origin != 'tracking') { if (!$is_allowed_to_edit && $result_disabled_ext_all) { @@ -1096,10 +1096,8 @@ class Tracking ' . get_lang('AccomplishedStepsTotal') .''.$progress.'% | -- ' . $final_score.' - | -' . $total_time . ' + | ' . $final_score.' | +' . $total_time . ' '.$action.' '; |
---|