Diff for /loncom/homework/response.pm between versions 1.185 and 1.187

version 1.185, 2007/11/13 22:21:46 version 1.187, 2008/02/01 22:05:45
Line 454  sub end_customresponse { Line 454  sub end_customresponse {
  &Apache::lonxml::increment_counter(&Apache::response::repetition(),   &Apache::lonxml::increment_counter(&Apache::response::repetition(),
    "$part.$id");     "$part.$id");
  if ($target eq 'analyze') {   if ($target eq 'analyze') {
               $Apache::lonhomework::analyze{"$part.$id.type"} = 'customresponse';
     &Apache::lonhomework::set_bubble_lines();      &Apache::lonhomework::set_bubble_lines();
  }   }
     }      }
Line 675  sub start_responseparam { Line 676  sub start_responseparam {
  $Apache::lonnet::packagetab{"$tag&$name&display"};   $Apache::lonnet::packagetab{"$tag&$name&display"};
     $token->[2]->{'default'}=      $token->[2]->{'default'}=
  $Apache::lonnet::packagetab{"$tag&$name&default"};   $Apache::lonnet::packagetab{"$tag&$name&default"};
               $token->[3] = ['name','type','description','default'];
     $constructtag=1;      $constructtag=1;
  }   }
  if ($constructtag) {   if ($constructtag) {

Removed from v.1.185  
changed lines
  Added in v.1.187


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