]> git.mjollnir.org Git - moodle.git/commit
MDL-16263 A way for students to flag/bookmark, particular questions during a quiz...
authortjhunt <tjhunt>
Fri, 29 Aug 2008 10:08:27 +0000 (10:08 +0000)
committertjhunt <tjhunt>
Fri, 29 Aug 2008 10:08:27 +0000 (10:08 +0000)
commit62e76c6766368de71e6a7f7cd9a7fc17be942265
tree20b1a07f981f62aa97fe1d2ce1312b8c4d1b598b
parent57f43d239a9fa30b69e77749a8193098f3029a8d
MDL-16263 A way for students to flag/bookmark, particular questions during a quiz attempt for later review.

This is an initial implementation that is now at a working state, but with a few things left to do. It seemed like a good idea to commit it before leaving work on Friday night.
18 files changed:
lang/en_utf8/question.php
lang/en_utf8/role.php
lib/db/access.php
lib/db/install.xml
lib/db/upgrade.php
lib/questionlib.php
mod/quiz/attemptlib.php
mod/quiz/lib.php
mod/quiz/locallib.php
pix/i/flagged.png [new file with mode: 0644]
pix/i/unflagged.png [new file with mode: 0644]
question/preview.php
question/qengine.js [new file with mode: 0644]
question/toggleflag.php [new file with mode: 0644]
question/type/question.html
question/type/questiontype.php
theme/standard/styles_layout.css
version.php