diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-31 01:47:58 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-31 01:47:58 +0100 |
commit | 7ebb4458caf58cd8ef68eb56a09c3379e17f851e (patch) | |
tree | 2633e1a6aee324681e45a8fc86664420e2a2b51c /doc | |
parent | d876111bfd1b7ce551b4704bd863c31e51d701c5 (diff) | |
download | sqltutor-plugin-7ebb4458caf58cd8ef68eb56a09c3379e17f851e.tar.gz sqltutor-plugin-7ebb4458caf58cd8ef68eb56a09c3379e17f851e.tar.bz2 sqltutor-plugin-7ebb4458caf58cd8ef68eb56a09c3379e17f851e.zip |
doc: Fix title
Diffstat (limited to 'doc')
-rw-r--r-- | doc/documentation.txt | 2 | ||||
-rw-r--r-- | doc/presentation.txt | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/documentation.txt b/doc/documentation.txt index 05a30c5..fa20461 100644 --- a/doc/documentation.txt +++ b/doc/documentation.txt @@ -1,4 +1,4 @@ -= Interaktives SQL E-Learning Module += Interaktives SQL E-Learning Modul :author: Jan Klemkow, Benjamin Franzke :lang: de :imagesdir: image diff --git a/doc/presentation.txt b/doc/presentation.txt index 6e04f8d..3a7db25 100644 --- a/doc/presentation.txt +++ b/doc/presentation.txt @@ -1,4 +1,5 @@ -= SQL-E-Learning += Interaktives SQL E-Learning Modul + :author: Jan Klemkow, Benjamin Franzke :lang: de :imagesdir: image @@ -68,8 +69,8 @@ GRANT SELECT ON ALL TABLES IN SCHEMA public TO sqlbox_read; * Moodle-Aktivitäts-Modul * Eine Instanz pro Aufgabe * Geteilte Datenbank für alle Instanzen -* 3. Teilig -** Hauptteil (view): Aufgabe + Query + Ergebnis-Tabelle +* 3-Teilig +** Hauptteil (view): Aufgabenstellung + Query + Ergebnis-Tabelle ** Report: Anzeige der Anfragen pro SQLBox (Korrekt/Fehlerhaft?) ** Reportall: Anzeige aller Nutzer mit allen SQLBoxen & Fortschritt |