Diff for /loncom/homework/caparesponse/caparesponse.pm between versions 1.192 and 1.193

version 1.192, 2006/06/19 16:16:21 version 1.193, 2006/07/03 14:21:45
Line 249  sub check_submission { Line 249  sub check_submission {
     }      }
           
     if ($tag eq 'formularesponse') {      if ($tag eq 'formularesponse') {
  if ($$args_ref{'samples'}) {  # if ($$args_ref{'samples'}) {
     $$args_ref{'type'}='fml';      $$args_ref{'type'}='fml';
  } else {  # } else {
     $$args_ref{'type'}='math';  #    $$args_ref{'type'}='math';
  }  # }
     } elsif ($tag eq 'numericalresponse') {      } elsif ($tag eq 'numericalresponse') {
  $$args_ref{'type'}='float';   $$args_ref{'type'}='float';
     }      }

Removed from v.1.192  
changed lines
  Added in v.1.193


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