| 1 | #!perl |
1 | #!perl |
| 2 | ################################################################################ |
2 | ################################################################################ |
| 3 | # WeBWorK Online Homework Delivery System |
3 | # WeBWorK Online Homework Delivery System |
| 4 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
4 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
| 5 | # $CVSHeader: webwork2/conf/global.conf.dist,v 1.99 2004/08/28 01:30:03 sh002i Exp $ |
5 | # $CVSHeader: webwork2/conf/global.conf.dist,v 1.100 2004/09/02 22:30:34 sh002i Exp $ |
| 6 | # |
6 | # |
| 7 | # This program is free software; you can redistribute it and/or modify it under |
7 | # This program is free software; you can redistribute it and/or modify it under |
| 8 | # the terms of either: (a) the GNU General Public License as published by the |
8 | # the terms of either: (a) the GNU General Public License as published by the |
| 9 | # Free Software Foundation; either version 2, or (at your option) any later |
9 | # Free Software Foundation; either version 2, or (at your option) any later |
| 10 | # version, or (b) the "Artistic License" which comes with this package. |
10 | # version, or (b) the "Artistic License" which comes with this package. |
| … | |
… | |
| 404 | |
404 | |
| 405 | become_student => $professor, |
405 | become_student => $professor, |
| 406 | access_instructor_tools => $ta, |
406 | access_instructor_tools => $ta, |
| 407 | score_sets => $professor, |
407 | score_sets => $professor, |
| 408 | send_mail => $professor, |
408 | send_mail => $professor, |
|
|
409 | receive_feedback => $ta, |
| 409 | |
410 | |
| 410 | create_and_delete_problem_sets => $professor, |
411 | create_and_delete_problem_sets => $professor, |
| 411 | assign_problem_sets => $professor, |
412 | assign_problem_sets => $professor, |
| 412 | modify_problem_sets => $professor, |
413 | modify_problem_sets => $professor, |
| 413 | modify_student_data => $professor, |
414 | modify_student_data => $professor, |