--- loncom/interface/statistics/lonproblemanalysis.pm 2004/12/23 19:57:35 1.109 +++ loncom/interface/statistics/lonproblemanalysis.pm 2004/12/23 19:58:06 1.110 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonproblemanalysis.pm,v 1.109 2004/12/23 19:57:35 matthew Exp $ +# $Id: lonproblemanalysis.pm,v 1.110 2004/12/23 19:58:06 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -86,7 +86,8 @@ sub BuildProblemAnalysisPage { # # 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|radiobutton|numerical)'; + my $problem_types = '(option|radiobutton)'; # my $problem_types = '.';#(option)'; if (exists($ENV{'form.problemchoice'}) && ! exists($ENV{'form.SelectAnother'})) {