[LON-CAPA-cvs] cvs: loncom /homework radiobuttonresponse.pm
sakharuk
lon-capa-cvs@mail.lon-capa.org
Fri, 24 Oct 2003 17:58:55 -0000
sakharuk Fri Oct 24 13:58:55 2003 EDT
Modified files:
/loncom/homework radiobuttonresponse.pm
Log:
Bug 2323 (problem numbering when printing exam with answers) is fixed for radiobuttonresponse problems.
Index: loncom/homework/radiobuttonresponse.pm
diff -u loncom/homework/radiobuttonresponse.pm:1.74 loncom/homework/radiobuttonresponse.pm:1.75
--- loncom/homework/radiobuttonresponse.pm:1.74 Mon Oct 13 15:25:30 2003
+++ loncom/homework/radiobuttonresponse.pm Fri Oct 24 13:58:55 2003
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# mutliple choice style responses
#
-# $Id: radiobuttonresponse.pm,v 1.74 2003/10/13 19:25:30 albertel Exp $
+# $Id: radiobuttonresponse.pm,v 1.75 2003/10/24 17:58:55 sakharuk Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -174,7 +174,7 @@
}
}
}
- &Apache::lonxml::increment_counter();
+ if ($target ne 'answer') {&Apache::lonxml::increment_counter();}
return $result;
}