Teacher can now use the richtext editor to edit the assignment text

This commit is contained in:
moodler 2002-10-16 05:31:56 +00:00
parent 7ce20f09cb
commit b425749fc3
5 changed files with 44 additions and 5 deletions

View file

@ -7,6 +7,7 @@ CREATE TABLE `assignment` (
`course` int(10) unsigned NOT NULL default '0',
`name` varchar(255) NOT NULL default '',
`description` text NOT NULL,
`format` tinyint(2) unsigned NOT NULL default '0',
`type` int(10) unsigned NOT NULL default '1',
`maxbytes` int(10) unsigned NOT NULL default '100000',
`timedue` int(10) unsigned NOT NULL default '0',