--- loncom/homework/rankresponse.pm 2004/02/09 19:38:00 1.28 +++ loncom/homework/rankresponse.pm 2004/02/10 17:01:20 1.29 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # rank style response # -# $Id: rankresponse.pm,v 1.28 2004/02/09 19:38:00 albertel Exp $ +# $Id: rankresponse.pm,v 1.29 2004/02/10 17:01:20 albertel Exp $ # Copyright Michigan State University Board of Trustees # # This file is part of the LearningOnline Network with CAPA (LON-CAPA). @@ -256,7 +256,7 @@ sub displayfoils { } } else { my $i = 0; - my $temp=0; + my $temp=1; my $id=$Apache::inputtags::response[-1]; my $part=$Apache::inputtags::part; my $lastresponse=$Apache::lonhomework::history{"resource.$part.$id.submission"};