[LON-CAPA-cvs] cvs: loncom /interface/statistics lonproblemanalysis.pm
matthew
lon-capa-cvs@mail.lon-capa.org
Thu, 24 Jun 2004 18:47:36 -0000
matthew Thu Jun 24 14:47:36 2004 EDT
Modified files:
/loncom/interface/statistics lonproblemanalysis.pm
Log:
Removing access to numerical and radio response analysis for 1.2 release.
Index: loncom/interface/statistics/lonproblemanalysis.pm
diff -u loncom/interface/statistics/lonproblemanalysis.pm:1.86 loncom/interface/statistics/lonproblemanalysis.pm:1.87
--- loncom/interface/statistics/lonproblemanalysis.pm:1.86 Wed Jun 23 16:51:14 2004
+++ loncom/interface/statistics/lonproblemanalysis.pm Thu Jun 24 14:47:36 2004
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonproblemanalysis.pm,v 1.86 2004/06/23 20:51:14 matthew Exp $
+# $Id: lonproblemanalysis.pm,v 1.87 2004/06/24 18:47:36 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -85,7 +85,10 @@
&Apache::lonstathelpers::manage_caches($r,'Statistics','stats_status');
$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'}) &&
! exists($ENV{'form.SelectAnother'})) {
foreach my $button (@SubmitButtons) {