version 1.148.2.2, 2010/01/06 19:41:49
|
version 1.148.2.4, 2010/09/11 19:08:19
|
Line 766 sub CreateMainMenu {
|
Line 766 sub CreateMainMenu {
|
icon => 'coprplot.png', |
icon => 'coprplot.png', |
linktext => ('Correct Problems Plot'), |
linktext => ('Correct Problems Plot'), |
linktitle => ('Display a histogram of student performance in the course.')}, |
linktitle => ('Display a histogram of student performance in the course.')}, |
]}, |
]}); |
|
if (&Apache::loncommon::needs_gci_custom()) { |
|
push(@reports, |
|
{categorytitle => 'Reports', |
|
items => [ |
|
{url => '/adm/statistics?reportSelected=student_submission_reports', |
|
permission => 'F', |
|
icon => 'edit-copy.png', |
|
linktext => ('Student Submission Reports'), |
|
linktitle => ('Prepare reports of student submissions.')}, |
|
]}); |
|
} else { |
|
push(@reports, |
{categorytitle => 'Reports', |
{categorytitle => 'Reports', |
items => [ |
items => [ |
{url => '/adm/statistics?reportSelected=student_submission_reports', |
{url => '/adm/statistics?reportSelected=student_submission_reports', |
Line 781 sub CreateMainMenu {
|
Line 793 sub CreateMainMenu {
|
linktext => ('Survey Reports'), |
linktext => ('Survey Reports'), |
linktitle => ('Prepare reports on survey results.')}, |
linktitle => ('Prepare reports on survey results.')}, |
]}); |
]}); |
|
} |
|
|
return &Apache::lonhtmlcommon::generate_menu(@reports); |
return &Apache::lonhtmlcommon::generate_menu(@reports); |
|
|
Line 924 ENDSTYLE
|
Line 937 ENDSTYLE
|
&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=>'Student Submission Reports'}); |
text=>'Student Submission Reports'}); |
&Apache::lonstudentsubmissions::BuildStudentSubmissionsPage($r,$c); |
&Apache::lonstudentsubmissions::BuildStudentSubmissionsPage($r,$c); |
} elsif($GoToPage eq 'survey_reports') { |
} elsif($GoToPage eq 'survey_reports') { |
&Apache::lonhtmlcommon::add_breadcrumb |
&Apache::lonhtmlcommon::add_breadcrumb |
Line 945 ENDSTYLE
|
Line 958 ENDSTYLE
|
({href=>'/adm/statistics?reportselected=student_assessment', |
({href=>'/adm/statistics?reportselected=student_assessment', |
text=>'Chart'}); |
text=>'Chart'}); |
if ($gcicustom) { |
if ($gcicustom) { |
$r->print(&mt('Only aggregate performance data is available for Concept Tests.')); |
$r->print(&mt('Only aggregate performance data are available for Concept Tests.')); |
} else { |
} else { |
&Apache::lonstudentassessment::BuildStudentAssessmentPage($r,$c); |
&Apache::lonstudentassessment::BuildStudentAssessmentPage($r,$c); |
} |
} |