--- trunk/webwork2/conf/global.conf.dist 2004/06/23 20:45:01 2375 +++ trunk/webwork2/conf/global.conf.dist 2004/06/23 21:04:17 2376 @@ -2,7 +2,7 @@ ################################################################################ # WeBWorK Online Homework Delivery System # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ -# $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.74 2004/06/15 14:55:04 sh002i Exp $ +# $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.75 2004/06/16 02:13:44 gage Exp $ # # This program is free software; you can redistribute it and/or modify it under # the terms of either: (a) the GNU General Public License as published by the @@ -231,6 +231,10 @@ my $professor = 10; %permissionLevels = ( report_bugs => 0, + view_multiple_sets => $ta, + view_unopened_sets => $ta, + view_unpublished_sets => $ta, + view_answers => $ta, become_student => $professor, access_instructor_tools => $ta, create_and_delete_problem_sets => $professor, @@ -238,7 +242,7 @@ assign_problem_sets => $professor, modify_student_data => $professor, score_sets => $professor, - send_mail => $professor, + send_mail => $professor, modify_classlist_files => $professor, modify_set_def_files => $professor, modify_scoring_files => $professor,