Skip to content

Commit 731cf03

Browse files
committed
Fix bug 4673
1 parent 1e4a78e commit 731cf03

File tree

1 file changed

+1
-1
lines changed
  • OpenProblemLibrary/Mizzou/College_Algebra/Rational_and_Radical_Exponents_Simplifying_Radicals

1 file changed

+1
-1
lines changed

OpenProblemLibrary/Mizzou/College_Algebra/Rational_and_Radical_Exponents_Simplifying_Radicals/AbsValue1.pg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ LimitedPowers::OnlyPositiveIntegers();
7070

7171

7272
$ans = Compute(" $a |$var| ");
73+
$ans->{test_at}=[[-3],[-2],[-1],[0],[1],[2],[3]];
7374

7475
##############################################################
7576
Context()->texStrings;
@@ -90,7 +91,6 @@ $showPartialCorrectAnswers = 1;
9091

9192
ANS($ans->cmp(
9293
#limits=>[-1,1],
93-
test_points=>[-3,-2,-1,0,1,2,3],
9494
checker=>sub{
9595
my ($correct,$student,$ans) = @_;
9696
if ($correct == $student) {

0 commit comments

Comments
 (0)