[LON-CAPA-cvs] cvs: modules /felicia radioprobs.pl
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 12 Sep 2002 16:59:13 -0000
albertel Thu Sep 12 12:59:13 2002 EDT
Modified files:
/modules/felicia radioprobs.pl
Log:
- less felicia promotion. :-)
Index: modules/felicia/radioprobs.pl
diff -u modules/felicia/radioprobs.pl:1.1 modules/felicia/radioprobs.pl:1.2
--- modules/felicia/radioprobs.pl:1.1 Wed Sep 11 17:47:15 2002
+++ modules/felicia/radioprobs.pl Thu Sep 12 12:59:13 2002
@@ -119,8 +119,6 @@
writable.\n Error: $!" );
print( PROB "<problem>\n\n\n" );
print( PROB "<!-- Autogenerated LON-CAPA problem -->\n" );
- print( PROB "<!-- Autogeneration script written by: -->\n" );
- print( PROB "<!-- F. Berryman, felicia\@lon-capa.org -->\n\n\n");
print( PROB "<startouttext />".($question[$i]->{'text'})."<endouttext />" );
print( PROB "\n\n<radiobuttonresponse max=\"10\">\n\n\t<foilgroup>\n\n" );
foreach my $key (keys( %{$question[$i]->{'foils'}} )) {