From d876111bfd1b7ce551b4704bd863c31e51d701c5 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Thu, 31 Jan 2013 01:33:47 +0100 Subject: pres: Add sqlbox section --- doc/presentation.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- cgit