This website requires JavaScript.
Explore
Help
Register
Sign In
mirror_php
/
moodle
Watch
1
Star
0
Fork
0
You've already forked moodle
mirror of
https://github.com/moodle/moodle.git
synced
2025-02-21 01:48:45 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
moodle
/
mod
/
quiz
History
gustav_delius
081d3a9647
Fixed bug 3295
2005-05-20 21:56:55 +00:00
..
db
implemented Eloy's fix to the duplicate records problem, closing bug 3293
2005-05-20 21:39:34 +00:00
doc
…
format
Now correctly handles changes in database format of numerical questions.
2005-05-17 15:47:31 +00:00
pix
…
questiontypes
Fixed bug 3295
2005-05-20 21:56:55 +00:00
report
Printing of header moved into plugins themselves to allow them to provide export functionality which does not want a header printed. Thanks to Enrique for doing this.
2005-05-20 08:52:33 +00:00
attempt_close_js.php
…
attempt.php
Fixed typo.
2005-05-20 10:36:27 +00:00
attempts.php
…
backuplib.php
…
category.php
…
config.html
…
defaults.php
…
edit.php
Questoin edit popup window now closes itself automatically, see bug 3140. Thank you Eloy for the lesson in javascript.
2005-05-19 08:05:58 +00:00
editlib.php
…
export.php
…
format.php
…
icon.gif
…
import.php
…
index.php
…
jsclock.php
…
jstimer.php
…
lib.php
…
locallib.php
In locallib the function quiz_restore_question_sessions did not load the timestamp field for states. This was fixed by replacing the list of fields in the query by a s.*
2005-05-20 11:44:59 +00:00
mod.html
…
pagelib.php
…
preview.php
…
protect_js.php
…
question.php
…
quizfile.php
…
report.php
Printing of header moved into plugins themselves to allow them to provide export functionality which does not want a header printed. Thanks to Enrique for doing this.
2005-05-20 08:52:33 +00:00
restorelib.php
…
restorelibpre15.php
Now length is correctly set and stored to DB (bug 3290)
2005-05-18 23:53:36 +00:00
review.php
…
reviewoptions.html
…
reviewquestion.php
…
styles.php
…
tabs.php
…
timer.js
…
version.php
Merged from MOODLE_14_STABLE. Merging in my last unmerged patch. Corrects a bad constraint name in postgres for quiz. Bumped quiz version
2005-05-17 21:51:29 +00:00
view_js.php
…
view.php
…