Feature Wiki

Information about planned and released features

Tabs

Export Test Results to SPSS

1 Requirements

Die detaillierten Ergebnisse von 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 "Rautavistikklausur
  2. Beispieldatei Export aus "Rautavistikklausur" im CSV-Format
  3. Beispieldatei im IBM SPSS Syntax Format "Rautavistikklausur"
  4. Beispieldatei im IBM SPSS SAV Format
  5. IBM Syntax Command Reference

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

MB, 22. Oct 2012:
Providing files for use with SPSS being an industry/academic standard tool is a great idea!
 
I have looked into this and have serveral questions:
 
Can you provide a formal (and authoritative) specification of the format? I have seen an spss file and it seems to contain binary data which cannot be deciphered without detailed instructions.
Can you provide a sample file according to your requirement with some data prepared in it?

BH, 24. Oct 2012:
 

  • The example data you provided in the feature requirements seems to only relate to surveys. Perhaps you can add concrete test corresponding requirements?
  • The sample file, that Max asked for, would be very nice in combination with the corresponding test export files.
  • Since I could not find any existing library to create SPSS files from within PHP, another idea I came across could be to deligate the spss file creation to the ilServer, because seem to be usable libraries for Java.

JV, 05. November 2012:

  • The examples now include a test-module with corresponding result-, export- and import files.
  • Because the available libraries would propably require a dedicated php-module, I habe chosen another export format, which is commonly available an documtented: the IBM SPSS Syntax.

JF 10 Dec 2012: Currently we cannot estimate whether a technical feasibility for producing SPSS via PHP is given. Please contact the maintainer bheyser (at) databay.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.

5 Implementation

...

Last edited: 10. Dec 2012, 12:14, Killing, Alexander [alex]