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 09:52:54 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
moodle
/
mod
/
lesson
History
michaelpenne
7629332ba4
Bug: fixed a problem with the date completed value and a problem with processing shortanswer/numerical question types
2005-06-09 21:55:53 +00:00
..
action
Bug 1650 fixed: help button calling the wrong help file
2005-06-07 20:56:37 +00:00
db
Discovered a bug with lesson grades. While calculating the grade, intval was used to truncate the decimals from the grade. intavl is now replaced with round. round will now round the grade to 5 decimal places. The database only holds int(3). So, this has been changed to float to hold decimal numbers. We have found this to be much more accurate when converting the stored percentage in the database back to a point value (before this fix, users were getting numbers like 46.5 points instead of their original 47 points due to an inaccurate percent value). Files changed for this fix include:
2005-06-09 21:24:17 +00:00
backuplib.php
…
format.php
…
icon.gif
…
import.php
…
importppt.php
Before, importppt would look for outline.htm to determine the order of the slides.
2005-06-08 17:33:41 +00:00
index.php
Bug 3022 Fixed: got rid of uppercase tags
2005-06-07 20:47:25 +00:00
lesson.php
…
lib.php
…
locallib.php
Discovered a bug with lesson grades. While calculating the grade, intval was used to truncate the decimals from the grade. intavl is now replaced with round. round will now round the grade to 5 decimal places. The database only holds int(3). So, this has been changed to float to hold decimal numbers. We have found this to be much more accurate when converting the stored percentage in the database back to a point value (before this fix, users were getting numbers like 46.5 points instead of their original 47 points due to an inaccurate percent value). Files changed for this fix include:
2005-06-09 21:24:17 +00:00
mod.html
…
reformat.php
…
report.php
Bug: fixed a problem with the date completed value and a problem with processing shortanswer/numerical question types
2005-06-09 21:55:53 +00:00
restorelib.php
…
styles.php
…
timer.js
…
version.php
Discovered a bug with lesson grades. While calculating the grade, intval was used to truncate the decimals from the grade. intavl is now replaced with round. round will now round the grade to 5 decimal places. The database only holds int(3). So, this has been changed to float to hold decimal numbers. We have found this to be much more accurate when converting the stored percentage in the database back to a point value (before this fix, users were getting numbers like 46.5 points instead of their original 47 points due to an inaccurate percent value). Files changed for this fix include:
2005-06-09 21:24:17 +00:00
view.php
Discovered a bug with lesson grades. While calculating the grade, intval was used to truncate the decimals from the grade. intavl is now replaced with round. round will now round the grade to 5 decimal places. The database only holds int(3). So, this has been changed to float to hold decimal numbers. We have found this to be much more accurate when converting the stored percentage in the database back to a point value (before this fix, users were getting numbers like 46.5 points instead of their original 47 points due to an inaccurate percent value). Files changed for this fix include:
2005-06-09 21:24:17 +00:00