[LON-CAPA-cvs] cvs: loncom /interface/statistics lonstudentassessment.pm

matthew lon-capa-cvs@mail.lon-capa.org
Wed, 25 Aug 2004 21:04:37 -0000


matthew		Wed Aug 25 17:04:37 2004 EDT

  Modified files:              
    /loncom/interface/statistics	lonstudentassessment.pm 
  Log:
  Bug 3390 - report '.' in excel & csv output if the html symbol is '.' 
  (attempted but incorrect)
  
  
Index: loncom/interface/statistics/lonstudentassessment.pm
diff -u loncom/interface/statistics/lonstudentassessment.pm:1.103 loncom/interface/statistics/lonstudentassessment.pm:1.104
--- loncom/interface/statistics/lonstudentassessment.pm:1.103	Thu Jul 15 17:08:45 2004
+++ loncom/interface/statistics/lonstudentassessment.pm	Wed Aug 25 17:04:37 2004
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lonstudentassessment.pm,v 1.103 2004/07/15 21:08:45 matthew Exp $
+# $Id: lonstudentassessment.pm,v 1.104 2004/08/25 21:04:37 matthew Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1786,7 +1786,7 @@
                 }
             }
             #
-            if (! defined($tries)) {
+            if (! defined($tries) || $symbol eq '.') {
                 $tries = $symbol;
             }
             push (@TriesData,$tries);