| 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: webwork2/lib/WeBWorK/URLPath.pm,v 1.19 2004/10/11 23:11:40 sh002i Exp $ |
4 | # $CVSHeader: webwork2/lib/WeBWorK/URLPath.pm,v 1.20 2004/10/12 20:27:35 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. |
| … | |
… | |
| 85 | instructor_set_progress /$courseID/instructor/StudentProgress/set/$setID/ |
85 | instructor_set_progress /$courseID/instructor/StudentProgress/set/$setID/ |
| 86 | instructor_user_progress /$courseID/instructor/StudentProgress/student/$userID/ |
86 | instructor_user_progress /$courseID/instructor/StudentProgress/student/$userID/ |
| 87 | |
87 | |
| 88 | problem_list /$courseID/$setID/ |
88 | problem_list /$courseID/$setID/ |
| 89 | problem_detail /$courseID/$setID/$problemID/ |
89 | problem_detail /$courseID/$setID/$problemID/ |
| 90 | |
90 | |
| 91 | =cut |
91 | =cut |
| 92 | |
92 | |
| 93 | ################################################################################ |
93 | ################################################################################ |
| 94 | # tree of path types |
94 | # tree of path types |
| 95 | ################################################################################ |
95 | ################################################################################ |