]> git.mjollnir.org Git - moodle.git/commit
Due to changes in Quiz which allows commenting and manual grading of all question...
authormark-nielsen <mark-nielsen>
Mon, 1 May 2006 02:56:06 +0000 (02:56 +0000)
committermark-nielsen <mark-nielsen>
Mon, 1 May 2006 02:56:06 +0000 (02:56 +0000)
commit53354ec03c170b87d745adaf518ed96543f4cb65
treefdb6e5d0ce1a504dd5f7443432e62998feaf3ee5
parent116bd4ec0d81ba17dc08d7c1b713ccfd5ebc2f31
Due to changes in Quiz which allows commenting and manual grading of all question types, essay no longer needs its two tables: question_essay and question_essay_states

backuplib.php removed backup code related to question_essay_states
type/essay/db/mysql.sql and postgres7.sql removed all SQL
type/essay/display.html improved essay display
type/essay/questiontype.php, editquestion.php, and editquestion.html removed all uses
of the two tables - this resulted in a great simplification of the essay question type
question/backuplib.php
question/type/essay/db/mysql.sql
question/type/essay/db/postgres7.sql
question/type/essay/display.html
question/type/essay/editquestion.html
question/type/essay/editquestion.php
question/type/essay/questiontype.php