[LON-CAPA-cvs] cvs: loncom /homework inputtags.pm
raeburn
raeburn@source.lon-capa.org
Sat, 05 Mar 2011 23:00:45 -0000
raeburn Sat Mar 5 23:00:45 2011 EDT
Modified files:
/loncom/homework inputtags.pm
Log:
- Eliminate duplicate declaration.
Index: loncom/homework/inputtags.pm
diff -u loncom/homework/inputtags.pm:1.280 loncom/homework/inputtags.pm:1.281
--- loncom/homework/inputtags.pm:1.280 Sat Mar 5 20:32:02 2011
+++ loncom/homework/inputtags.pm Sat Mar 5 23:00:45 2011
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# input definitons
#
-# $Id: inputtags.pm,v 1.280 2011/03/05 20:32:02 raeburn Exp $
+# $Id: inputtags.pm,v 1.281 2011/03/05 23:00:45 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1523,7 +1523,6 @@
my $txt_correct = &mt('Correct');
my $awarded = $Apache::lonhomework::history{"$prefix.awarded"};
- my $txt_correct = &mt('Correct');
if ($awarded < 1 && $awarded > 0) {
$txt_correct=&mt('Partially Correct');
} elsif ($awarded < 1) {