Diff for /loncom/homework/inputtags.pm between versions 1.80 and 1.81

version 1.80, 2003/01/24 19:49:48 version 1.81, 2003/01/24 22:02:45
Line 299  sub decideoutput { Line 299  sub decideoutput {
     $message = "This question expects a numeric answer";      $message = "This question expects a numeric answer";
     $button=1;      $button=1;
   } elsif ($award eq 'MISORDERED_RANK') {    } elsif ($award eq 'MISORDERED_RANK') {
     $message = 'You have provided an invalid ranking, look '.      $message = 'You have provided an invalid ranking, please refer to '.
     '<a href="/adm/pages/misordered_rank.html">here</a> for more information.';       &Apache::loncommon::help_open_topic('Ranking_Problems','help on ranking problems').'.';
     $button=1;      $button=1;
   } elsif ($award eq 'INVALID_FILETYPE') {    } elsif ($award eq 'INVALID_FILETYPE') {
     $message = 'The filetype extension of the file you uploaded is not allowed.';      $message = 'The filetype extension of the file you uploaded is not allowed.';

Removed from v.1.80  
changed lines
  Added in v.1.81


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