| 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.104 2004/09/11 06:15:14 sh002i Exp $ |
5 | # $CVSHeader: webwork2/conf/global.conf.dist,v 1.105 2004/09/27 17:16:14 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. |
| … | |
… | |
| 407 | my $professor = 10; |
407 | my $professor = 10; |
| 408 | my $nobody = undef; |
408 | my $nobody = undef; |
| 409 | |
409 | |
| 410 | %permissionLevels = ( |
410 | %permissionLevels = ( |
| 411 | report_bugs => $student, |
411 | report_bugs => $student, |
|
|
412 | submit_feedback => $student, |
|
|
413 | change_password => $student, |
|
|
414 | change_email_address => $student, |
| 412 | |
415 | |
| 413 | view_multiple_sets => $ta, |
416 | view_multiple_sets => $ta, |
| 414 | view_unopened_sets => $ta, |
417 | view_unopened_sets => $ta, |
| 415 | view_unpublished_sets => $ta, |
418 | view_unpublished_sets => $ta, |
| 416 | view_answers => $ta, |
419 | view_answers => $ta, |