A new course field called "showgrades" which allows the teacher to

turn the display of the grade book on and off.
This commit is contained in:
moodler
2003-08-20 07:32:24 +00:00
parent 1f6a77c02c
commit fff79722e5
12 changed files with 49 additions and 5 deletions
+1
View File
@@ -14,6 +14,7 @@ CREATE TABLE prefix_course (
shortname varchar(15) NOT NULL default '',
summary text NOT NULL default '',
format varchar(10) NOT NULL default 'topics',
showgrades integer NOT NULL default '1',
modinfo text NOT NULL default '',
newsitems integer NOT NULL default '1',
teacher varchar(100) NOT NULL default 'Teacher',