]> git.mjollnir.org Git - moodle.git/commit
First main-tree version of the Exercise module (formerly in contrib)
authormoodler <moodler>
Tue, 7 Oct 2003 14:54:21 +0000 (14:54 +0000)
committermoodler <moodler>
Tue, 7 Oct 2003 14:54:21 +0000 (14:54 +0000)
commit69901d1994d2b4778c47677f4015943a99371dd2
tree01647ad420a8d0f592267ff635db647f9319512b
parentd8f27b7b60fdbcd730d66b5bc68513170719aad8
First main-tree version of the Exercise module (formerly in contrib)
by Ray Kingdon.

Works quite well, but it's not clear yet if this will be part of
major releases (due to the overlap with assignments and workshops
and the confusion this may cause).
34 files changed:
lang/en/exercise.php [new file with mode: 0644]
lang/en/help/exercise/administration.html [new file with mode: 0644]
lang/en/help/exercise/elements.html [new file with mode: 0644]
lang/en/help/exercise/finalgrades.html [new file with mode: 0644]
lang/en/help/exercise/grade.html [new file with mode: 0644]
lang/en/help/exercise/grading.html [new file with mode: 0644]
lang/en/help/exercise/gradinggrade.html [new file with mode: 0644]
lang/en/help/exercise/gradingstrategy.html [new file with mode: 0644]
lang/en/help/exercise/managing.html [new file with mode: 0644]
lang/en/help/exercise/mods.html [new file with mode: 0644]
lang/en/help/exercise/moreinfo.html [new file with mode: 0644]
lang/en/help/exercise/nelements.html [new file with mode: 0644]
lang/en/help/exercise/specimen.html [new file with mode: 0644]
lang/en/help/exercise/submissionofdescriptions.html [new file with mode: 0644]
lang/en/help/exercise/takeownership.html [new file with mode: 0644]
lang/en/help/exercise/usemax.html [new file with mode: 0644]
mod/exercise/assessments.php [new file with mode: 0644]
mod/exercise/backuplib.php [new file with mode: 0644]
mod/exercise/construction_icon.gif [new file with mode: 0755]
mod/exercise/db/mysql.php [new file with mode: 0644]
mod/exercise/db/mysql.sql [new file with mode: 0644]
mod/exercise/icon.gif [new file with mode: 0644]
mod/exercise/icon.png [new file with mode: 0644]
mod/exercise/icon2.gif [new file with mode: 0644]
mod/exercise/icon2.png [new file with mode: 0644]
mod/exercise/index.php [new file with mode: 0644]
mod/exercise/lib.php [new file with mode: 0644]
mod/exercise/mod.html [new file with mode: 0644]
mod/exercise/restorelib.php [new file with mode: 0644]
mod/exercise/submissions.php [new file with mode: 0644]
mod/exercise/todo.txt [new file with mode: 0644]
mod/exercise/upload.php [new file with mode: 0644]
mod/exercise/version.php [new file with mode: 0644]
mod/exercise/view.php [new file with mode: 0644]