Diff for /loncom/homework/radiobuttonresponse.pm between versions 1.51 and 1.52

version 1.51, 2002/09/26 20:45:00 version 1.52, 2002/09/26 21:40:24
Line 450  sub start_foil { Line 450  sub start_foil {
      $safeeval,'-3');       $safeeval,'-3');
     if ($randomize eq 'yes') {      if ($randomize eq 'yes') {
       $result.=&Apache::edit::select_arg('Location:','location',        $result.=&Apache::edit::select_arg('Location:','location',
  ['random','bottom','top'],$token);   ['random','top','bottom'],$token);
     }      }
     $result.=&Apache::edit::end_row().&Apache::edit::start_spanning_row();      $result.=&Apache::edit::end_row().&Apache::edit::start_spanning_row();
   } elsif ($target eq 'modified') {    } elsif ($target eq 'modified') {

Removed from v.1.51  
changed lines
  Added in v.1.52


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