Send your coded SUMI data in an eMail message to jzk@uxp.ie by the agreed date. Your data will be analysed and returned by eMail within one working day. Please don't send me unsolicited data! This is always ignored and deleted.
The basic data format is a CSV (Comma Separated Value) subset, which can be transmitted as:
The CSV format is said to contain records, one record per line. Each record contains fields separated by commas. The rules for the SUMI subset of CSV are as follows:
Most spreadsheets will help you prepare a CSV format file. There are some examples of correctly coded files lower down on this page.
The SUMI questionnaire data are coded as follows:
| 'Agree'....... | 1 |
| 'Undecided' | 2 |
| 'Disagree'.... | 3 |
If a user omits a question then that question is coded as a zero (0 -- not a capital O).
Each user's SUMI responses are coded as the first field in each record, with a space every ten responses. After the line of 50 digits, you put a comma, and any additional data fields that you wish to keep with the data.
The first line of the file should give some information regarding what the data is, and when it was gathered.
Here is an example of a very simple correctly prepared file (example1):
|
Simple SUMI data created 20/04/2007 |
Here is an example of a correctly prepared file with many fields after the SUMI data (example2):
|
SUMI data with many fields per record created 20/04/2007 3213213231 3213213231 3212321232 3231232132 3123123123,Following the vehicles in our fleet,1,2,it's very complete,the menu is very tiny writing 3123123132 3212321232 1323132123 1232123212 1232321232,"To keep track of our lorries, trucks, and vans",1,1,The quality of the information afforded,"Really, no complaints" |
The above example has:
You may wish to add a line which explains what each field in the dataset means (always useful for record keeping.) You do this by making the first field a null field. Here is the above example, with labels in the fields (example3):
|
SUMI data with many fields per record created 20/04/2007 ,What for,How Often,How long,Best feature,Improvement 3213213231 3213213231 3212321232 3231232132 3123123123,Following the vehicles in our fleet,1,2,it's very complete,the menu is very tiny writing 3123123132 3212321232 1323132123 1232123212 1232321232,"To keep track of our lorries, trucks, and vans",1,1,The quality of the information afforded,"Really, no complaints" |
You'll see how the fields line up if you cut and paste this into a spreadsheet.
You can download CSV files and TXT versions of these three examples from the list below (use your browser's back arrow to get back here.)