From: Mike G. v. a. <we...@ma...> - 2009-10-29 01:47:42
|
Log Message: ----------- can use \{helpFiles("syntax")\} to display a help page for entering answers into WeBWorK. Tags: ---- rel-2-4-patches Modified Files: -------------- pg/macros: PGbasicmacros.pl Revision Data ------------- Index: PGbasicmacros.pl =================================================================== RCS file: /webwork/cvs/system/pg/macros/PGbasicmacros.pl,v retrieving revision 1.47.2.2.2.8 retrieving revision 1.47.2.2.2.9 diff -Lmacros/PGbasicmacros.pl -Lmacros/PGbasicmacros.pl -u -r1.47.2.2.2.8 -r1.47.2.2.2.9 --- macros/PGbasicmacros.pl +++ macros/PGbasicmacros.pl @@ -1938,6 +1938,7 @@ my %typeHash = ( 'interval notation' => 'IntervalNotation.html', 'units' => 'Units.html', + 'syntax' => 'Syntax.html', ); my $infoRef = $typeHash{$type}; |