Parent Directory
|
Revision Log
Revision 603 - (view) (download)
| 1 : | sh002i | 603 | 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 : | # This is where you will put the correct answers to check against | ||
| 30 : | # those submitted by the student | ||
| 31 : | ANS( answer_evalutors ); | ||
| 32 : | |||
| 33 : | ENDDOCUMENT(); |
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |