[system] / branches / rel-2-4-dev / webwork-modperl / conf / snippets / blankProblem2.pg Repository:
ViewVC logotype

Annotation of /branches/rel-2-4-dev/webwork-modperl/conf/snippets/blankProblem2.pg

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5289 - (view) (download)

1 : gage 5140 ##DESCRIPTION
2 :     ## Algebra problem: true or false for inequality
3 :     ##ENDDESCRIPTION
4 :    
5 :     ##KEYWORDS('algebra', 'inequality', 'fraction')
6 :    
7 :     ## DBsubject('Algebra')
8 :     ## DBchapter('Fundamentals')
9 :     ## DBsection('Real Numbers')
10 :     ## Date('6/3/2002')
11 :     ## Author('')
12 :     ## Institution('')
13 :     ## TitleText1('Precalculus')
14 :     ## EditionText1('3')
15 :     ## AuthorText1('Stewart, Redlin, Watson')
16 :     ## Section1('1.1')
17 :     ## Problem1('22')
18 :    
19 :     ########################################################################
20 :    
21 :     DOCUMENT();
22 :    
23 :     loadMacros(
24 :     "PGstandard.pl", # Standard macros for PG language
25 :     "MathObjects.pl",
26 :     #"source.pl", # allows code to be displayed on certain sites.
27 :     #"PGcourse.pl", # Customization file for the course
28 :     );
29 :    
30 :     TEXT(beginproblem());
31 :     $showPartialCorrectAnswers = 1;
32 :    
33 :     ##############################################################
34 :     #
35 :     # Setup
36 :     #
37 :     #
38 :    
39 :     ##############################################################
40 :     #
41 :     # Text
42 :     #
43 :     #
44 :    
45 :     BEGIN_TEXT
46 :    
47 :    
48 :     END_TEXT
49 :    
50 :     ##############################################################
51 :     #
52 :     # Answers
53 :     #
54 :     #
55 :    
56 :    
57 :    
58 :     ENDDOCUMENT();

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9