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-03-09 10:19:56 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
moodle
/
mod
/
quiz
History
jamiesensei
047c0f78aa
MDL-16952 "after DB field type changes standard deviation and facility index show up as 0% instead of blank" Problem is that question->maxgrade is now 0.0000 and not 0 and $maxgrade now does not evaluate as false, need to use $maxgade!=0 which evaluates as before.
2008-10-21 09:32:24 +00:00
..
db
…
report
MDL-16952 "after DB field type changes standard deviation and facility index show up as 0% instead of blank" Problem is that question->maxgrade is now 0.0000 and not 0 and $maxgrade now does not evaluate as false, need to use $maxgade!=0 which evaluates as before.
2008-10-21 09:32:24 +00:00
simpletest
…
accessrules.php
…
attempt.php
…
attemptlib.php
…
backuplib.php
…
comment.php
…
edit.php
…
editlib.php
…
grade.php
…
icon.gif
…
index.php
…
lib.php
…
locallib.php
…
mod_form.php
…
pagelib.php
…
processattempt.php
…
quiz.js
quiz timer: MDL-16490 stop the timer when a page is submitted, to avoid nasty double-submission problems.
2008-10-21 08:20:51 +00:00
report.php
…
restorelib.php
…
restorelibpre15.php
…
review.php
…
reviewquestion.php
…
settingslib.php
…
settingstree.php
…
startattempt.php
…
styles.php
…
summary.php
…
tabs.php
…
version.php
…
view.php
…