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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1100 - (view) (download)

1 : sh002i 1100 ##Problem set header for WW_Prob_Lib1 Summer 2000
2 :    
3 :     DOCUMENT(); # This should be the first executable line in the problem.
4 :    
5 :     loadMacros("PG.pl",
6 :     "PGbasicmacros.pl"
7 :     );
8 :    
9 :    
10 :     $dateTime = $formattedDueDate;
11 :     $sectionNumber = protect_underbar($sectionNumber);
12 :     $setNumber = protect_underbar($setNumber);
13 :     $course = protect_underbar(WW_Prob_Lib1);
14 :    
15 :     BEGIN_TEXT
16 :     $BEGIN_ONE_COLUMN
17 :    
18 :     \noindent {\large \bf $studentName}
19 :     \hfill
20 :     \noindent {\large \bf $course $sectionNumber Summer 2000}
21 :     \par
22 :     \noindent Sample WeBWorK problems. \hfill WeBWorK assignment $setNumber due $dateTime.
23 :    
24 :     $END_ONE_COLUMN
25 :     END_TEXT
26 :    
27 :     ENDDOCUMENT(); # This should be the last executable line in the problem.
28 :    

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9