Feature Wiki

Information about planned and released features

Tabs

Export Survey Data to SPSS

1 Requirements

Die detaillierten Ergebnisse von Umfragen wie auch von Tests  können im Excel sowie im CSV Format exportiert werden. Diese lassen sich wiederum zur weiteren Analyse in das Statistik-Paket IBM SPSS Statistics importieren. Allerdings erfordert das weitere Arbeiten mit den Daten einige Anpassungen der Datenstruktur sowie die manuelle Übertrag von Informationen aus dem Test beziehungsweise der Umfrage in die SPSS Statistics Datei.
 
In der zu entwickelnden Export-Variation der Testergebnisse im Format sollen folgende Daten übernommen werden:
 

  • Variablen Namen z.B. FRAGE1, ITEM1,
  • Variablentyp: z.B. Numerisch, String
  • Variablenlabe: z.B. Fragentext
  • Wertelabels: Kodierungen der Daten z.B. 1= weiblich, 2= männlich
Skizze
 
Das IBM SPSS Datenformat (*.sav) ist ein binäres Format, für das keine öffentliche Spezifikation verfügbar ist. Vom Hersteller bekommt man C-Bibiliotheken, welche man
in seine Lösungen einbauen könnte, was aber für PHP als sehr umständlich erscheint.
Eine Lösung hierfür ist es, das vom Testmodul ein Exportformat in die SPSS-Syntax überführt wird. Die SPSS Syntax welche hier verfügbar ist,
ist in der Lage durch ausführen in SPSS die entsprechende Datendatei zu erzeugen.
 
Beispieldateien:
  1. Exportiertes Beispielmodul
  2. Beispieldatei Export aus "Testsurvey" im CSV-Format
  3. Beispieldatei im IBM SPSS Syntax Format "Testsurvey.sps"
  4. Beispieldatei im IBM SPSS SAV Format
 
 

2 Status

3 Additional Information

  • If you want to know more about this feature, its implementation or funding, please contact: Jan Vanvinkenroye / Jan.Vanvinkenroye [at] rus.uni-stuttgart.de

4 Discussion

JF 10 Dec 2012: Currently we cannot estimate whether a technical feasibility for producing SPSS via PHP is given. Please contact the maintainer luetzenkirchen (at) leifos.de and clarify whether and how this is possible. In general we agree that SPSS is a common standard and support in ILIAS would be desirable.

Zenzen, Enrico [ezenzen], 24 AUG 2022: This request no longer fulfills the requirements of the Feature Wiki. In consultation with the maintainer I change the status of the feature request to "Redundant / outdated". If the request is still relevant, please update template and mockups.

5 Implementation

...

Last edited: 24. Aug 2022, 08:13, Zenzen, Enrico [ezenzen]