We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93043a3 + a0bc7ca commit e6aa778Copy full SHA for e6aa778
lib/Value/AnswerChecker.pm
@@ -170,7 +170,7 @@ sub cmp_parse {
170
/reduced/i and do {
171
my $oldFlags = contextSet($context, reduceConstants => 1, reduceConstantFunctions => 0);
172
$ans->{student_ans} = preformat($ans->{student_formula}->substitute()->string);
173
- contextSet($context, %{$oldFags});
+ contextSet($context, %{$oldFlags});
174
last;
175
};
176
warn "Unknown student answer format |$ans->{formatStudentAnswer}|";
0 commit comments