Diff for /loncom/homework/hint.pm between versions 1.21 and 1.25

version 1.21, 2001/12/04 15:17:56 version 1.25, 2002/01/24 04:18:54
Line 32  use strict; Line 32  use strict;
 use Apache::lonnet;  use Apache::lonnet;
 use capa;  use capa;
   
 sub BEGIN {  BEGIN {
   &Apache::lonxml::register('Apache::hinttags',('hintgroup','hintpart','numericalhint'));    &Apache::lonxml::register('Apache::hinttags',('hintgroup','hintpart','numericalhint'));
 }  }
   
Line 58  sub start_hintgroup { Line 58  sub start_hintgroup {
     if ($skiptoend) {      if ($skiptoend) {
       &Apache::lonxml::get_all_text("/hintgroup",$$parser[$#$parser]);        &Apache::lonxml::get_all_text("/hintgroup",$$parser[$#$parser]);
     }      }
     } elsif ($target eq 'tex') {
       $result .= '\noindent{\it Hint: }'; 
   }    }
   @Apache::hint::which=();    @Apache::hint::which=();
   return $result;    return $result;

Removed from v.1.21  
changed lines
  Added in v.1.25


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