Skip to content

Commit 5bd9693

Browse files
committed
Fix bug 5680
1 parent f6a75ab commit 5bd9693

File tree

1 file changed

+3
-1
lines changed
  • OpenProblemLibrary/Hope/Multi1/03-01-Vector-spaces

1 file changed

+3
-1
lines changed

OpenProblemLibrary/Hope/Multi1/03-01-Vector-spaces/Axioms_01.pg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
## Date(July 2013)
1111
## Institution(Hope College)
1212
## Author(Paul Pearson)
13+
## MO(1)
14+
## Static(1)
1315
## Level(6)
1416
## KEYWORDS('linear algebra','matrix','multiplication')
1517

@@ -94,7 +96,7 @@ Context()->normalStrings;
9496

9597
install_problem_grader(~~&std_problem_grader);
9698

97-
ANS(List(7,10)->cmp);
99+
ANS(List(6,7,10)->cmp);
98100
ANS( essay_cmp() );
99101

100102
COMMENT('Uses essay grading.');

0 commit comments

Comments
 (0)