GET DATA /TYPE=XLS
 /FILE='C:\Documents and Settings\goldschmidt.CSE.000\My Documents\Pete Stuff\Pete\random stuff\classes\EPC 684\Survey'+
' (3x).xls'
 /SHEET=name 'Sheet1'
 /CELLRANGE=full
 /READNAMES=on
 /ASSUMEDSTRWIDTH=32767.

SAVE OUTFILE='C:\Documents and Settings\goldschmidt.CSE.000\My Documents\Pete Stuff\Pete\random stuff\classes\EPC 684\college'+
' prep data all.sav'
/COMPRESSED.

variable labels intid 'interviewer ID'
 /stuid 'Respondent ID'.

      variable labels                                 
      A1        '        I feel comfortable speaking in large groups.        '        
/        A2        '        I work well in groups.        '        
/        A3        '        I make friends easily.        '        
/        A4        '        I enjoy extracurricular activities.        '        
/        A5        '        I am confident stating my own views.        '        
/        A6        '        I can easily join in on conversations.        '        
/        A7        '        I am happy with who I am.        '        
/        A8        '        I look to others for self-approval.        '        
/        B1        '        I feel proud of my academic achievements.        '        
/        B2        '        I need reassurance of my progress from my teachers.        '        
/        B3        '        I actively participate in class discussions.        '        
/        B4        '        I am confident that I will succeed in college.        '        
/        B5        '        I feel my school work is above average compared to my classmates.        '        
/        B6        '        Homework is easy for me.        '        
/        B7        '        I feel comfortable accessing instructional assistance when Im stuck         '        
/        B8        '        I enjoy volunteering to help with class material.        '        
/        C1        '        I want to get good grades.        '        
/        C2        '        I am a goal oriented person.        '        
/        C3        '        When presented with homework assignments I go beyond what is expected        '        
/        C4        '        I try my best in class.        '        
/        C5        '        I’m involved in extra curricular activities.        '        
/        C6        '        It’s very important to me that I turn in my best work.        '        
/        C7        '        Attendance is very important to me.        '        
/        C8        '        I independently complete my classwork.        '        
/        D1        '        I spend 5 hours or more per week doing homework / study outside of school        '        
/        D2        '        I arrive on time to class        '        
/        D3        '        When I make a schedule, I stick to it.        '        
/        D4        '        I finish my work before I have fun.        '        
/        D5        '        I complete all my homework, even in the subjects I don’t like        '        
/        D6        '        I work hard to reach my goals.        '        
/        D7        '        I manage my time well.        '        
/        D8        '        I am able to set short-term goals for long-term assignments.        '        
/        E1        '        My age is        '        
/        E2        '        My gender is        '        
/        E3        '        My highest education level is        '.        

value lables a1 to d8 0 'Never' 1 'Seldom' 2 'Sometimes' 3 'Often' 4 'Always'.
value labels e2 0 'male' 1 'Female'.
value labels e3 0' less than HS' 1 ' HS' 2 ' Some College' 3 '4 yr College' 4 'Post Graduate'.
frequencies var = e2 e3.

recode a1 to e3 (99=sysmis).

descriptives var = all.