[system] / trunk / webwork2 / conf / global.conf.dist Repository:
ViewVC logotype

Diff of /trunk/webwork2/conf/global.conf.dist

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 2324 Revision 2325
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: webwork-modperl/conf/global.conf.dist,v 1.73 2004/06/14 22:55:05 sh002i Exp $ 5# $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.74 2004/06/15 14:55:04 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.
228# action, >=5 will allow a TA to, and >=0 will allow a student to perform an 228# action, >=5 will allow a TA to, and >=0 will allow a student to perform an
229# action (almost never what you want). 229# action (almost never what you want).
230my $ta = 5; 230my $ta = 5;
231my $professor = 10; 231my $professor = 10;
232%permissionLevels = ( 232%permissionLevels = (
233 report_bugs => 0,
233 become_student => $professor, 234 become_student => $professor,
234 access_instructor_tools => $ta, 235 access_instructor_tools => $ta,
235 create_and_delete_problem_sets => $professor, 236 create_and_delete_problem_sets => $professor,
236 modify_problem_sets => $professor, 237 modify_problem_sets => $professor,
237 assign_problem_sets => $professor, 238 assign_problem_sets => $professor,

Legend:
Removed from v.2324  
changed lines
  Added in v.2325

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9