| 1 | ################################################################################ |
1 | ################################################################################ |
| 2 | # WeBWorK Online Homework Delivery System |
2 | # WeBWorK Online Homework Delivery System |
| 3 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
3 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
| 4 | # $CVSHeader: webwork-modperl/lib/WeBWorK/URLPath.pm,v 1.5 2004/03/15 20:17:14 sh002i Exp $ |
4 | # $CVSHeader: webwork-modperl/lib/WeBWorK/URLPath.pm,v 1.7 2004/03/15 22:29:54 sh002i Exp $ |
| 5 | # |
5 | # |
| 6 | # This program is free software; you can redistribute it and/or modify it under |
6 | # This program is free software; you can redistribute it and/or modify it under |
| 7 | # the terms of either: (a) the GNU General Public License as published by the |
7 | # the terms of either: (a) the GNU General Public License as published by the |
| 8 | # Free Software Foundation; either version 2, or (at your option) any later |
8 | # Free Software Foundation; either version 2, or (at your option) any later |
| 9 | # version, or (b) the "Artistic License" which comes with this package. |
9 | # version, or (b) the "Artistic License" which comes with this package. |
| … | |
… | |
| 304 | parent => 'instructor_tools', |
304 | parent => 'instructor_tools', |
| 305 | kids => [ qw/instructor_problem_editor_withset/ ], |
305 | kids => [ qw/instructor_problem_editor_withset/ ], |
| 306 | match => qr|^pgProblemEditor/|, |
306 | match => qr|^pgProblemEditor/|, |
| 307 | capture => [ qw// ], |
307 | capture => [ qw// ], |
| 308 | produce => 'pgProblemEditor/', |
308 | produce => 'pgProblemEditor/', |
| 309 | display => '', |
309 | display => 'WeBWorK::ContentGenerator::Instructor::PGProblemEditor', |
| 310 | }, |
310 | }, |
| 311 | instructor_problem_editor_withset => { |
311 | instructor_problem_editor_withset => { |
| 312 | name => 'Problem Editor', |
312 | name => 'Problem Editor', |
| 313 | parent => 'instructor_problem_editor', |
313 | parent => 'instructor_problem_editor', |
| 314 | kids => [ qw/instructor_problem_editor_withset_withproblem/ ], |
314 | kids => [ qw/instructor_problem_editor_withset_withproblem/ ], |