--- loncom/homework/inputtags.pm 2011/07/26 17:14:51 1.293 +++ loncom/homework/inputtags.pm 2011/10/08 19:12:19 1.294 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.293 2011/07/26 17:14:51 raeburn Exp $ +# $Id: inputtags.pm,v 1.294 2011/10/08 19:12:19 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1580,7 +1580,7 @@ sub previous_tries { {$1 $txt_correct. $3}s; } my $trystr = "(".&mt('Try [_1]',$Apache::lonhomework::history{"$prefix.tries"}).")"; - if ($curr_rndseed || $lastrndseed) { + if (($curr_rndseed || $lastrndseed) && ($i > 1)) { if ($curr_rndseed ne $lastrndseed) { $trystr .= '
'.&mt('New problem variation this try.').''; }