Skip to content

Commit 2ceae54

Browse files
authored
Merge pull request #919 from lahvak/add_variables
Define missing pg variables
2 parents df9483f + 860dbf1 commit 2ceae54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

OpenProblemLibrary/FortLewis/Algebra/4-5-Functions-and-modeling/MCH1-4-5-01-Functions-and-modeling.pg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,15 @@ $showPartialCorrectAnswers = 1;
4343

4444
Context("Numeric");
4545
Context()->strings->remove("NONE");
46-
Context()->strings->add("NO"=>{},"N"=>{alias=>"no"},"NONE"=>{alias=>"no"});
46+
Context()->strings->add("no"=>{},"N"=>{alias=>"no"},"NONE"=>{alias=>"no"});
4747

4848

4949
$a = random(45,65,5);
5050
$b = random(50,120,1);
5151
$c = random(20,60,5);
5252
$C = 1 - $c/100;
53+
$d = randon(2,7,1);
54+
$D = random(10,20,1);
5355

5456
##############################################
5557
# Main text

0 commit comments

Comments
 (0)