
- #MOODLE ADELPHI HOW TO#
- #MOODLE ADELPHI INSTALL#
- #MOODLE ADELPHI UPDATE#
- #MOODLE ADELPHI PROFESSIONAL#
- #MOODLE ADELPHI DOWNLOAD#
#MOODLE ADELPHI PROFESSIONAL#
To give faculty a preview of the enhanced features-while also covering relevant teaching topics-the Faculty Center for Professional Excellence will be holding informational workshops for faculty before and after launch.Īdditionally, the FCPE will post updated tutorials and videos exploring new features to the Moodle resource site. News at Adelphi Enhancing your Online Teaching with the New Moodle 3.9 Share This Janu Technology We are excited to announce the Winter 2020 Moodle update, which will entail a number of requested improvements and functionality to the learning management system (LMS) to better assist faculty in supporting their teaching using Moodle. There is a dedicated Moodle Review Group that is actively testing features to help improve your Moodle experience.
#MOODLE ADELPHI DOWNLOAD#
#MOODLE ADELPHI UPDATE#
You will have the option to update your courses to the new version whenever you like after the upgrade, and we encourage you to do so. One major change is the addition of a new course template theme, which makes it easier to navigate and access course management functions. Existing course content will still be accessible and the format and organization of your course will not be changing either. There will be many significant improvements, while some features-such as importing course content from one semester to another, accessing and creating Moodle assignments/resources, and navigating the home page and course pages-will remain the same.

Any work that is done in advance of the Winter Intersession and Spring 2018 semester will migrate seamlessly to Moodle 3.3. These dates were chosen to minimize disruption of coursework and to maximize time to acclimate to the new features in advance of the Spring 2018 semester.Īll of your existing courses and content will be migrated automatically, and you do not need to make any changes.

The service will be inaccessible during the upgrade.
#MOODLE ADELPHI HOW TO#
I will share the patch (once I figure out how to share it) and would ask that it (or some derivative thereof) be included in the source to resolve this issue for me and others.Moodle 3.3 will launch during campus Energy Days-December 26 and 27.

To reproduce the issue, modify the database config file to include: (assuming mariadb here) From the submission inbox, click the trash can icon alongside the paper. In an effort to confirm my hypothesis (and resolve my database migration issue), I created a patch that tests for innodb_compression_default = ON, and if true, returns compressedrowformatsupported = false. Select the relevant course from your Moodle homepage. Get acclimated with Moodle using these helpful video tutorials. With Moodle, students enrolled in online courses have 24/7 access to learning materials. Researching the issue revealed /lib/dml/mysqli_native_moodle_database.php function is_compressed_row_format_supported($cached = true) does not test if page compression is active - and thus wrongfully asserts that compressedrowformatsupported = true. Adelphi University employs state-of-the-art learning technology through the Moodle learning management system. After successfully optimizing our Moodle 3.8x database using this technique, upgrading to Moodle 3.9 stable release failed when trying to create a new table (contentbank_content) with the ddl sql error 'wrong create options'.

Page Compression is being used as a database optimization technique in a SSD storage based installation that supports sparse files.
#MOODLE ADELPHI INSTALL#
If InnoDB Page Compression is ON ( ) for host database, Moodle install and upgrade scripts fail because page compression and row compression are mutually exclusive.
