diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-31 01:33:47 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-31 01:33:47 +0100 |
commit | d876111bfd1b7ce551b4704bd863c31e51d701c5 (patch) | |
tree | 6e5d0a11c88b884dfe176de50d905b069ce8282d | |
parent | 9d7833b716f4954e1693ce569e40a2825209c2f8 (diff) | |
download | sqltutor-plugin-d876111bfd1b7ce551b4704bd863c31e51d701c5.tar.gz sqltutor-plugin-d876111bfd1b7ce551b4704bd863c31e51d701c5.tar.bz2 sqltutor-plugin-d876111bfd1b7ce551b4704bd863c31e51d701c5.zip |
pres: Add sqlbox section
-rw-r--r-- | doc/presentation.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/presentation.txt b/doc/presentation.txt index ea55aad..6e04f8d 100644 --- a/doc/presentation.txt +++ b/doc/presentation.txt @@ -63,6 +63,16 @@ create user sqlbox_read with password 'XXXXXX'; GRANT SELECT ON ALL TABLES IN SCHEMA public TO sqlbox_read; ---- +== SQLBox Modul + +* Moodle-Aktivitäts-Modul +* Eine Instanz pro Aufgabe +* Geteilte Datenbank für alle Instanzen +* 3. Teilig +** Hauptteil (view): Aufgabe + Query + Ergebnis-Tabelle +** Report: Anzeige der Anfragen pro SQLBox (Korrekt/Fehlerhaft?) +** Reportall: Anzeige aller Nutzer mit allen SQLBoxen & Fortschritt + == Testdaten * Kopieren der Daten aus Oracle-Datenbank |