| 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.101 2004/09/02 22:51:57 sh002i Exp $ |
5 | # $CVSHeader: webwork2/conf/global.conf.dist,v 1.102 2004/09/05 00:54:31 dpvc 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. |
| … | |
… | |
| 410 | |
410 | |
| 411 | create_and_delete_problem_sets => $professor, |
411 | create_and_delete_problem_sets => $professor, |
| 412 | assign_problem_sets => $professor, |
412 | assign_problem_sets => $professor, |
| 413 | modify_problem_sets => $professor, |
413 | modify_problem_sets => $professor, |
| 414 | modify_student_data => $professor, |
414 | modify_student_data => $professor, |
| 415 | |
|
|
| 416 | modify_classlist_files => $professor, |
415 | modify_classlist_files => $professor, |
| 417 | modify_set_def_files => $professor, |
416 | modify_set_def_files => $professor, |
| 418 | modify_scoring_files => $professor, |
417 | modify_scoring_files => $professor, |
| 419 | modify_problem_template_files => $professor, |
418 | modify_problem_template_files => $professor, |
| 420 | |
419 | |
| … | |
… | |
| 424 | ##### Behavior of the interactive problem processor ##### |
423 | ##### Behavior of the interactive problem processor ##### |
| 425 | |
424 | |
| 426 | show_correct_answers_before_answer_date => $ta, |
425 | show_correct_answers_before_answer_date => $ta, |
| 427 | show_solutions_before_answer_date => $ta, |
426 | show_solutions_before_answer_date => $ta, |
| 428 | avoid_recording_answers => $ta, |
427 | avoid_recording_answers => $ta, |
| 429 | |
|
|
| 430 | check_answers_before_open_date => $ta, |
428 | check_answers_before_open_date => $ta, |
| 431 | check_answers_after_open_date_with_attempts => $ta, |
429 | check_answers_after_open_date_with_attempts => $ta, |
| 432 | check_answers_after_open_date_without_attempts => $student, |
430 | check_answers_after_open_date_without_attempts => $student, |
| 433 | check_answers_after_due_date => $student, |
431 | check_answers_after_due_date => $student, |
| 434 | check_answers_after_answer_date => $student, |
432 | check_answers_after_answer_date => $student, |
| 435 | |
|
|
| 436 | record_answers_when_acting_as_student => $nobody, |
433 | record_answers_when_acting_as_student => $nobody, |
| 437 | |
|
|
| 438 | # "record_answers_when_acting_as_student" takes precedence |
434 | # "record_answers_when_acting_as_student" takes precedence |
| 439 | # over the following for professors acting as students: |
435 | # over the following for professors acting as students: |
| 440 | record_answers_before_open_date => $nobody, |
436 | record_answers_before_open_date => $nobody, |
| 441 | record_answers_after_open_date_with_attempts => $student, |
437 | record_answers_after_open_date_with_attempts => $student, |
| 442 | record_answers_after_open_date_without_attempts => $nobody, |
438 | record_answers_after_open_date_without_attempts => $nobody, |
| 443 | record_answers_after_due_date => $nobody, |
439 | record_answers_after_due_date => $nobody, |
| 444 | record_answers_after_answer_date => $nobody, |
440 | record_answers_after_answer_date => $nobody, |
| 445 | |
441 | dont_log_past_answers => $professor, |
| 446 | dont_log_past_answers => $professor, |
442 | |
|
|
443 | ##### Behavior of the Hardcopy Processor ##### |
|
|
444 | |
|
|
445 | download_hardcopy_multiuser => $ta, |
|
|
446 | download_hardcopy_multiset => $ta, |
|
|
447 | download_hardcopy_format_tex => $ta, |
| 447 | ); |
448 | ); |
| 448 | |
449 | |
| 449 | ################################################################################ |
450 | ################################################################################ |
| 450 | # Session options |
451 | # Session options |
| 451 | ################################################################################ |
452 | ################################################################################ |