Diff for /loncom/interface/statistics/loncorrectproblemplot.pm between versions 1.1 and 1.2

version 1.1, 2004/02/02 21:45:12 version 1.2, 2004/02/02 21:51:52
Line 35  use Apache::loncoursedata(); Line 35  use Apache::loncoursedata();
 use Apache::lonstatistics;  use Apache::lonstatistics;
 use Apache::lonstathelpers;  use Apache::lonstathelpers;
 use Apache::lonlocal;  use Apache::lonlocal;
 use HTML::Entities();  
 use Time::Local();  
 use Spreadsheet::WriteExcel();  
   
 my $plotcolors = ['#33ff00',   my $plotcolors = ['#33ff00', 
                   '#ff33cc', '#990000', '#aaaa66', '#663399', '#ff9933',                    '#ff33cc', '#990000', '#aaaa66', '#663399', '#ff9933',
Line 123  sub BuildCorrectProblemsPage { Line 120  sub BuildCorrectProblemsPage {
   
 =pod  =pod
   
 =item   =item & AnalyzeScoreData($score_data)
   
   Analyze the result of &Apache::loncoursedata::get_student_scores() and
   return html with a plot of the data and a table of the values and bins.
   
 =cut  =cut
   
Line 231  sub bin_data { Line 231  sub bin_data {
   
 =pod  =pod
   
 =item   =item &CreateInterface
   
   Inputs: none.
   
   Returns: HTML for the correct problems plot interface.
   
 =cut  =cut
   

Removed from v.1.1  
changed lines
  Added in v.1.2


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