Digital Learning Platforms Resources
Articles, Discussions, and Reports to expand your knowledge on Digital Learning Platforms
Resource pages are designed to give you a cross-section of information we have on specific categories. You'll find articles from our experts, discussions from users like you, and reports from industry data.
Digital Learning Platforms Articles
2023 Trends in Online Learning Platforms
This post is part of G2's 2023 digital trends series. Read more about G2’s perspective on digital transformation trends in an introduction from Emily Malis Greathouse, director, market research, and additional coverage on trends identified by G2’s analysts.
by JaKayla D. Lathon
Education Never Sleeps With Mobile Learning
There’s an online version of just about everything.
by Mary Clare Novak
Remote Learning Tools Educators Need Most
Most teachers I’ve met are master improvisers. They have to be ready to adapt to situations in the moment, and the COVID-19 health crisis is a perfect example of when adaptation is a must.
by Shaun Bishop
Six Tips for Getting the Most Out of EdTech Software Purchases
The class erupted in cheers and groans.
by Shaun Bishop
Digital Learning Platforms Discussions
0
Question on: Canvas LMS
Question
please Which programming language(s) make(s) the product work canvas
etting code folded into Canvas core is not trivial. You should take a second right now and see if maybe your change would be better implemented as a separate service using the API or LTI. We have a high quality standard at Instructure and if you're not familiar with both Ruby and Rails then getting your code accepted may be difficult. We're happy to give suggestions on how to improve commits, but we're not going to teach you how to write Ruby code when you issue a pull request.
Every commit for Canvas is reviewed by at least one Instructure engineer (this is all true of Instructure-created code as well, btw). Every line is read and the reviewer is responsible for checking out the commit and testing it in their local environment. As such, commit messages need to provide enough information that the engineer knows what has changed and what should be tested.
The following checklist is worked through for every commit:
Check out and try the changeset.
Ensure that the commit message has a test plan.
Ensure that the tests and test plan cover all necessary cases.
Ensure that the code follows the language coding conventions.
Ensure that the code is well designed and architected.
Ensure that all user-facing strings/dates/times/numbers are internationalized.
Other factors that should be considered:
Must remain performant under heavy load.
Must work in a multi-tenant environment. More on that in a minute, but basically enhancements should be built using the Plugin architecture of Canvas.
Must be accessible to screen readers and other assistive technology devices.
Should follow our coding style.
Places to Start
If you're new to Canvas development, there are guides in this wiki for getting your dev environment set up (including getting specs running). Make sure you've given us a signed code contributor agreement, then start with something small. Get to know the commit process with something small like a bug fix or a UI tweak. If you're not sure where to start post a message on the mailing list.
Once you've got your feet under you then you can start working on larger projects. For anything more than a bug fix, it probably makes sense to coordinate through the mailing list, since it's possible someone else is working on the same thing.
Pull Requests
We like GitHub pull requests. If you report an issue, we’d love to see a pull request attached. Just keep in mind that because of the development standards mentioned above your commit is probably going to end up getting modified at least once before it’s accepted. Sometimes we’ll make the change ourselves, but often we’ll just let you know what needs to happen and help you fix it up yourself.
Enhancements and Extensions
Because Canvas Cloud runs as a multi-tenant environment, any changes to the codebase will affect all institutions at once. If you're looking to add major pieces of functionality to Canvas, you'll need to keep this in mind, since most likely only some institutions will want that functionality added.
To help with this we've built the notion of Plugins into Canvas. Plugins can be registered at runtime but only appear in the interface for enabled root accounts. There are some places in the code that have already been instrumented for plugins (such as web conferences and collaborations), but if you're looking to extend functionality somewhere else then the first step is going to be pluginifying that portion of the code, then building a plugin for your specific implementation.
The easiest way to get to know Canvas Plugins is lib/canvas/plugin.rb and lib/canvas/plugins/default_plugins.
From: https://github.com/instructure/canvas-lms/wiki/Coding-Guidelines
looking for php e-commerce final year project students.
0
Question on: Canvas LMS
pricing inquiry
i need to propose a solution for my client. they need to setup virtual classroom system supporting 8 teachers and 100 students per teacher
We would like a quote for 1-50 users
0
Question on: Canvas LMS
What is Canvas LMS used for?
What is Canvas LMS used for?
Canvas LMS is used for online or hybrid educational courses. Canvas is the leading LMS for many colleges and grad programs. It has been gaining popularity with K-12 public education as a robust LMS that can be used in all grades K-12. As the K-12 arena embraces Canvas, student knowledge of how to navigate the platform helps prepare them for future college courses.
Digital Learning Platforms Reports
Mid-Market Grid® Report for Digital Learning Platforms
Fall 2026
G2 Report: Grid® Report
Grid® Report for Digital Learning Platforms
Fall 2026
G2 Report: Grid® Report
Enterprise Grid® Report for Digital Learning Platforms
Fall 2026
G2 Report: Grid® Report
Momentum Grid® Report for Digital Learning Platforms
Fall 2026
G2 Report: Momentum Grid® Report
Small-Business Grid® Report for Digital Learning Platforms
Fall 2026
G2 Report: Grid® Report
Enterprise Grid® Report for Digital Learning Platforms
Summer 2026
G2 Report: Grid® Report
Small-Business Grid® Report for Digital Learning Platforms
Summer 2026
G2 Report: Grid® Report
Mid-Market Grid® Report for Digital Learning Platforms
Summer 2026
G2 Report: Grid® Report
Grid® Report for Digital Learning Platforms
Summer 2026
G2 Report: Grid® Report
Momentum Grid® Report for Digital Learning Platforms
Summer 2026
G2 Report: Momentum Grid® Report




