Diff for /loncom/interface/statistics/lonproblemanalysis.pm between versions 1.86 and 1.87

version 1.86, 2004/06/23 20:51:14 version 1.87, 2004/06/24 18:47:36
Line 85  sub BuildProblemAnalysisPage { Line 85  sub BuildProblemAnalysisPage {
         &Apache::lonstathelpers::manage_caches($r,'Statistics','stats_status');          &Apache::lonstathelpers::manage_caches($r,'Statistics','stats_status');
     $r->rflush();      $r->rflush();
     #      #
     my $problem_types = '(option|radiobutton|numerical)';      # Support for numerical and radio response isn't complete enough to
       # include in 1.2 release.
       # my $problem_types = '(option|radiobutton|numerical)';
       my $problem_types = '(option)';
     if (exists($ENV{'form.problemchoice'}) &&       if (exists($ENV{'form.problemchoice'}) && 
         ! exists($ENV{'form.SelectAnother'})) {          ! exists($ENV{'form.SelectAnother'})) {
         foreach my $button (@SubmitButtons) {          foreach my $button (@SubmitButtons) {

Removed from v.1.86  
changed lines
  Added in v.1.87


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