Diff for /loncom/interface/lonstatistics.pm between versions 1.99 and 1.100

version 1.99, 2004/02/20 16:38:49 version 1.100, 2004/03/01 16:39:19
Line 1112  sub handler { Line 1112  sub handler {
     # Either print out a menu for them or send them to a report      # Either print out a menu for them or send them to a report
     &Apache::lonhtmlcommon::clear_breadcrumbs();      &Apache::lonhtmlcommon::clear_breadcrumbs();
     &Apache::lonhtmlcommon::add_breadcrumb({href=>'/adm/statistics',      &Apache::lonhtmlcommon::add_breadcrumb({href=>'/adm/statistics',
                                             title=>&mt('Statistics'),                                              title=>'Statistics',
                                             text =>&mt('Statistics'),                                              text =>'Statistics',
                                             faq=>139,                                              faq=>139,
                                             bug=>'Statistics and Charts'});                                              bug=>'Statistics and Charts'});
     if (! exists($ENV{'form.reportSelected'}) ||       if (! exists($ENV{'form.reportSelected'}) || 
Line 1162  sub handler { Line 1162  sub handler {
         } elsif($GoToPage eq 'problem_statistics') {          } elsif($GoToPage eq 'problem_statistics') {
             &Apache::lonhtmlcommon::add_breadcrumb              &Apache::lonhtmlcommon::add_breadcrumb
                 ({href=>'/adm/statistics?reportselected=problem_statistics',                  ({href=>'/adm/statistics?reportselected=problem_statistics',
                   text=>&mt('Overall Problem Statistics'),                    text=>'Overall Problem Statistics'});
                   faq=>139,bug=>'Statistics and Charts'});  
             &Apache::lonproblemstatistics::BuildProblemStatisticsPage($r,$c);              &Apache::lonproblemstatistics::BuildProblemStatisticsPage($r,$c);
         } elsif($GoToPage eq 'problem_analysis') {          } elsif($GoToPage eq 'problem_analysis') {
             &Apache::lonhtmlcommon::add_breadcrumb              &Apache::lonhtmlcommon::add_breadcrumb
                 ({href=>'/adm/statistics?reportselected=problem_analysis',                  ({href=>'/adm/statistics?reportselected=problem_analysis',
                   text=>&mt('Detailed Problem Analysis'),                    text=>'Detailed Problem Analysis'});
                   faq=>139,bug=>'Statistics and Charts'});  
             &Apache::lonproblemanalysis::BuildProblemAnalysisPage($r,$c);              &Apache::lonproblemanalysis::BuildProblemAnalysisPage($r,$c);
         } elsif($GoToPage eq 'submissiontime_analysis') {          } elsif($GoToPage eq 'submissiontime_analysis') {
             &Apache::lonhtmlcommon::add_breadcrumb              &Apache::lonhtmlcommon::add_breadcrumb
                 ({href=>                  ({href=>
                       '/adm/statistics?reportselected=submissiontime_analysis',                        '/adm/statistics?reportselected=submissiontime_analysis',
                       text=>&mt('Submission Time Plots'),                        text=>'Submission Time Plots'});
                       faq=>139,bug=>'Statistics and Charts'});  
             &Apache::lonsubmissiontimeanalysis::BuildSubmissionTimePage($r,$c);              &Apache::lonsubmissiontimeanalysis::BuildSubmissionTimePage($r,$c);
         } elsif($GoToPage eq 'student_submission_reports') {          } elsif($GoToPage eq 'student_submission_reports') {
             &Apache::lonhtmlcommon::add_breadcrumb              &Apache::lonhtmlcommon::add_breadcrumb
                 ({href=>                  ({href=>
                   '/adm/statistics?reportselected=student_submission_reports',                    '/adm/statistics?reportselected=student_submission_reports',
                   text=>&mt('Student Submission Reports'),                    text=>'Student Submission Reports'});
                   faq=>139,bug=>'Statistics and Charts'});  
             &Apache::lonstudentsubmissions::BuildStudentSubmissionsPage($r,$c);              &Apache::lonstudentsubmissions::BuildStudentSubmissionsPage($r,$c);
         } elsif($GoToPage eq 'correct_problems_plot') {          } elsif($GoToPage eq 'correct_problems_plot') {
             &Apache::lonhtmlcommon::add_breadcrumb              &Apache::lonhtmlcommon::add_breadcrumb
                 ({href=>'/adm/statistics?reportselected=correct_problems_plot',                  ({href=>'/adm/statistics?reportselected=correct_problems_plot',
                   text=>&mt('Correct Problems Plot'),                    text=>'Correct Problems Plot'});
                   faq=>139,bug=>'Statistics and Charts'});  
             &Apache::loncorrectproblemplot::BuildCorrectProblemsPage($r,$c);              &Apache::loncorrectproblemplot::BuildCorrectProblemsPage($r,$c);
         } elsif($GoToPage eq 'student_assessment') {          } elsif($GoToPage eq 'student_assessment') {
             &Apache::lonhtmlcommon::clear_breadcrumbs();              &Apache::lonhtmlcommon::clear_breadcrumbs();
             &Apache::lonhtmlcommon::add_breadcrumb              &Apache::lonhtmlcommon::add_breadcrumb
                 ({href=>'/adm/statistics?reportselected=student_assessment',                  ({href=>'/adm/statistics?reportselected=student_assessment',
                   text=>&mt('Chart'),                    text=>'Chart'});
                   faq=>139,bug=>'Statistics and Charts'});  
             &Apache::lonstudentassessment::BuildStudentAssessmentPage($r,$c);              &Apache::lonstudentassessment::BuildStudentAssessmentPage($r,$c);
         }          }
         #          #

Removed from v.1.99  
changed lines
  Added in v.1.100


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>