Diff for /loncom/interface/lonnavmaps.pm between versions 1.219.2.1 and 1.219.2.1.2.1

version 1.219.2.1, 2003/08/21 18:29:54 version 1.219.2.1.2.1, 2003/09/23 22:42:26
Line 3902  sub status { Line 3902  sub status {
     if ($completionStatus == NETWORK_FAILURE) { return NETWORK_FAILURE; }      if ($completionStatus == NETWORK_FAILURE) { return NETWORK_FAILURE; }
   
     my $suppressFeedback = lc($self->parmval("problemstatus", $part)) eq 'no';      my $suppressFeedback = lc($self->parmval("problemstatus", $part)) eq 'no';
       # If there's an answer date and we're past it, don't
       # suppress the feedback; student should know
       if ($self->answerdate($part) && $self->answerdate($part) < time()) {
    $suppressFeedback = 0;
       }
   
     # There are a few whole rows we can dispose of:      # There are a few whole rows we can dispose of:
     if ($completionStatus == CORRECT ||      if ($completionStatus == CORRECT ||

Removed from v.1.219.2.1  
changed lines
  Added in v.1.219.2.1.2.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>