Note: You are currently viewing documentation for Moodle 3.6. Up-to-date documentation for the latest stable version of Moodle is likely available here: Case for Moodle.

Case for Moodle: Difference between revisions

From MoodleDocs
m (Intro edit)
(redirecting)
 
(21 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{About Moodle}}
#REDIRECT [[About Moodle]]
 
Moodle is open source software. Many people do know about this type of software, so finding out that Moodle is 'free' tends to lead them to think it is "cheap" or unfinished or a "cut down" commercial product that lacks key features.  For these people we ask them to first understand Open source software and its cultural and technical consequences in Moodle.
 
==Open source software advantages==
*Free does not mean an open source program is crippled and is worth next to nothing.
*Millions of people use open source software every day, many times not even realizing it.
*Although the software is free, this does not mean that the company producing it is not making a lot of money from it in other ways
*You are guaranteed the right to copy, modify and redistribute the software, provided you guarantee those same rights to anyone you share it with
*In a popular open source program, these rights have developed a community of enthusiasts who report bugs, fix bugs, test new code, write new code for plugins and extensions and create documentation for users.
**This means that you have the efforts of the company + the efforts of the community working together to improve and develop the software.
**There are few secrets in an open source community about current issues and the future.  Proprietary programs tend to communicate with their paying users though press releases and bug fixes, not in open discussions.
*Open source tends to be more secure, more stable and to develop faster than similar closed source software.
 
 
=Cultural=
 
==Support==
 
Moodle's open source nature means that there are far more avenues for support available than is the case for other LMS systems.
* Pop-up help - clicking the blue icons wherever you see then (almost all fields on forms and many other places) gives you access to the main help files that come with the distribution
* Moodle Docs (this site) is built by the community and is not only available to browse, but each page you see in Moodle has a link at the bottom, which goes to the corresponding documentation on Moodle Docs. This saves you from having to create your own training materials or website in-house and lets you combine any information you wish to provide with the sum of all the knowledge already accumulated
* Community forums - the 'using moodle' course at moodle.org has thousands of dedicated teachers and programmers who are active in conversations every week. You can ask a direct question, or browse all the archived conversations going right back to 2001. You can speak to other teachers or directly to moodle's designers and programmers
* Paid for support contracts and service level agreements - moodle.com lists partner companies who will provide commercial support for your moodle installation. Instead of having to rely on one company to solve your problems or provide training (an effective monopoly, as with other systems), you have a number of companies competing for your training and support business, leading to lower prices and more choice
 
==Customisation==
 
Moodle's open source nature means that you own the system and have rights allowing you to change and modify it, rather than renting it 'as is', which is the case for many competing systems. This, combined with the huge community means that there are an enormous number of third party plugins available so that you can add functionality that is non-standard e.g. support for sending text messages, podcasting, new types of quiz question, 3D molecule models, etc). You can also commission a programmer (see moodle.com if you need one) to make any extra plugin or alteration you like, which if you post it up on moodle.org, others may well improve further for you.
 
==Philosophy==
 
