--- loncom/homework/rankresponse.pm 2004/04/07 19:31:06 1.33 +++ loncom/homework/rankresponse.pm 2004/05/27 04:32:19 1.34 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # rank style response # -# $Id: rankresponse.pm,v 1.33 2004/04/07 19:31:06 sakharuk Exp $ +# $Id: rankresponse.pm,v 1.34 2004/05/27 04:32:19 albertel Exp $ # Copyright Michigan State University Board of Trustees # # This file is part of the LearningOnline Network with CAPA (LON-CAPA). @@ -89,7 +89,7 @@ sub start_foilgroup { my $result; %Apache::response::foilgroup=(); $Apache::rankresponse::conceptgroup=0; - &Apache::response::setrandomnumber(); + &Apache::response::pushrandomnumber(); return $result; } @@ -118,6 +118,7 @@ sub end_foilgroup { } elsif ($target eq 'edit') { $result=&Apache::edit::end_table(); } + &Apache::response::poprandomnumber(); return $result; }