Standards: Unterschied zwischen den Versionen

Aus MoodleDocs
Wechseln zu:Navigation, Suche
Zeile 30: Zeile 30:


Moodle ist so konzipiert, dass Inhalte aus verschiedenen Quellen und von verschiedenen Anbietern nahtlos integriert und genutzt werden können. Für den Datenaustausch nutzt Moodle offene Industriestandards für die Web-Entwicklung. Dazu gehören:  
Moodle ist so konzipiert, dass Inhalte aus verschiedenen Quellen und von verschiedenen Anbietern nahtlos integriert und genutzt werden können. Für den Datenaustausch nutzt Moodle offene Industriestandards für die Web-Entwicklung. Dazu gehören:  
# '''[[Authentifizierung]]''':
 
'''[[Authentifizierung]]''':
::*[[LDAP-Server|LDAP]] - das am weitesten verbreitete Standardprotokoll für die Authentifizierung
::*[[LDAP-Server|LDAP]] - das am weitesten verbreitete Standardprotokoll für die Authentifizierung
::*Direkter Datenbank Lookup (z.B. in eine externe Oracle-Datenbank), oder das Shibboleth-Protokoll, oder - alternativ - IMAP, NNTP, CAS oder FirstClass.
::*Direkter Datenbank Lookup (z.B. in eine externe Oracle-Datenbank), oder das Shibboleth-Protokoll, oder - alternativ - IMAP, NNTP, CAS oder FirstClass.
# '''[[Einschreibung]]''':
 
'''[[Einschreibung]]''':
::*über LDAP-Server (z.B. Active Directory)
::*über LDAP-Server (z.B. Active Directory)
::*[[Einschreibung über IMS Enterprise Datei|IMS Enterprise Standard]] (über ein Plugin, das heruntergeladen werden kann)
::*[[Einschreibung über IMS Enterprise Datei|IMS Enterprise Standard]] (über ein Plugin, das heruntergeladen werden kann)
# '''Inhalte''': Import von wiederverwendbaren Lernobjekten (Reusable Learning Objects), die als Lernpakete entsprechend den SCORM/AICC/IMS Standards verfügbar sind  
 
'''Inhalte''': Import von wiederverwendbaren Lernobjekten (Reusable Learning Objects), die als Lernpakete entsprechend den SCORM/AICC/IMS Standards verfügbar sind  
::*Moodle 1.9.5 ist zertifiziert als [[Lernpaket|SCORM]] 1.2 kompatibel  
::*Moodle 1.9.5 ist zertifiziert als [[Lernpaket|SCORM]] 1.2 kompatibel  
::*Ab Moodle 1.9.7 wird [[IMS Common Cartridge Import und Export]] unterstützt
::*Ab Moodle 1.9.7 wird [[IMS Common Cartridge Import und Export]] unterstützt
::*Ab Moodle 2.3 wird CC Export unterstützt  
::*Ab Moodle 2.3 wird CC Export unterstützt  
::*The use of XML for content import/export (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.
::*The use of XML for content import/export (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.
# '''Quiz questions''' via [[Import_questions|import]] and [[Export_questions|export]] using international standard IMS QTI 2 and several other formats.
 
# '''[[RSS|RSS newsfeeds]]''', integrated into a Moodle site or course.  
'''Quiz questions''' via [[Import_questions|import]] and [[Export_questions|export]] using international standard IMS QTI 2 and several other formats.
'''[[RSS|RSS newsfeeds]]''', 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.
::*Forum discussions, glossary entries and database content can be accessed as RSS newsfeeds, and therefore integrated into other RSS-capable websites or systems.


[[en:Standards]]
[[en:Standards]]

Version vom 12. März 2014, 15:50 Uhr

Vorlage:Zum Übersetzen

Moodle ist eine globale Lernmanagement-Plattform, die offene Standards unterstützt. Moodle ist so konzipiert, dass externe Anwendungen und Informationen integriert werden können.

Dieses Bekenntnis zu offenen Standards ermöglicht es Institutionen und Organisationen, Moodle für beliebige Lehr- und Lernszenarien anzupassen und zu erweitern und von der Flexibilität, der einfachen Administration, der Performanz und der Skalierbarkeit von Moodle zu profitieren.

Moodle unterstützt folgende internationale Standards:


moodle-opensource.png

1. Eine Open Source Initiative

Moodle ist als freie Open Source Software verfügbar, die unter den Bedingungen der GNU General Public License genutzt, verändert und verbreitet werden darf. Es gibt auf der Moodle-Community-Plattform Moodle.org unzählige Informationen, Dokumentation, Kursinhalte und Arbeitsmaterialien, die unter verschiedenen Lizenzen verwendet werden können. Dazu gehört:

  • Moodle Dokumentation: Die gesamte Dokumentation auf docs.moodle.org ist frei lizensiert unter der GNU General Public License, und unterliegt seit 2005 dem Copyright © der jeweiligen Autor/innen eines Artikels.
  • Moodle.net: Alle Kurse, die auf Moodle.net verfügbar sind, sind unter der Commons licenses veröffentlicht.


moodle-imslticertified.png

2. IMS LTI™ Certified

Moodle is certified Learning Tool Interoperability (LTI) v1.0 and v1.1 compliant. The LTI™ certification is a global technical standard of integrating learning applications. Users can integrate and present externally hosted applications and content within a single Moodle platform without having to develop and maintain custom integrations. Learn more about integrating LTI resources onto your Moodle platform.


moodle-scormcertified.png

3. SCORM-ADL compliant

Moodle complies with the SCORM 1.2 specification. The SCORM (Sharable Content Object Reference Model) is a set of specifications and standards for web-based e-learning. Users can deliver SCORM content via Moodle by uploading any SCORM or AICC package to the Moodle course. There are also community plugins available that provide limited support for the Experience API (Tin Can). A commercial plugin that provides full support for SCORM 2004 and the Experience API is also available in Plugins here.


moodle-openbadges.png

4. Open Badges

Mozilla’s Open Badges project is an online standard to recognise and verify learning using digital badges. Integrated as a core feature in Moodle, any institution, organisation or individual can create and issue badges to learners on their Moodle learning platform.


Moodle und Interoperabilität

Moodle ist so konzipiert, dass Inhalte aus verschiedenen Quellen und von verschiedenen Anbietern nahtlos integriert und genutzt werden können. Für den Datenaustausch nutzt Moodle offene Industriestandards für die Web-Entwicklung. Dazu gehören:

Authentifizierung:

  • LDAP - das am weitesten verbreitete Standardprotokoll für die Authentifizierung
  • Direkter Datenbank Lookup (z.B. in eine externe Oracle-Datenbank), oder das Shibboleth-Protokoll, oder - alternativ - IMAP, NNTP, CAS oder FirstClass.

Einschreibung:

  • über LDAP-Server (z.B. Active Directory)
  • IMS Enterprise Standard (über ein Plugin, das heruntergeladen werden kann)

Inhalte: Import von wiederverwendbaren Lernobjekten (Reusable Learning Objects), die als Lernpakete entsprechend den SCORM/AICC/IMS Standards verfügbar sind

  • Moodle 1.9.5 ist zertifiziert als SCORM 1.2 kompatibel
  • Ab Moodle 1.9.7 wird IMS Common Cartridge Import und Export unterstützt
  • Ab Moodle 2.3 wird CC Export unterstützt
  • The use of XML for content import/export (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.

Quiz questions via import and export using international standard IMS QTI 2 and several other formats. RSS newsfeeds, 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.