Moodle is based on a solid foundation of [[Pedagogy#Social_Constructionism_as_a_Referent|social constructionism]] (strong community, shared experiences, building things together for others to view and use) and grew out of postgraduate research by Martin Dougiamas, its founder. Other companies tend to be led by profit, leading to a focus on marketing to what school decision makers think they need, rather than what actually works best.
 
==Innovation==
 
Moodle is not constrained by what will sell well, so the code that is developed, especially by third parties, is often at the cutting edge of educational thinking. The open source philosophy helps here too, as schools and universities often choose to have moodle enhanced for their own purposes and contribute their code back to the community. Recent examples include the new wiki, developed by a team at Universitat Politecnica de Catalunya and the new groups code developed by the UK Open University.
 
== Usability ==
 
''To support a host of automated and personalized services, such as self-paced and role-specific learning, the access, delivery and presentation of material must be easy-to-use and highly intuitive — like surfing on the Web or shopping on Amazon.com.''
 
Perhaps the best sentence to short Moodle usability is: "simple and powerful".
 
There is some talk about [[Usability|Moodle usability]].
 
The [[Interface guidelines]] aim to help developers work towards a highly usable system. And the general consensus is that Moodle excels in this area.
 
 
=Technical=
 
== High availability ==
 
''The LMS must be robust enough to serve the diverse needs of thousands of learners, administrators, content builders and instructors simultaneously.''
 
Usage patterns will vary strongly with the specific context of the deployment. But in general, Moodle presents a high-availability web-based interface, allowing learners, tutors, and administrators routinely to log in and carry out their daily tasks. See the ''scalability'' section for other relevant information.
 
== Scalability ==
 
''The infrastructure should be able to expand or scale to meet future growth, both in terms of the volume of instruction and the size of the student body.''
 
Moodle runs on a wide variety of webservers/database technologies. As with any installation of a server-based software system, it is crucial to refine carefully the choice of hardware, operating system, and database system, to ensure that the system can cope with a high throughput. The largest live Moodle installation at time of writing (Open Polytechnic of New Zealand) handles 45,000+ students and 6,500+ courses registered. There is a page about other [[Large installations|large installations]].
 
The consensus in the Moodle community seems to be that a Linux-based webserver running Apache, with PHP installed as well as a PHP accelerator, is commonly the best choice, and that the webserver and database server should sit on separate machines.
 
It should be possible to load-balance a Moodle installation, for example by using more than one webserver if necessary. The separate webservers should query the same database and refer to the same filestore area, but otherwise the separation of the application layers is complete enough to make this kind of clustering feasible. Similarly, the database could be a cluster of servers (e.g. a MySQL cluster).
 
All this implies that Moodle's architecture makes it easy to respond to future demand, by adapting the technologies upon which it runs. This should be possible even in a live setting, to improve the service without major disruption.
 
== Interoperability ==
 
''To support content from different sources and multiple vendors' hardware/software solutions, the LMS should exchange data using open industry standards for Web deployments.''
 
* For '''authentication''', Moodle supports authenticating against LDAP, which is the most widely-used standard protocol for this purpose. It also supports authentication based on direct database lookup (e.g. in an external Oracle database), or on the Shibboleth protocol, or alternatively using IMAP, NNTP, CAS or FirstClass.
* For '''enrolment''', Moodle supports the use of an LDAP server (e.g. Active Directory), and the [[IMS Enterprise]] standard (via a downloadable plugin).
* For '''content''', there are a number of aspects:
** Moodle supports the import of Reusable Learning Objects packaged according to the SCORM/AICC/IMS Content Packaging standards. Moodle 1.9.5 is certified SCORM 1.2 compliant. Moodle 1.9.7 onwards supports IMS CC import.
** Quiz questions can be exported in the international standard IMS QTI 2 and several other formats.
** RSS newsfeeds can be integrated into a Moodle site or course.
** Forum discussions, glossary entries and database content can be accessed as RSS newsfeeds, and therefore integrated into other RSS-capable websites or systems.
 
The use of XML for import/export is standard in Moodle. The "web services" method of exchanging data with other systems (e.g. via SOAP or XML-RPC) is not yet standard - but is in active development.
 
== Stability ==
 
''The LMS infrastructure can reliably and effectively manage a large enterprise implementation running 24x7.''
 
This is the same issue as discussed in ''Availability'' and ''Scalability'' above.
 
== Security ==
 
''As with any outward-facing collaborative solution, the LMS can selectively limit and control access to online content, resources and back-end functions, both internally and externally, for its diverse user community.''
 
Moodle's current system of roles includes administrators, teachers, teachers without editing privileges (sometimes called teaching assistants), students, and guests. Each has a clearly defined set of privileges and cannot act beyond those privileges.
 
The basic unit of organisation is the ''course''. An administrator can assign any number of teachers (with or without rights to edit content) to a given course, which has its own file area as well as its own discussions forums and other activities. Teachers can decide whether content is visible or hidden to students.
 
Moodle is designed and audited to be secure for its purpose. A security issues/announcements site exists at http://security.moodle.org
 
== See also ==
 
*[[Decision FAQ|FAQ for people deciding on whether to install Moodle]]
*[[Top 10 Moodle Myths]]
*[[Documents useful for decision makers]]
 
*Using Moodle [http://moodle.org/mod/forum/view.php?f=485 Comparison and Advocacy forum]
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=33200 Building the case for Moodle Document] forum discussion which was the original basis of this article
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=35845 Why switch to Moodle when the university already supports BlackCT] and [http://moodle.org/mod/forum/discuss.php?d=53541 Implementing Moodle - countering the opposition] forum discussions
 
[[es:A favor de Moodle]]
[[ja:Moodleの真実]]
[[de:Argumente für Moodle]]

Latest revision as of 12:05, 31 March 2014

Redirect to: