Skip to content

Commit da48052

Browse files
committed
Fix bug 4654
1 parent de75e81 commit da48052

File tree

1 file changed

+1
-1
lines changed
  • OpenProblemLibrary/ASU-topics/setTrigEquations

1 file changed

+1
-1
lines changed

OpenProblemLibrary/ASU-topics/setTrigEquations/p8.pg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ install_problem_grader(~~&std_problem_grader);
2828
TEXT(beginproblem());
2929
$showPartialCorrectAnswers = 0;
3030
$pi = 4*atan2(1,1);
31-
@values =('{\sqrt(3)}','-{\sqrt(3)}','\frac{1}{\sqrt(3)}','-\frac{1}{\sqrt(3)}','1','-1');
31+
@values =('{\sqrt{3}}','-{\sqrt{3}}','\frac{1}{\sqrt{3}}','-\frac{1}{\sqrt{3}}','1','-1');
3232
$tag1 = random(0,5,1);
3333
$tag2 = random(0,5,1);
3434
while ($tag2 == $tag1) {$tag2 = random(0,5,1);}

0 commit comments

Comments
 (0)