Hi Christian,
It's in lib/WeBWorK/ContentGenerator/ProblemSets.pm, lines 248--259. If you reverse @nonGWsets and @gwSets in line 259, so that it reads
@sets = (@gwSets, @nonGWsets);
instead of
@sets = (@nonGWsets, @gwSets);
That should resolve the issue.
Gavin
WeBWorK Main Forum
Which source code file must modify to make exams appear ABOVE homeworks in the list?
This forum has a limit to the number of forum postings you can make in a given time period - this is currently set at 10 posting(s) in 1 day