mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Small typo. ;-)
This commit is contained in:
parent
e9ad37edc2
commit
8792c16589
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ CREATE TABLE prefix_quiz_feedback (
|
||||||
mingrade double NOT NULL default '0',
|
mingrade double NOT NULL default '0',
|
||||||
maxgrade double NOT NULL default '0',
|
maxgrade double NOT NULL default '0',
|
||||||
PRIMARY KEY (id),
|
PRIMARY KEY (id),
|
||||||
KEY quizid (quizid),
|
KEY quizid (quizid)
|
||||||
) TYPE=MyISAM COMMENT='Feedback given to students based on their overall score on the test';
|
) TYPE=MyISAM COMMENT='Feedback given to students based on their overall score on the test';
|
||||||
|
|
||||||
-- --------------------------------------------------------
|
-- --------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue