Skip to content

Commit 1788a40

Browse files
committed
Fix bug 4649
1 parent cf72c77 commit 1788a40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $showPartialCorrectAnswers = 1;
4444
Context("Numeric");
4545
#Context("Fraction-NoDecimals");
4646
Context()->strings->remove("NONE");
47-
Context()->strings->add("NO"=>{},"N"=>{alias=>"no"},"NONE"=>{alias=>"no"});
47+
Context()->strings->add("NO"=>{},"N"=>{alias=>"NO"},"NONE"=>{alias=>"NO"});
4848

4949
$a = random(2,9,1);
5050
$b = random(2,9,1);
@@ -65,7 +65,7 @@ $BR
6565
END_TEXT
6666
Context()->normalStrings;
6767

68-
ANS(Compute("no")->cmp() );
68+
ANS(Compute("NO")->cmp() );
6969

7070

7171
;

0 commit comments

Comments
 (0)