ILP Integration
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.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
* start date
* Banner CRN
* Moodle course ID
* prior courses with the same Banner CRN still resident in the Moodle instance
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.
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.
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?
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