Log Message:
-----------
global.conf.dist: add permission levels to create and record data
for new set versions.
Modified Files:
--------------
webwork2/conf:
global.conf.dist
Revision Data
-------------
Index: global.conf.dist
===================================================================
RCS file: /webwork/cvs/system/webwork2/conf/global.conf.dist,v
retrieving revision 1.205
retrieving revision 1.206
diff -Lconf/global.conf.dist -Lconf/global.conf.dist -u -r1.205 -r1.206
--- conf/global.conf.dist
+++ conf/global.conf.dist
@@ -677,6 +677,8 @@
check_answers_after_open_date_without_attempts => "guest",
check_answers_after_due_date => "guest",
check_answers_after_answer_date => "guest",
+ create_new_set_version_when_acting_as_student => undef,
+ record_set_version_answers_when_acting_as_student => undef,
record_answers_when_acting_as_student => undef,
# "record_answers_when_acting_as_student" takes precedence
# over the following for professors acting as students:
|