Details
-
Type:
Sub-task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.2
-
Component/s: SCORM
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_20_STABLE
-
Fixed Branches:MOODLE_22_STABLE
-
Pull from Repository:
-
Pull Master Branch:master_
MDL-27523 -
Pull Master Diff URL:
Description
The current reporting feature consists of single file handling the complete reporting.Its better to convert that to a pluggable architecture , allowing developers to develop there own reporting plugins ,which can be easily plugged into the container.
Thus a plugin container needs to be developed.
Along with the container , a basic plugin which displays the very basic reporting should also be included with the container by default.