--- loncom/interface/statistics/lonproblemstatistics.pm 2004/04/01 21:14:32 1.80
+++ loncom/interface/statistics/lonproblemstatistics.pm 2004/04/01 21:35:52 1.81
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonproblemstatistics.pm,v 1.80 2004/04/01 21:14:32 matthew Exp $
+# $Id: lonproblemstatistics.pm,v 1.81 2004/04/01 21:35:52 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -970,6 +970,11 @@ sub degrees_plot {
my $diffdata .= ''.join(',',@Labels).''.$/.
''.join(',',@Diff).''.$/;
#
+ my $title = 'Degree of Discrimination\nand Degree of Difficulty';
+ if ($xmax > 50) {
+ $title = 'Degree of Discrimination and Degree of Difficulty';
+ }
+ #
$plot=<<"END";