]> git.mjollnir.org Git - moodle.git/commit
Introduce question_attempts table, closing bug 5468
authorgustav_delius <gustav_delius>
Sat, 13 May 2006 16:57:17 +0000 (16:57 +0000)
committergustav_delius <gustav_delius>
Sat, 13 May 2006 16:57:17 +0000 (16:57 +0000)
commit36be25f6e55006cd6fcc768cb3d5ec404d385515
tree70fea64bb6bdde6d0450f5468bb74de8af99511e
parente81e5c16043d7ad267f9c4839911e07ae1651d53
Introduce question_attempts table, closing bug 5468
Fixed incorrect check for whether to update state or insert new one in save_question_session()
Deal with manually graded states correctly during regrading
Increase state sequence number during manual grading
Supplied missing userid to quiz_save_best_grade() during manual grading
lib/questionlib.php
mod/quiz/comment.php
mod/quiz/db/mysql.php
mod/quiz/db/mysql.sql
mod/quiz/db/postgres7.php
mod/quiz/db/postgres7.sql
mod/quiz/version.php