Date: Fri, 5 Aug 2005 09:02:01 -0700
Reply-To: Matthew Boswell <mjboswell@yahoo.com>
Sender: "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From: Matthew Boswell <mjboswell@yahoo.com>
Subject: grading tests with COUNT and SCORE
Content-Type: text/plain; charset=iso-8859-1
I have the following data from an academic test:
////////////////////////////////////
ID Q1 Q2 Q3 Q4 . . . Q30
1234 1 2 3 4
4321 4 3 2 1
1111 3 2 2 3
COUNT SCORE=Q1 (1)
Q2 (2)
Q3 (3)
Q4 (4) .
////////////////////////////////////
ID is the unique id number and Q1-Q30 are the answers
to questions. The customer wants to know a couple of
things; score by id and overall score are easy enough
to figure out. What is tricky is the third: is there
any way to find out how many chose the correct answer
by question? Of course a frequencies for Q1 - Q4 will
bring up a table that can be edited, but is there a
way to just bring out the number of correct answers
for each question?
Thanks-
Matt
|