Moodle Plugins directory: ILP Integration | Moodle.org
ILP Integration
Blocks ::: block_intelligent_learning
Maintained by
Ellucian Inc
The Ellucian ILP Integration package enables the exchange of data between Moodle and Ellucian applications: Banner, Colleague, PowerCampus, Ellucian Experience, Ellucian Mobile, Ellucian Portal and Ellucian Advise.
Latest release:
76 sites
259 downloads
7 fans
Current versions available: 3
The Ellucian ILP Integration package enables the exchange of data between Moodle and Ellucian applications: Banner, Colleague, Ellucian Experience, Ellucian Mobile, Ellucian Portal and Ellucian Advise.
Features include:
- The ability to synchronize user, course and enrollment data from Banner or Colleague using the Web Services (included in the ILP Integration package).
- The ability to enter grading information in Moodle and automatically send it to Banner or Colleague.
- The ability to display Moodle class activity in Ellucian Experience, Ellucian Portal and Ellucian Mobile.
Useful links
Contributors
Ellucian Inc (Lead maintainer)
Kris Stokking
Please login to view contributors details and/or to contact them
Install plugin from ZIP file
Validating block_intelligent_learning ... Error
[Error] Extracted file not found [{"file":"intelligent_learning\/certificates\/"}]
Installation aborted due to validation failure
Thanks
Currently Line 386 "blocks_add_default_course_blocks($course);" in course.php is still an issue adding duplicate blocks. It has been a known issue since 2021.
Will we see a resolution?
Block Duplication is still an issue with the newest version "3.2.7 (Build: 2024022201) (2024022201)". We just upgraded to Moodle 4.1.9.
We have yet to test the recommended modification in our staging environment:
----
(Line change) Comment out line 427 in staging:
blocks_add_default_course_blocks($course);
In file:
/usr/local/www//blocks/intelligent_learning/model/service/course.php
----
Blocks in Moodle are still being duplicated for every new course.
blocks_add_default_course_blocks($course);
in file /usr/local/www/"moodle"/blocks/intelligent_learning/model/service/course.php
does resolve the block duplication issue.