Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.9.5
-
Fix Version/s: 2.0
-
Component/s: Assignment, Database activity module, Feedback, Forum, Lesson, Quiz, Resource
-
Labels:None
-
Database:Any
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_20_STABLE
Description
This code was posted by David Peachey in the developer forum: http://moodle.org/mod/forum/discuss.php?d=130675&parent=575949
I added capabiltiy to show completion status for Database & Feedback modules and replaced the MYSQL specific functions to follow the Moodle API
The code still makes use of querying the log tables for resources and lessons which will have a performance impact on large sites.
Attachments
Issue Links
| This issue has a non-specific relationship to: | ||||
| CONTRIB-1787 | Completion Tracking Hack |
|
|
|
Hi Barry - as Sam and Tim mention in that forum posting - this feature has been implemented in 2.0
it's unlikely that this particular patch will make it into 1.9 - if completion tracking does end up in 1.9 it will be a backport of the code already in 2.0 - so that user experience is the same, and so that upgrades work correctly.