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

Annotation of /trunk/webwork-modperl/conf/snippets/setHeader.pg

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4373 - (view) (download)

1 : gage 1349 DOCUMENT();
2 :    
3 : gage 1966 loadMacros(
4 :     "PG.pl",
5 :     "PGbasicmacros.pl",
6 :    
7 :     );
8 : gage 1349
9 : gage 2182
10 :     ####################################################
11 :     #
12 :     # The item below printed out only when a hardcopy is made.
13 :     #
14 :     ####################################################
15 :    
16 : gage 1966 TEXT($BEGIN_ONE_COLUMN);
17 : gage 1349
18 : gage 2182 TEXT(MODES(TeX =>EV3(<<'END_TEXT'),HTML=>""));
19 :    
20 : gage 1966 \noindent {\large \bf $studentName}
21 :     \hfill
22 : gage 2182 \noindent {\large \bf \{protect_underbar($courseName)\}
23 : apizer 4360 $sectionNumber }
24 : gage 1966 \par
25 : gage 1349
26 : gage 2182 END_TEXT
27 : gage 1966
28 : gage 2182 ##########################################################
29 :     #
30 :     # Items printed both to the screen when a hardcopy is made.
31 :     #
32 :     # You can insert a url pointing to your course's home page
33 :     # a few lines below. Remove the comment (#) symbol from the line
34 :     # to make it active.
35 :     #
36 :     ##########################################################
37 :    
38 : gage 1349 BEGIN_TEXT
39 : gage 1966
40 : jj 2271 $BBOLD WeBWorK assignment number \{ protect_underbar($setNumber) \} is due : $formattedDueDate. $EBOLD
41 : gage 1966
42 :     $PAR
43 : gage 1968
44 : gage 1966 $PAR
45 : gage 1968 The
46 : gage 2182 $BR
47 : gage 1968 \{
48 : gage 2182 htmlLink(qq!http://webwork.math.rochester.edu!,
49 :     "(* replace with url for the course home page *)")
50 : gage 1968 \}
51 : gage 2182 $BR
52 : gage 1968 for the course contains the syllabus, grading policy and other information.
53 : gage 1966 $PAR
54 :     END_TEXT
55 : gage 2182 ###########################################################
56 :     #
57 :     # This is a good place to issue instructions or give comments
58 :     # for this problem set.
59 :     #
60 :     # EDIT BELOW 'BEGIN_TEXT'
61 :     ###########################################################
62 : gage 1966 BEGIN_TEXT
63 : gage 1793 $HR
64 : gage 1966 $PAR
65 :     This file is /conf/snippets/setHeader.pg you can use it as
66 :     a model for creating files which introduce each problem set.
67 :     $PAR
68 : gage 1793 $HR
69 : gage 1349 END_TEXT
70 : gage 2182 ###########################################################
71 :     # EDIT ABOVE 'END_TEXT'
72 :     ###########################################################
73 :    
74 :     ###########################################################
75 :     #
76 :     # The item below will be printed for both the screen version and the
77 :     # hardcopy version.
78 :     #
79 :     ###########################################################
80 : gage 1349 BEGIN_TEXT
81 : gage 2182
82 : gage 1966 The primary purpose of WeBWorK is to let you know that you are getting the correct answer or to alert
83 :     you if you are making some kind of mistake. Usually you can attempt a problem as many times as you want before
84 :     the due date. However, if you are having trouble figuring out your error, you should
85 :     consult the book, or ask a fellow student, one of the TA's or
86 :     your professor for help. Don't spend a lot of time guessing -- it's not very efficient or effective.
87 :     $PAR
88 : gage 1830 Give 4 or 5 significant digits for (floating point) numerical answers.
89 :     For most problems when entering numerical answers, you can if you wish
90 : gage 1966 enter elementary expressions such as \( 2\wedge3 \) instead of 8, \( sin(3*pi/2) \)instead
91 : gage 1830 of -1, \( e\wedge (ln(2)) \) instead of 2,
92 :     \( (2+tan(3))*(4-sin(5))\wedge6-7/8 \) instead of 27620.3413, etc.
93 : gage 1966 Here's the
94 :     \{ htmlLink(qq!http://webwork.math.rochester.edu/docs/docs/pglanguage/availableFunctions.html!,"list of the functions") \}
95 :     which WeBWorK understands.
96 :     $PAR
97 :     You can use the Feedback button on each problem
98 :     page to send e-mail to the professors.
99 : gage 1830
100 : gage 1349
101 : gage 2182
102 : gage 1349 END_TEXT
103 :    
104 : gage 2182 TEXT($END_ONE_COLUMN);
105 :    
106 : jj 2271 ENDDOCUMENT(); # This should be the last executable line in the problem.

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9