KEYn= scoring key

Up  Previous  Next

Usually only KEY1= is needed for an MCQ scoring key.

 

Up to 99 keys can be provided for scoring the response choices, with control variables KEY1= through KEY99=. Usually KEY1= is a character string of "correct" response choices. The standard is one column per correct response, or two columns if XWIDE=2.

 

As standard, responses matching the characters in KEY1= are scored 1. Other valid responses are scored 0. KEY2= through KEY99= are character strings of successively "more correct" response choices to be used when more than one level of correct response choice is possible for one or more items. The standard score value for KEY2= is 2, and so on up to the standard score value for KEY99= which is 99. The values assigned to these keys can be changed by means of KEYSCR=. If XWIDE=1, only the values assigned to KEY1= through KEY9= can be changed, KEY10= through KEY99= retain their standard values of 10 through 99. If XWIDE=2, the all KEYn= values can be changed.

 

Example 1:        A key for a 20-item multiple choice exam, in which the choices are coded "1", "2", "3" and "4", with one correct choice per item.

       CODES=1234                        valid codes

       KEY1 =31432432143142314324        correct answers

 

Example 2:        A 20-item MCQ test with responses entered as "a", "b", "c", "d".

       CODES=abcd                        valid responses

       KEY1 =cadcbdcbadcadbcadcbd        correct answers

 

Example 3:        A 20 item multiple choice exam with two somewhat correct response choices per item. One of the correct choices is "more" correct than the other choice for each item, so the "less correct" choice will get a score of "1" (using KEY1=) and the "more correct" choice will get a score of "2" (using KEY2=). All other response choices will be scored "0":

       CODES=1234                        valid responses

       KEY1=23313141324134242113  assigns 1 to these responses

       KEY2=31432432143142314324  assigns 2 to these responses

                                       0 is assigned to other valid responses

      ISGROUPS = 0 ; for the Partial Credit model

 

Example 4:        A 100 item multiple choice test key.

       CODES= ABCD

       KEY1 = BCDADDCDBBADCDACBCDADDCDBBADCDACBCDADDCA+

               +DBBADCDACBCDADDCDBBADCDACBCDADDCDBBADCCD+

               +ACBCDADDCDBBADCDACBC        ; continuation lines

 

Example 5:        Multiple score key for items 1 to 10. Items 11 to 15 are on a rating scale of 1 to 5

               CODES  = abcd12345

               KEY1   = bacdbaddcd*****

               RESCORE= 111111111100000        ; RESCORE= signals when to apply KEY1=

 

Example 6: A 10 item test. 5 MCQ items have responses entered as "ABCD", with one of those being correct: Item 1, correct response is B. Item 2 is C. 3 is D. 4 is A. 5 is C. Then 5 partial-credit performance items rated 0-5.

               CODES =ABCD012345

               ISGROUPS=1111100000

               KEY1 = BCDAC11111 ; Key1= automatically has the value "1", etc.

               KEY2 = *****22222 ; * can be any character not in CODES=.

               KEY3 = *****33333

               KEY4 = *****44444

               KEY5 = *****55555

 

but easier with long rating scales is use of IREFER= and IVALUE=

               ISGROUPS=1111100000

               IREFER= BCDACRRRRRRRRR ; identify item type by scoring key. R = rating scale.

               CODES = ABCD0123456789

               IVALUEA=1000********** ; for A-reference items code A is scored 1.

               IVALUEB=0100**********

               IVALUEC=0010**********

               IVALUED=0001**********

               IVALUER=****0123456789 ; the rating scale items

 

Example 7: Item 1 has correct options B,D,E. Other items have only one correct option.

 

ITEM1=1

NI=10

NAME1=11

NAMELENGTH=8

CODES = "ABCDE"

; B,D,E ARE ALL CORRECT FOR ITEM 1

KEY1 = BBADCBDDC

KEY2 = D********

KEY3 = E********

KEYSCR = 111  ; ALL KEYS ARE WORTH 1 POINT

&END

Item 1

Item 2

Item 3

Item 4

Item 5

Item 6

Item 7

Item 8

Item 9

END NAMES

123456789

ADABADCCD Person 1  ; this scores as 001000000

BBDDDCAAB Person 2  ;                       110100000

CDCCDBABA Person 3  ;                       000001000

DCBCCACDC Person 4  ;                       100010011

EDCDCDCBD Person 5  ;                       100110000

 

 

 

 


Help for WINSTEPS® Rasch Measurement Software: www.winsteps.com.