From a6c4bdd83caf2667cffedbb287e71ccd1bf1d831 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Wed, 13 Oct 2010 14:45:21 +0200 Subject: [PATCH] Adding links to the new reports --- main/mySpace/index.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/main/mySpace/index.php b/main/mySpace/index.php index a4550ba5af..74f6248175 100755 --- a/main/mySpace/index.php +++ b/main/mySpace/index.php @@ -231,7 +231,7 @@ if ($nb_teacher_courses > 0 ) { echo ' '.get_lang('MyStats').' '; echo ''; - Display::display_warning_message(get_lang('HaveNoCourse')); + //Display::display_warning_message(get_lang('HaveNoCourse')); } @@ -589,6 +589,7 @@ if (api_is_allowed_to_create_course() && $view == 'teacher') { } if ($is_platform_admin && $view == 'admin' && $_GET['display'] != 'yourstudents') { + echo ''.get_lang('DisplayCoaches').' | '; echo ''.get_lang('DisplayUserOverview').''; if ($_GET['display'] == 'useroverview') { @@ -596,6 +597,12 @@ if ($is_platform_admin && $view == 'admin' && $_GET['display'] != 'yourstudents' } echo ' | '.get_lang('DisplaySessionOverview').''; echo ' | '.get_lang('DisplayCourseOverview').''; + + echo ' | '.get_lang('LPQuestionListResults').''; + + echo ' | '.get_lang('LPExerciseResultsBySession').''; + + echo '

'; if ($_GET['display'] === 'useroverview') { MySpace::display_tracking_user_overview();