diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-30 15:56:44 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-30 15:56:44 +0100 |
commit | 8f54a188a37b3da0bb337c536be4ac318d9a8ab4 (patch) | |
tree | af8571949cd9cef82bd12e1aff1f8f477a26bdbe | |
parent | 8ea6ea6db019f68436a69f36aae55a9f205efa35 (diff) | |
download | sqltutor-plugin-8f54a188a37b3da0bb337c536be4ac318d9a8ab4.tar.gz sqltutor-plugin-8f54a188a37b3da0bb337c536be4ac318d9a8ab4.tar.bz2 sqltutor-plugin-8f54a188a37b3da0bb337c536be4ac318d9a8ab4.zip |
doc: Further describe what module is and allows
-rw-r--r-- | doc/documentation.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/documentation.txt b/doc/documentation.txt index dcd17a0..a16d63d 100644 --- a/doc/documentation.txt +++ b/doc/documentation.txt @@ -54,8 +54,11 @@ sich mit SQL-Datenbanken ergeben. === Moodle -Moodle ist eine modulare Open-Source Lernplattform. -Sie ist webbasiert und in der Programmiersprache PHP geschrieben. +Moodle ist eine modulares Open-Source System und dient als Lernplattform. +Es ist webbasiert und in der Programmiersprache PHP geschrieben. +Der Name ist gebildet als Akronym aus 'Modular Object-Oriented Dynamic Learning +Environment'. Die im Namen bereits festgehalten Modularität kann genutzt werden +um die Lernplattform um kursspezifische Aktivitäten zu erweitern. === Moodle-Module |