[system] / trunk / webwork2 / conf / snippets / setHeader.pg Repository:
ViewVC logotype

View of /trunk/webwork2/conf/snippets/setHeader.pg

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1350 - (download) (annotate)
Fri Jul 11 15:04:16 2003 UTC (9 years, 11 months ago) by gage
File size: 2028 byte(s)
Cosmetic fix

    1 
    2 
    3 DOCUMENT();
    4 
    5 loadMacros(
    6   "PG.pl",
    7   "PGbasicmacros.pl",
    8   "PGchoicemacros.pl",
    9   "PGanswermacros.pl"
   10 );
   11 
   12 TEXT($BEGIN_ONE_COLUMN);
   13 
   14 TEXT(MODES(TeX =>EV3(<<'EOT'),HTML=>"",Latex2HTML=>""));
   15 \noindent {\large \bf $studentName}
   16 \hfill
   17 \noindent {\large \bf MTH 143  $sectionNumber   Spring 2003}
   18 \par
   19 
   20 EOT
   21 
   22 BEGIN_TEXT
   23 
   24 $BBOLD WeBWorK  assignment number  $setNumber  is due :  $formattedDueDate. $EBOLD
   25 
   26 $PAR
   27 (This is early Friday morning, so it needs to be done THURSDAY night!)
   28 Remember to get this done early!
   29 $PAR
   30 The \{ htmlLink(qq!http://www.math.rochester.edu/courses/143/home/!,"home page") \}
   31 for the course contains the syllabus, grading policy, and other information.
   32 $PAR
   33 END_TEXT
   34 
   35 ##################
   36 # EDIT BELOW HERE
   37 ##################
   38 BEGIN_TEXT
   39 $PAR
   40 
   41 
   42 
   43 $PAR
   44 END_TEXT
   45 ##################
   46 # EDIT ABOVE HERE
   47 ##################
   48 BEGIN_TEXT
   49 The primary purpose of WeBWorK is to let you know that you are getting the correct answer or to alert
   50 you if you are making some kind of mistake. Usually you can attempt a problem as many times as you want before
   51 the due date.  However, if you are having trouble figuring out your error, you should
   52 consult the book, or ask a fellow student, one of the TA's or
   53 your professor for help.  Don't spend a lot of time guessing -- it's not very efficient or effective.
   54 $PAR
   55 Give 4 or 5  significant digits for (floating point) numerical answers.
   56 For most problems when entering numerical answers, you can if you wish
   57 enter elementary expressions such as \( 2\wedge3 \) instead of 8, \( sin(3*pi/2) \)instead
   58 of -1, \( e\wedge (ln(2)) \) instead of 2,
   59 \( (2+tan(3))*(4-sin(5))\wedge6-7/8 \) instead of 27620.3413, etc.
   60  Here's the
   61 \{ htmlLink(qq!http://webwork.math.rochester.edu/docs/docs/pglanguage/availableFunctions.html!,"list of the functions") \}
   62  which WeBWorK understands.
   63 $PAR
   64 You can use the Feedback button on each problem
   65 page to send e-mail to the professors.
   66 
   67 
   68 $END_ONE_COLUMN
   69 END_TEXT
   70 
   71 ENDDOCUMENT();        # This should be the last executable line in the problem.
   72 
   73 

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9