Diff for /loncom/homework/optionresponse.pm between versions 1.91 and 1.92

version 1.91, 2003/10/24 17:56:42 version 1.92, 2003/10/24 18:07:04
Line 246  sub end_foilgroup { Line 246  sub end_foilgroup {
  }   }
       }        }
     }      }
     if ($target ne 'answer') {&Apache::lonxml::increment_counter(&getfoilcounts($max));}      &Apache::lonxml::increment_counter(&getfoilcounts($max));
   } elsif ($target eq 'edit') {    } elsif ($target eq 'edit') {
     $result.=&Apache::edit::end_table();      $result.=&Apache::edit::end_table();
   }    }

Removed from v.1.91  
changed lines
  Added in v.1.92


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