| 1 | ################################################################################ |
1 | ################################################################################ |
| 2 | # WeBWorK Online Homework Delivery System |
2 | # WeBWorK Online Homework Delivery System |
| 3 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
3 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
| 4 | # $CVSHeader: webwork-modperl/conf/snippets/setHeader.pg,v 1.4 2004/02/12 14:33:07 gage Exp $ |
4 | # $CVSHeader: webwork-modperl/conf/snippets/setHeader.pg,v 1.5 2004/03/04 04:43:44 gage Exp $ |
| 5 | # |
5 | # |
| 6 | # This program is free software; you can redistribute it and/or modify it under |
6 | # This program is free software; you can redistribute it and/or modify it under |
| 7 | # the terms of either: (a) the GNU General Public License as published by the |
7 | # the terms of either: (a) the GNU General Public License as published by the |
| 8 | # Free Software Foundation; either version 2, or (at your option) any later |
8 | # Free Software Foundation; either version 2, or (at your option) any later |
| 9 | # version, or (b) the "Artistic License" which comes with this package. |
9 | # version, or (b) the "Artistic License" which comes with this package. |
| … | |
… | |
| 14 | # Artistic License for more details. |
14 | # Artistic License for more details. |
| 15 | ################################################################################ |
15 | ################################################################################ |
| 16 | |
16 | |
| 17 | DOCUMENT(); |
17 | DOCUMENT(); |
| 18 | |
18 | |
| 19 | # Load whatever macros you need for the problem |
19 | loadMacros( |
| 20 | loadMacros("PG.pl", |
20 | "PG.pl", |
| 21 | "PGbasicmacros.pl", |
21 | "PGbasicmacros.pl", |
| 22 | "PGchoicemacros.pl", |
22 | |
| 23 | "PGanswermacros.pl", |
23 | ); |
| 24 | "PGauxiliaryFunctions.pl", |
|
|
| 25 | "PGgraphmacros.pl", |
|
|
| 26 | ); |
|
|
| 27 | |
|
|
| 28 | ## Do NOT show partial correct answers |
|
|
| 29 | $showPartialCorrectAnswers = 0; |
|
|
| 30 | |
24 | |
|
|
25 | TEXT($BEGIN_ONE_COLUMN); |
| 31 | |
26 | |
|
|
27 | TEXT(MODES(TeX =>EV3(<<'EOT'),HTML=>"",Latex2HTML=>"")); |
|
|
28 | \noindent {\large \bf $studentName} |
|
|
29 | \hfill |
|
|
30 | \noindent {\large \bf MTH 161 $sectionNumber Fall 2003} |
|
|
31 | \par |
|
|
32 | |
|
|
33 | EOT |
| 32 | |
34 | |
| 33 | BEGIN_TEXT |
35 | BEGIN_TEXT |
| 34 | $HR |
|
|
| 35 | This file is snippets/setHeader.pg. You can use this as a template for creating your |
|
|
| 36 | own comment files for each set. Copy this file into your templates directory and assign |
|
|
| 37 | the copy as the setHeader file for a particular set. You will be able to edit the copy. |
|
|
| 38 | $HR |
|
|
| 39 | END_TEXT |
|
|
| 40 | BEGIN_TEXT |
|
|
| 41 | |
36 | |
|
|
37 | $BBOLD WeBWorK assignment number $setNumber is due : $formattedDueDate. $EBOLD |
| 42 | |
38 | |
| 43 | Give 4 or 5 significant digits for (floating point) numerical answers. |
39 | $PAR |
| 44 | For most problems when entering numerical answers, you can if you wish |
40 | (This is early Monday morning, so it needs to be done SUNDAY night!) |
| 45 | enter elementary expressions such as \( 2\wedge3 \) instead of 8, \( sin(3*pi/2) |
41 | Remember to get this done early! |
| 46 | \)instead |
42 | $PAR |
| 47 | of -1, \( e\wedge (ln(2)) \) instead of 2, |
43 | The \{ htmlLink(qq!http://www.math.rochester.edu/courses/161/home/!,"home page") \} |
| 48 | \( (2+tan(3))*(4-sin(5))\wedge6-7/8 \) instead of 27620.3413, etc. |
44 | for the course contains the syllabus, grading policy, and other information. |
| 49 | |
|
|
| 50 | Here's the |
|
|
| 51 | \{ |
|
|
| 52 | htmlLink(qq!http://webwork.math.rochester.edu/webwork_system_html/docs/docs/pglanguage/availablefunctions.html!,"list of the functions") \} |
|
|
| 53 | which WeBWorK understands. |
|
|
| 54 | |
|
|
| 55 | $PAR |
45 | $PAR |
| 56 | END_TEXT |
46 | END_TEXT |
| 57 | |
47 | |
| 58 | ENDDOCUMENT(); |
48 | ################## |
|
|
49 | # EDIT BELOW HERE |
|
|
50 | ################## |
|
|
51 | BEGIN_TEXT |
|
|
52 | $HR |
|
|
53 | $PAR |
|
|
54 | This file is /conf/snippets/setHeader.pg you can use it as |
|
|
55 | a model for creating files which introduce each problem set. |
|
|
56 | $PAR |
|
|
57 | $HR |
|
|
58 | END_TEXT |
|
|
59 | ################## |
|
|
60 | # EDIT ABOVE HERE |
|
|
61 | ################## |
|
|
62 | BEGIN_TEXT |
|
|
63 | The primary purpose of WeBWorK is to let you know that you are getting the correct answer or to alert |
|
|
64 | you if you are making some kind of mistake. Usually you can attempt a problem as many times as you want before |
|
|
65 | the due date. However, if you are having trouble figuring out your error, you should |
|
|
66 | consult the book, or ask a fellow student, one of the TA's or |
|
|
67 | your professor for help. Don't spend a lot of time guessing -- it's not very efficient or effective. |
|
|
68 | $PAR |
|
|
69 | Give 4 or 5 significant digits for (floating point) numerical answers. |
|
|
70 | For most problems when entering numerical answers, you can if you wish |
|
|
71 | enter elementary expressions such as \( 2\wedge3 \) instead of 8, \( sin(3*pi/2) \)instead |
|
|
72 | of -1, \( e\wedge (ln(2)) \) instead of 2, |
|
|
73 | \( (2+tan(3))*(4-sin(5))\wedge6-7/8 \) instead of 27620.3413, etc. |
|
|
74 | Here's the |
|
|
75 | \{ htmlLink(qq!http://webwork.math.rochester.edu/docs/docs/pglanguage/availableFunctions.html!,"list of the functions") \} |
|
|
76 | which WeBWorK understands. |
|
|
77 | $PAR |
|
|
78 | You can use the Feedback button on each problem |
|
|
79 | page to send e-mail to the professors. |
|
|
80 | |
|
|
81 | |
|
|
82 | $END_ONE_COLUMN |
|
|
83 | END_TEXT |
|
|
84 | |
|
|
85 | ENDDOCUMENT(); # This should be the last executable line in the problem. |