--- loncom/interface/lonmeta.pm 2007/05/02 01:33:49 1.206 +++ loncom/interface/lonmeta.pm 2007/05/15 20:21:17 1.208 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Metadata display handler # -# $Id: lonmeta.pm,v 1.206 2007/05/02 01:33:49 albertel Exp $ +# $Id: lonmeta.pm,v 1.208 2007/05/15 20:21:17 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1026,17 +1026,17 @@ sub print_dynamic_metadata { # # New assessment statistics $r->print('

'. - &mt('Detailed Assessment Statistical Data'). + &mt('Recent Detailed Assessment Statistical Data'). '

'); my $table = ''. ''. - ''. - ''. - ''. - ''. - ''. - ''. - ''. + ''. + ''. + ''. + ''. + ''. + ''. + ''. ''.$/; foreach my $identifier (sort(keys(%{$dynmeta{'stats'}}))) { my $data = $dynmeta{'stats'}->{$identifier}; @@ -1212,10 +1212,10 @@ ENDBOMBS ENDDEL } else { - $r->print('

'.$goback.'

'); + $r->print('

'.$goback.'

'); if ($env{'form.clearmsg'}) { my ($diruri) = ($disuri =~ m{(.*/)[^/]*}); - $r->print('

'. + $r->print('

'. &mt('Back To Directory').'

'); } }
CourseSection(s)Num StudentsMean TriesDegree of DifficultyDegree of DiscriminationTime of computation'.&mt('Course').''.&mt('Section(s)').''.&mt('Num Student').'s'.&mt('Mean Tries').''.&mt('Degree of Difficulty').''.&mt('Degree of Discrimination').''.&mt('Time of computation').'