Skip to content

Commit 2d11be7

Browse files
authored
Merge pull request #2898 from drgrice1/bugfix/jitar-set-import
Fix importing of JITAR sets.
2 parents 62a8a67 + 2e2b584 commit 2d11be7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/WeBWorK/File/SetDef.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ sub importSetsFromDef ($ce, $db, $setDefFiles, $existingSets = undef, $assign =
197197
showMeAnother => $rh_problem->{showMeAnother},
198198
showHintsAfter => $rh_problem->{showHintsAfter},
199199
prPeriod => $rh_problem->{prPeriod},
200-
attToOpenChildren => $rh_problem->{attToOpenChildren},
201-
countsParentGrade => $rh_problem->{countsParentGrade}
200+
attToOpenChildren => $rh_problem->{att_to_open_children},
201+
countsParentGrade => $rh_problem->{counts_parent_grade}
202202
);
203203
}
204204

0 commit comments

Comments
 (0)