Hi,
Details on entering solutions and hints are at:
PGbasicmacros.pl and then click on: hints and solutions macros
If you want the same evaluation done on the solution text as is done between BEGIN_TEXT/END_TEXT
then use this format:
SOLUTION(EV3(<<'END_SOLUTION'));
solution text goes here:
END_SOLUTION
The END_SOLUTION must be on a line by itself, with no other characters on the line.
(In fact BEGIN_TEXT is just an abbreviation for:
TEXT(EV3(<<'END_TEXT'));
See The problem text for details.
<| Post or View Comments |>
|