[npl] / trunk / NationalProblemLibrary / Dartmouth / setStewartCh10S2 / problem_4.pg Repository:
ViewVC logotype

View of /trunk/NationalProblemLibrary/Dartmouth/setStewartCh10S2/problem_4.pg

Parent Directory Parent Directory | Revision Log Revision Log


Revision 134 - (download) (annotate)
Wed Mar 22 22:31:23 2006 UTC (7 years, 1 month ago) by jj
File size: 615 byte(s)
Import of new files.

    1 ## -*- perl -*- ##
    2 ## Line above puts emacs in perl mode
    3 ##
    4 ## Description
    5 ##   This is a generic problem template
    6 ## EndDescription
    7 
    8 DOCUMENT();
    9 loadMacros("PG.pl",
   10            "PGbasicmacros.pl",
   11            "PGchoicemacros.pl",
   12            "PGanswermacros.pl",
   13            "PGauxiliaryFunctions.pl",
   14            "PGgraphmacros.pl",
   15            "Dartmouthmacros.pl");
   16 
   17 
   18 ## Do NOT show partial correct answers
   19 $showPartialCorrectAnswers = 0;
   20 
   21 ## Lots of set up goes here
   22 
   23 
   24 ## Ok, we are ready to begin the problem...
   25 ##
   26 TEXT(beginproblem());
   27 
   28 
   29 BEGIN_TEXT
   30 $BR
   31 Hi, I'm a place holder
   32 
   33 $PAR
   34 END_TEXT
   35 
   36 ENDDOCUMENT();
   37 
   38 
   39 
   40 

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9