[system] / trunk / webwork-modperl / conf / snippets / screenSetHeader.pg Repository:
ViewVC logotype

View of /trunk/webwork-modperl/conf/snippets/screenSetHeader.pg

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1187 - (download) (annotate)
Tue Jun 17 19:59:59 2003 UTC (9 years, 11 months ago) by gage
File size: 863 byte(s)
Removed an error in this file that caused the message
"Answer evaluators must be subroutines."

This is the default set header file if none is specified.

--Mike

    1 DOCUMENT();
    2 
    3 # Load whatever macros you need for the problem
    4 loadMacros("PG.pl",
    5            "PGbasicmacros.pl",
    6            "PGchoicemacros.pl",
    7            "PGanswermacros.pl",
    8            "PGauxiliaryFunctions.pl",
    9            "PGgraphmacros.pl",
   10           );
   11 
   12 ## Do NOT show partial correct answers
   13 $showPartialCorrectAnswers = 0;
   14 
   15 BEGIN_TEXT
   16 $BR
   17 
   18 Give 4 or 5  significant digits for (floating point) numerical answers.For most
   19 problems when entering numerical answers, you can if you wish enter elementary
   20 expressions such as 2^3 instead of 8, sin(3pi/2) instead of -1, e^(ln(2))
   21 instead of 2, (2+tan(3))*(4-sin(5))^6-7/8 instead of 27620.3413, etc. Here's
   22 the
   23 \{ htmlLink(qq!http://webwork.math.rochester.edu/webwork_system_html/docs/docs/pglanguage/availablefunctions.html!,"list of the functions") \}
   24 which WeBWorK understands.
   25 
   26 $PAR
   27 END_TEXT
   28 
   29 ENDDOCUMENT();

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9