Re: Learning to use elementtree
"Doran, Harold" <[email protected]> Tue, 1 Apr 2008 08:35:37 -0400
| Newsgroups | gmane.comp.python.xml |
|---|---|
| Message-ID | <[email protected]> |
David et al:
Attached is a sample xml file. Below is my python code. I am using
python 2.5.2 on a Windows XP machine.
Test.py
from xml.etree.ElementTree import ElementTree as ET
# create a new file defined by the user
f = open('output.txt', 'w')
et = ET(file='g:\python\ml\out_g3r_b2.xml')
for statentityref in
et.findall('admin/responseanalyses/analysis/analysisdata/statentityref')
:
for statval in
et.findall('admin/responseanalyses/analysis/analysisdata/statentityref/s
tatval'):
print >> f, statentityref.attrib['id'], '\t',
statval.attrib['type'], '\t', statval.attrib['value']
f.close()
If you run this you will see the output organized almost exactly as I
need it. But, there is a bug in my program, which I suspect is in the
order in which I am looping. For example, here is a snippet of output
from the file output.txt. I've added in some comments so you can see
where I am struggling.
9568 OmitCount 0.000000 # This is correct
9568 NotReachedCount 0.000000 # This is correct
9568 PolyserialCorrelation 0.602525 # This is correct
9568 AdjustedPolyserial 0.553564 # This is correct
9568 AverageScore 0.817348 # This is correct
9568 StdevItemScore 0.386381 # This is correct
9568 OmitCount 0.000000 # This is NOT correct
9568 NotReachedCount 0.000000 # This is NOT correct
9568 PolyserialCorrelation 0.672088 # This is NOT correct
9568 AdjustedPolyserial 0.590175 # This is NOT correct
9568 AverageScore 1.034195 # This is NOT correct
9568 StdevItemScore 0.926668 # This is NOT correct
Now, here is what *should* be returned. Note that I have manually
changed the item id (the number preceding the text) to 9569. The data
are pulled in correctly, but for some reason I am not looping properly
to get the correct item ID to line up with its corresponding data.
9568 OmitCount 0.000000
9568 NotReachedCount 0.000000
9568 PolyserialCorrelation 0.602525
9568 AdjustedPolyserial 0.553564
9568 AverageScore 0.817348
9568 StdevItemScore 0.386381
9569 OmitCount 0.000000 # Note the item ID has been modified
here and below.
9569 NotReachedCount 0.000000
9569 PolyserialCorrelation 0.672088
9569 AdjustedPolyserial 0.590175
9569 AverageScore 1.034195
9569 StdevItemScore 0.926668
Last, notice the portion of code
admin/responseanalyses/analysis/analysisdata/statentityref')
I know this is what to use only because I manually went through the xml
file to examine its hierarchical structure. I assume this is bad
pratice. Is there a way to examine the parent-child structure of an XML
file in python so I can see the hierarchical structure?
Thanks,
Harold
> -----Original Message-----
> From: David Stanek [mailto:[email protected]]
> Sent: Tuesday, April 01, 2008 6:39 AM
> To: Doran, Harold
> Cc: [email protected]
> Subject: Re: [XML-SIG] Learning to use elementtree
>
> 2008/3/31 Doran, Harold <[email protected]>:
> >
> > But, now I am trying to apply the code I have written to a real xml
> > file I need to work with and things are hitting a road block. Is
> > anyone on this able willing to look at an xml file I can
> send them and
> > work with me through a small example to see if I can get
> this to work?
> >
>
> What is the road block?
>
>
> --
> David
> http://www.traceback.org
>
_______________________________________________
XML-SIG maillist - [email protected]
http://mail.python.org/mailman/listinfo/xml-sig
out_g3r_b2.xml
(text/xml, 63.1 KB)
<airassmnt><itembank/><instrument id="Grade3Reading"><form id="FORMB::G3R::SP07"><formitem id="9568" position="0"/><formitem id="9569" position="1"/><formitem id="9567" position="2"/><formitem id="9571" position="3"/><formitem id="9565" position="4"/><formitem id="9563" position="5"/><formitem id="8497" position="6"/><formitem id="8498" position="7"/><formitem id="8495" position="8"/><formitem id="8493" position="9"/><formitem id="8496" position="10"/><formitem id="8492" position="11"/><formitem id="8491" position="12"/><formitem id="9606" position="13"/><formitem id="9607" position="14"/><formitem id="9605" position="15"/><formitem id="9608" position="16"/><formitem id="9797" position="17"/><formitem id="10007" position="18"/><formitem id="10004" position="19"/><formitem id="10003" position="20"/><formitem id="10008" position="21"/><formitem id="10001" position="22"/><formitem id="9540" position="23"/><formitem id="9538" position="24"/><formitem id="9541" position="25"/><formitem id="9534" position="26"/><formitem id="9539" position="27"/><formitem id="9093" position="28"/><formitem id="9094" position="29"/><formitem id="9268" position="30"/><formitem id="9097" position="31"/><formitem id="9095" position="32"/><formitem id="9098" position="33"/><formitem id="9096" position="34"/></form></instrument><admin id="Grade3Reading::SP07" instrument="Grade3Reading"><genatt name="adminperiod" value="SP07"/><responseanalyses><responsebankref id="g3r form b"/><analysisdefs><analysisoption name="mark" value="yes"/><analysisoption name="notreached" value="ASNOTPRESENTED"/><analysisoption name="othercodes" value="ASOMITS"/><analysisoption name="percent" value="yes"/><analysisoption name="adjpolyserial" value="yes"/><analysisoption name="adjdistractorpolyserial" value="yes"/><analysisoption name="distractorpercent" value="yes"/><analysisoption name="distractorpolyserial" value="yes"/><analysisoption name="polyserial" value="yes"/><analysisoption name="excludenonmodal" value="yes"/><analysisoption name="excludedistractorunused" value="yes"/><analysisoption name="excludebelow" value="3.000000"/><analysisoption name="pctasraw" value="no"/><analysisoption name="excludebelow" value="3.000000"/><analysisoption name="excludelowpolyserial" value="0.200000"/><analysisoption name="collapseonpdif" value="0.050000"/><analysisoption name="excludelowpolyserial" value="0.200000"/><analysisoption name="excludedif" value="0.010000"/><analysisoption name="includeomits" value="yes"/><analysisoption name="continuitycorrection" value="no"/><analysisoption name="comparetomodalgroup" value="yes"/><analysisoption name="modaldistractor" value="no"/><analysisoption name="rawscorestrata" value="5"/><analysisoption name="alpha" value="0.050000"/><analysisoption name="smdab" value="0.170000"/><analysisoption name="smdbc" value="0.250000"/><analysisoption name="deltaab" value="1.000000"/><analysisoption name="deltabc" value="1.500000"/><analysisoption name="difstratifier" value=""/><analysisoption name="winstepsoutput" value="NO"/><analysisoption name="winstepsconfile" value=""/><analysisoption name="winstepsdatfile" value=""/><statentity type="item" id="9568" varname="OSPI9568"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="2"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="9569" varname="OSPI9569"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="3"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="2.000000" id="2.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="9567" varname="OSPI9567"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="2"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="9571" varname="OSPI9571"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="2"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="9565" varname="OSPI9565"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="5"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="2.000000" id="2.000000" type="itemscorept"/><statentity code="3.000000" id="3.000000" type="itemscorept"/><statentity code="4.000000" id="4.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="9563" varname="OSPI9563"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="2"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="8497" varname="OSPI8497"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="2"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="8498" varname="OSPI8498"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="3"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="2.000000" id="2.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="8495" varname="OSPI8495"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="2"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="8493" varname="OSPI8493"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="2"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="8496" varname="OSPI8496"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="3"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="2.000000" id="2.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="8492" varname="OSPI8492"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="2"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="8491" varname="OSPI8491"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="2"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="9606" varname="OSPI9606"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="2"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="9607" varname="OSPI9607"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="2"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="9605" varname="OSPI9605"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="2"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="9608" varname="OSPI9608"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="3"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="2.000000" id="2.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="9797" varname="OSPI9797"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="2"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="10007" varname="OSPI10007"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="2"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="10004" varname="OSPI10004"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="5"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="2.000000" id="2.000000" type="itemscorept"/><statentity code="3.000000" id="3.000000" type="itemscorept"/><statentity code="4.000000" id="4.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="10003" varname="OSPI10003"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="2"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="10008" varname="OSPI10008"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="2"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="10001" varname="OSPI10001"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="3"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="2.000000" id="2.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="9540" varname="OSPI9540"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="2"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="9538" varname="OSPI9538"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="3"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="2.000000" id="2.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="9541" varname="OSPI9541"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="2"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="9534" varname="OSPI9534"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="2"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="9539" varname="OSPI9539"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="2"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="9093" varname="OSPI9093"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="2"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="9094" varname="OSPI9094"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="2"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="9268" varname="OSPI9268"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="2"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="9097" varname="OSPI9097"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="3"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="2.000000" id="2.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="9095" varname="OSPI9095"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="2"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="9098" varname="OSPI9098"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="3"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="2.000000" id="2.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity><statentity type="item" id="9096" varname="OSPI9096"><genatt name="type" value="CR"/><genatt name="codestart" value="0"/><genatt name="validcodes" value="2"/><genatt name="omitcode" value="9"/><genatt name="notpresentedcode" value="8"/><statentity code="0.000000" id="0.000000" type="itemscorept"/><statentity code="1.000000" id="1.000000" type="itemscorept"/><statentity code="9" id="omit" type="itemscorept"/></statentity></analysisdefs><genatt name="xmloutputfile" value="H:\share\2008 Data\AM Output\Grade3\grade3_b_output.xml"/><analysis creator="Enter creator" description="Enter Description" level="form" type="classical"><analysisdata formid="FORMB::G3R::SP07"><statentityref id="9568" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.602525"/><statval type="AdjustedPolyserial" value="0.553564"/><statval type="AverageScore" value="0.817348" se="0.011163"/><statval type="StdevItemScore" value="0.386381"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="23.867580" se="0.655571"/><statval type="ScorePtPct" value="0.182652" se="0.011163"/><statval type="ScorePtBiserial" value="-0.602525"/><statval type="ScorePtAdjBiserial" value="-0.553564"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="34.323469" se="0.278803"/><statval type="ScorePtPct" value="0.817348" se="0.011163"/><statval type="ScorePtBiserial" value="0.602525"/><statval type="ScorePtAdjBiserial" value="0.553564"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="9569" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.672088"/><statval type="AdjustedPolyserial" value="0.590175"/><statval type="AverageScore" value="1.034195" se="0.026773"/><statval type="StdevItemScore" value="0.926668"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="26.145455" se="0.435747"/><statval type="ScorePtPct" value="0.412844" se="0.014225"/><statval type="ScorePtBiserial" value="-0.679324"/><statval type="ScorePtAdjBiserial" value="-0.597547"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="32.523810" se="0.594769"/><statval type="ScorePtPct" value="0.587156" se="0.014225"/><statval type="ScorePtBiserial" value="0.679324"/><statval type="ScorePtAdjBiserial" value="0.597547"/></statentityref><statentityref id="2.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="38.167910" se="0.271085"/><statval type="ScorePtPct" value="0.447039" se="0.014365"/><statval type="ScorePtBiserial" value="0.664962"/><statval type="ScorePtAdjBiserial" value="0.582915"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="9567" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.772537"/><statval type="AdjustedPolyserial" value="0.729777"/><statval type="AverageScore" value="0.809842" se="0.011338"/><statval type="StdevItemScore" value="0.392426"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="21.622807" se="0.613343"/><statval type="ScorePtPct" value="0.190158" se="0.011338"/><statval type="ScorePtBiserial" value="-0.772537"/><statval type="ScorePtAdjBiserial" value="-0.729777"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="34.947477" se="0.257434"/><statval type="ScorePtPct" value="0.809842" se="0.011338"/><statval type="ScorePtBiserial" value="0.772537"/><statval type="ScorePtAdjBiserial" value="0.729777"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="9571" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.677395"/><statval type="AdjustedPolyserial" value="0.630458"/><statval type="AverageScore" value="0.744787" se="0.012596"/><statval type="StdevItemScore" value="0.435981"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="24.071895" se="0.547127"/><statval type="ScorePtPct" value="0.255213" se="0.012596"/><statval type="ScorePtBiserial" value="-0.677395"/><statval type="ScorePtAdjBiserial" value="-0.630458"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="35.272116" se="0.270170"/><statval type="ScorePtPct" value="0.744787" se="0.012596"/><statval type="ScorePtBiserial" value="0.677395"/><statval type="ScorePtAdjBiserial" value="0.630458"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="9565" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.661292"/><statval type="AdjustedPolyserial" value="0.552955"/><statval type="AverageScore" value="2.028357" se="0.041055"/><statval type="StdevItemScore" value="1.420990"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="22.863813" se="0.638354"/><statval type="ScorePtPct" value="0.214345" se="0.011856"/><statval type="ScorePtBiserial" value="-0.717364"/><statval type="ScorePtAdjBiserial" value="-0.616330"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="28.686486" se="0.602507"/><statval type="ScorePtPct" value="0.785655" se="0.011856"/><statval type="ScorePtBiserial" value="0.717364"/><statval type="ScorePtAdjBiserial" value="0.616330"/></statentityref><statentityref id="2.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="33.236641" se="0.444269"/><statval type="ScorePtPct" value="0.631359" se="0.013938"/><statval type="ScorePtBiserial" value="0.710709"/><statval type="ScorePtAdjBiserial" value="0.599813"/></statentityref><statentityref id="3.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="36.634241" se="0.384954"/><statval type="ScorePtPct" value="0.412844" se="0.014225"/><statval type="ScorePtBiserial" value="0.641110"/><statval type="ScorePtAdjBiserial" value="0.527644"/></statentityref><statentityref id="4.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="40.159664" se="0.353887"/><statval type="ScorePtPct" value="0.198499" se="0.011524"/><statval type="ScorePtBiserial" value="0.563937"/><statval type="ScorePtAdjBiserial" value="0.458587"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="9563" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.575632"/><statval type="AdjustedPolyserial" value="0.525493"/><statval type="AverageScore" value="0.799833" se="0.011560"/><statval type="StdevItemScore" value="0.400125"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="24.533333" se="0.671459"/><statval type="ScorePtPct" value="0.200167" se="0.011560"/><statval type="ScorePtBiserial" value="-0.575632"/><statval type="ScorePtAdjBiserial" value="-0.525493"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="34.385819" se="0.276343"/><statval type="ScorePtPct" value="0.799833" se="0.011560"/><statval type="ScorePtBiserial" value="0.575632"/><statval type="ScorePtAdjBiserial" value="0.525493"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="8497" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.697514"/><statval type="AdjustedPolyserial" value="0.652401"/><statval type="AverageScore" value="0.870726" se="0.009693"/><statval type="StdevItemScore" value="0.335503"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="21.290323" se="0.792696"/><statval type="ScorePtPct" value="0.129274" se="0.009693"/><statval type="ScorePtBiserial" value="-0.697514"/><statval type="ScorePtAdjBiserial" value="-0.652401"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="34.065134" se="0.267017"/><statval type="ScorePtPct" value="0.870726" se="0.009693"/><statval type="ScorePtBiserial" value="0.697514"/><statval type="ScorePtAdjBiserial" value="0.652401"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="8498" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.849212"/><statval type="AdjustedPolyserial" value="0.789526"/><statval type="AverageScore" value="1.471226" se="0.023074"/><statval type="StdevItemScore" value="0.798642"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="20.133047" se="0.586186"/><statval type="ScorePtPct" value="0.194329" se="0.011432"/><statval type="ScorePtBiserial" value="-0.886629"/><statval type="ScorePtAdjBiserial" value="-0.824601"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="28.577381" se="0.601559"/><statval type="ScorePtPct" value="0.805671" se="0.011432"/><statval type="ScorePtBiserial" value="0.886629"/><statval type="ScorePtAdjBiserial" value="0.824601"/></statentityref><statentityref id="2.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="36.807018" se="0.227380"/><statval type="ScorePtPct" value="0.665555" se="0.013631"/><statval type="ScorePtBiserial" value="0.820936"/><statval type="ScorePtAdjBiserial" value="0.763020"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="8495" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.621361"/><statval type="AdjustedPolyserial" value="0.571839"/><statval type="AverageScore" value="0.713094" se="0.013068"/><statval type="StdevItemScore" value="0.452317"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="25.197674" se="0.527262"/><statval type="ScorePtPct" value="0.286906" se="0.013068"/><statval type="ScorePtBiserial" value="-0.621361"/><statval type="ScorePtAdjBiserial" value="-0.571839"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="35.316959" se="0.278776"/><statval type="ScorePtPct" value="0.713094" se="0.013068"/><statval type="ScorePtBiserial" value="0.621361"/><statval type="ScorePtAdjBiserial" value="0.571839"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="8493" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.480574"/><statval type="AdjustedPolyserial" value="0.425056"/><statval type="AverageScore" value="0.647206" se="0.013806"/><statval type="StdevItemScore" value="0.477839"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="27.463357" se="0.493175"/><statval type="ScorePtPct" value="0.352794" se="0.013806"/><statval type="ScorePtBiserial" value="-0.480574"/><statval type="ScorePtAdjBiserial" value="-0.425056"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="35.112113" se="0.303044"/><statval type="ScorePtPct" value="0.647206" se="0.013806"/><statval type="ScorePtBiserial" value="0.480574"/><statval type="ScorePtAdjBiserial" value="0.425056"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="8496" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.659408"/><statval type="AdjustedPolyserial" value="0.597106"/><statval type="AverageScore" value="1.073394" se="0.022567"/><statval type="StdevItemScore" value="0.781106"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="22.932308" se="0.561370"/><statval type="ScorePtPct" value="0.271059" se="0.012843"/><statval type="ScorePtBiserial" value="-0.792953"/><statval type="ScorePtAdjBiserial" value="-0.736295"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="34.045553" se="0.325574"/><statval type="ScorePtPct" value="0.728941" se="0.012843"/><statval type="ScorePtBiserial" value="0.792953"/><statval type="ScorePtAdjBiserial" value="0.736295"/></statentityref><statentityref id="2.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="38.053269" se="0.300688"/><statval type="ScorePtPct" value="0.344454" se="0.013729"/><statval type="ScorePtBiserial" value="0.539256"/><statval type="ScorePtAdjBiserial" value="0.471876"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="8492" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.802787"/><statval type="AdjustedPolyserial" value="0.761132"/><statval type="AverageScore" value="0.839867" se="0.010595"/><statval type="StdevItemScore" value="0.366730"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="20.473958" se="0.639596"/><statval type="ScorePtPct" value="0.160133" se="0.010595"/><statval type="ScorePtBiserial" value="-0.802787"/><statval type="ScorePtAdjBiserial" value="-0.761132"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="34.690169" se="0.257338"/><statval type="ScorePtPct" value="0.839867" se="0.010595"/><statval type="ScorePtBiserial" value="0.802787"/><statval type="ScorePtAdjBiserial" value="0.761132"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="8491" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.727555"/><statval type="AdjustedPolyserial" value="0.683651"/><statval type="AverageScore" value="0.892410" se="0.008952"/><statval type="StdevItemScore" value="0.309861"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="20.170543" se="0.955689"/><statval type="ScorePtPct" value="0.107590" se="0.008952"/><statval type="ScorePtBiserial" value="-0.727555"/><statval type="ScorePtAdjBiserial" value="-0.683651"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="33.889720" se="0.260957"/><statval type="ScorePtPct" value="0.892410" se="0.008952"/><statval type="ScorePtBiserial" value="0.727555"/><statval type="ScorePtAdjBiserial" value="0.683651"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="9606" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.740872"/><statval type="AdjustedPolyserial" value="0.696797"/><statval type="AverageScore" value="0.808173" se="0.011376"/><statval type="StdevItemScore" value="0.393737"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="22.100000" se="0.632341"/><statval type="ScorePtPct" value="0.191827" se="0.011376"/><statval type="ScorePtBiserial" value="-0.740872"/><statval type="ScorePtAdjBiserial" value="-0.696797"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="34.861713" se="0.259850"/><statval type="ScorePtPct" value="0.808173" se="0.011376"/><statval type="ScorePtBiserial" value="0.740872"/><statval type="ScorePtAdjBiserial" value="0.696797"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="9607" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.673115"/><statval type="AdjustedPolyserial" value="0.626360"/><statval type="AverageScore" value="0.801501" se="0.011524"/><statval type="StdevItemScore" value="0.398870"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="23.168067" se="0.637583"/><statval type="ScorePtPct" value="0.198499" se="0.011524"/><statval type="ScorePtBiserial" value="-0.673115"/><statval type="ScorePtAdjBiserial" value="-0.626360"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="34.703434" se="0.268180"/><statval type="ScorePtPct" value="0.801501" se="0.011524"/><statval type="ScorePtBiserial" value="0.673115"/><statval type="ScorePtAdjBiserial" value="0.626360"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="9605" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.790745"/><statval type="AdjustedPolyserial" value="0.748783"/><statval type="AverageScore" value="0.807339" se="0.011395"/><statval type="StdevItemScore" value="0.394389"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="21.424242" se="0.621534"/><statval type="ScorePtPct" value="0.192661" se="0.011395"/><statval type="ScorePtBiserial" value="-0.790745"/><statval type="ScorePtAdjBiserial" value="-0.748783"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="35.036157" se="0.252315"/><statval type="ScorePtPct" value="0.807339" se="0.011395"/><statval type="ScorePtBiserial" value="0.790745"/><statval type="ScorePtAdjBiserial" value="0.748783"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="9608" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.466624"/><statval type="AdjustedPolyserial" value="0.385861"/><statval type="AverageScore" value="0.970809" se="0.023422"/><statval type="StdevItemScore" value="0.810676"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="27.356796" se="0.522387"/><statval type="ScorePtPct" value="0.343620" se="0.013721"/><statval type="ScorePtBiserial" value="-0.482806"/><statval type="ScorePtAdjBiserial" value="-0.402823"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="32.926829" se="0.409708"/><statval type="ScorePtPct" value="0.656380" se="0.013721"/><statval type="ScorePtBiserial" value="0.482806"/><statval type="ScorePtAdjBiserial" value="0.402823"/></statentityref><statentityref id="2.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="37.381963" se="0.378354"/><statval type="ScorePtPct" value="0.314429" se="0.013414"/><statval type="ScorePtBiserial" value="0.449854"/><statval type="ScorePtAdjBiserial" value="0.368282"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="9797" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.812801"/><statval type="AdjustedPolyserial" value="0.771465"/><statval type="AverageScore" value="0.918265" se="0.007915"/><statval type="StdevItemScore" value="0.273960"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="17.714286" se="0.885364"/><statval type="ScorePtPct" value="0.081735" se="0.007915"/><statval type="ScorePtBiserial" value="-0.812801"/><statval type="ScorePtAdjBiserial" value="-0.771465"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="33.722071" se="0.263621"/><statval type="ScorePtPct" value="0.918265" se="0.007915"/><statval type="ScorePtBiserial" value="0.812801"/><statval type="ScorePtAdjBiserial" value="0.771465"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="10007" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.790049"/><statval type="AdjustedPolyserial" value="0.747929"/><statval type="AverageScore" value="0.831526" se="0.010814"/><statval type="StdevItemScore" value="0.374286"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="20.871287" se="0.633476"/><statval type="ScorePtPct" value="0.168474" se="0.010814"/><statval type="ScorePtBiserial" value="-0.790049"/><statval type="ScorePtAdjBiserial" value="-0.747929"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="34.752257" se="0.257843"/><statval type="ScorePtPct" value="0.831526" se="0.010814"/><statval type="ScorePtBiserial" value="0.790049"/><statval type="ScorePtAdjBiserial" value="0.747929"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="10004" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.674971"/><statval type="AdjustedPolyserial" value="0.586032"/><statval type="AverageScore" value="2.280234" se="0.035944"/><statval type="StdevItemScore" value="1.244116"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="16.919192" se="0.847717"/><statval type="ScorePtPct" value="0.082569" se="0.007952"/><statval type="ScorePtBiserial" value="-0.858914"/><statval type="ScorePtAdjBiserial" value="-0.793153"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="26.933594" se="0.562136"/><statval type="ScorePtPct" value="0.917431" se="0.007952"/><statval type="ScorePtBiserial" value="0.858914"/><statval type="ScorePtAdjBiserial" value="0.793153"/></statentityref><statentityref id="2.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="31.889610" se="0.444792"/><statval type="ScorePtPct" value="0.703920" se="0.013190"/><statval type="ScorePtBiserial" value="0.724428"/><statval type="ScorePtAdjBiserial" value="0.636570"/></statentityref><statentityref id="3.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="37.028369" se="0.356205"/><statval type="ScorePtPct" value="0.447039" se="0.014365"/><statval type="ScorePtBiserial" value="0.667980"/><statval type="ScorePtAdjBiserial" value="0.573920"/></statentityref><statentityref id="4.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="39.488189" se="0.350816"/><statval type="ScorePtPct" value="0.211843" se="0.011806"/><statval type="ScorePtBiserial" value="0.528827"/><statval type="ScorePtAdjBiserial" value="0.433409"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="10003" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.476949"/><statval type="AdjustedPolyserial" value="0.423580"/><statval type="AverageScore" value="0.783987" se="0.011890"/><statval type="StdevItemScore" value="0.411523"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="26.084942" se="0.642985"/><statval type="ScorePtPct" value="0.216013" se="0.011890"/><statval type="ScorePtBiserial" value="-0.476949"/><statval type="ScorePtAdjBiserial" value="-0.423580"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="34.157447" se="0.289147"/><statval type="ScorePtPct" value="0.783987" se="0.011890"/><statval type="ScorePtBiserial" value="0.476949"/><statval type="ScorePtAdjBiserial" value="0.423580"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="10008" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.601801"/><statval type="AdjustedPolyserial" value="0.551715"/><statval type="AverageScore" value="0.738949" se="0.012689"/><statval type="StdevItemScore" value="0.439208"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="25.083067" se="0.549247"/><statval type="ScorePtPct" value="0.261051" se="0.012689"/><statval type="ScorePtBiserial" value="-0.601801"/><statval type="ScorePtAdjBiserial" value="-0.551715"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="35.003386" se="0.282201"/><statval type="ScorePtPct" value="0.738949" se="0.012689"/><statval type="ScorePtBiserial" value="0.601801"/><statval type="ScorePtAdjBiserial" value="0.551715"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="10001" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.696536"/><statval type="AdjustedPolyserial" value="0.640777"/><statval type="AverageScore" value="1.082569" se="0.021643"/><statval type="StdevItemScore" value="0.749103"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="22.841924" se="0.579366"/><statval type="ScorePtPct" value="0.242702" se="0.012386"/><statval type="ScorePtBiserial" value="-0.759214"/><statval type="ScorePtAdjBiserial" value="-0.705837"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="32.555985" se="0.336934"/><statval type="ScorePtPct" value="0.757298" se="0.012386"/><statval type="ScorePtBiserial" value="0.759214"/><statval type="ScorePtAdjBiserial" value="0.705837"/></statentityref><statentityref id="2.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="39.366667" se="0.261504"/><statval type="ScorePtPct" value="0.325271" se="0.013535"/><statval type="ScorePtBiserial" value="0.642086"/><statval type="ScorePtAdjBiserial" value="0.584258"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="9540" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.536769"/><statval type="AdjustedPolyserial" value="0.483837"/><statval type="AverageScore" value="0.702252" se="0.013211"/><statval type="StdevItemScore" value="0.457268"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="26.302521" se="0.537903"/><statval type="ScorePtPct" value="0.297748" se="0.013211"/><statval type="ScorePtBiserial" value="-0.536769"/><statval type="ScorePtAdjBiserial" value="-0.483837"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="35.004751" se="0.288413"/><statval type="ScorePtPct" value="0.702252" se="0.013211"/><statval type="ScorePtBiserial" value="0.536769"/><statval type="ScorePtAdjBiserial" value="0.483837"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="9538" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.756967"/><statval type="AdjustedPolyserial" value="0.701269"/><statval type="AverageScore" value="1.275229" se="0.022593"/><statval type="StdevItemScore" value="0.781977"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="20.906883" se="0.577343"/><statval type="ScorePtPct" value="0.206005" se="0.011685"/><statval type="ScorePtBiserial" value="-0.850325"/><statval type="ScorePtAdjBiserial" value="-0.796711"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="31.389333" se="0.411990"/><statval type="ScorePtPct" value="0.793995" se="0.011685"/><statval type="ScorePtBiserial" value="0.850325"/><statval type="ScorePtAdjBiserial" value="0.796711"/></statentityref><statentityref id="2.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="38.005199" se="0.241799"/><statval type="ScorePtPct" value="0.481234" se="0.014436"/><statval type="ScorePtBiserial" value="0.690210"/><statval type="ScorePtAdjBiserial" value="0.633022"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="9541" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.734591"/><statval type="AdjustedPolyserial" value="0.690657"/><statval type="AverageScore" value="0.876564" se="0.009504"/><statval type="StdevItemScore" value="0.328937"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="20.533784" se="0.795991"/><statval type="ScorePtPct" value="0.123436" se="0.009504"/><statval type="ScorePtBiserial" value="-0.734591"/><statval type="ScorePtAdjBiserial" value="-0.690657"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="34.086584" se="0.264235"/><statval type="ScorePtPct" value="0.876564" se="0.009504"/><statval type="ScorePtBiserial" value="0.734591"/><statval type="ScorePtAdjBiserial" value="0.690657"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="9534" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.467965"/><statval type="AdjustedPolyserial" value="0.411290"/><statval type="AverageScore" value="0.491243" se="0.014444"/><statval type="StdevItemScore" value="0.499923"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="28.824590" se="0.386707"/><statval type="ScorePtPct" value="0.508757" se="0.014444"/><statval type="ScorePtBiserial" value="-0.467965"/><statval type="ScorePtAdjBiserial" value="-0.411290"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="36.130730" se="0.352867"/><statval type="ScorePtPct" value="0.491243" se="0.014444"/><statval type="ScorePtBiserial" value="0.467965"/><statval type="ScorePtAdjBiserial" value="0.411290"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="9539" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.806340"/><statval type="AdjustedPolyserial" value="0.764701"/><statval type="AverageScore" value="0.864053" se="0.009902"/><statval type="StdevItemScore" value="0.342732"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="19.754601" se="0.746314"/><statval type="ScorePtPct" value="0.135947" se="0.009902"/><statval type="ScorePtBiserial" value="-0.806340"/><statval type="ScorePtAdjBiserial" value="-0.764701"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="34.405405" se="0.255009"/><statval type="ScorePtPct" value="0.864053" se="0.009902"/><statval type="ScorePtBiserial" value="0.806340"/><statval type="ScorePtAdjBiserial" value="0.764701"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="9093" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.695075"/><statval type="AdjustedPolyserial" value="0.649358"/><statval type="AverageScore" value="0.828190" se="0.010898"/><statval type="StdevItemScore" value="0.377215"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="22.330097" se="0.683555"/><statval type="ScorePtPct" value="0.171810" se="0.010898"/><statval type="ScorePtBiserial" value="-0.695075"/><statval type="ScorePtAdjBiserial" value="-0.649358"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="34.505539" se="0.265888"/><statval type="ScorePtPct" value="0.828190" se="0.010898"/><statval type="ScorePtBiserial" value="0.695075"/><statval type="ScorePtAdjBiserial" value="0.649358"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="9094" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.324049"/><statval type="AdjustedPolyserial" value="0.263204"/><statval type="AverageScore" value="0.535446" se="0.014409"/><statval type="StdevItemScore" value="0.498742"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="29.701975" se="0.416019"/><statval type="ScorePtPct" value="0.464554" se="0.014409"/><statval type="ScorePtBiserial" value="-0.324049"/><statval type="ScorePtAdjBiserial" value="-0.263204"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="34.766355" se="0.360280"/><statval type="ScorePtPct" value="0.535446" se="0.014409"/><statval type="ScorePtBiserial" value="0.324049"/><statval type="ScorePtAdjBiserial" value="0.263204"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="9268" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.535309"/><statval type="AdjustedPolyserial" value="0.482680"/><statval type="AverageScore" value="0.729775" se="0.012830"/><statval type="StdevItemScore" value="0.444076"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="26.003086" se="0.583397"/><statval type="ScorePtPct" value="0.270225" se="0.012830"/><statval type="ScorePtBiserial" value="-0.535309"/><statval type="ScorePtAdjBiserial" value="-0.482680"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="34.787429" se="0.281944"/><statval type="ScorePtPct" value="0.729775" se="0.012830"/><statval type="ScorePtBiserial" value="0.535309"/><statval type="ScorePtAdjBiserial" value="0.482680"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="9097" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.762340"/><statval type="AdjustedPolyserial" value="0.711261"/><statval type="AverageScore" value="1.180150" se="0.022030"/><statval type="StdevItemScore" value="0.762490"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="21.315385" se="0.569314"/><statval type="ScorePtPct" value="0.216847" se="0.011906"/><statval type="ScorePtBiserial" value="-0.837753"/><statval type="ScorePtAdjBiserial" value="-0.789070"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="31.760259" se="0.355046"/><statval type="ScorePtPct" value="0.783153" se="0.011906"/><statval type="ScorePtBiserial" value="0.837753"/><statval type="ScorePtAdjBiserial" value="0.789070"/></statentityref><statentityref id="2.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="39.111345" se="0.232969"/><statval type="ScorePtPct" value="0.396997" se="0.014136"/><statval type="ScorePtBiserial" value="0.704907"/><statval type="ScorePtAdjBiserial" value="0.652004"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="9095" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.336865"/><statval type="AdjustedPolyserial" value="0.277019"/><statval type="AverageScore" value="0.371977" se="0.013964"/><statval type="StdevItemScore" value="0.483332"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="30.428951" se="0.349429"/><statval type="ScorePtPct" value="0.628023" se="0.013964"/><statval type="ScorePtBiserial" value="-0.336865"/><statval type="ScorePtAdjBiserial" value="-0.277019"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="35.764574" se="0.434987"/><statval type="ScorePtPct" value="0.371977" se="0.013964"/><statval type="ScorePtBiserial" value="0.336865"/><statval type="ScorePtAdjBiserial" value="0.277019"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="9098" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.643926"/><statval type="AdjustedPolyserial" value="0.588103"/><statval type="AverageScore" value="0.924103" se="0.019957"/><statval type="StdevItemScore" value="0.690755"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="23.110448" se="0.532746"/><statval type="ScorePtPct" value="0.279399" se="0.012964"/><statval type="ScorePtBiserial" value="-0.790118"/><statval type="ScorePtAdjBiserial" value="-0.740531"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="34.924194" se="0.293083"/><statval type="ScorePtPct" value="0.720601" se="0.012964"/><statval type="ScorePtBiserial" value="0.790118"/><statval type="ScorePtAdjBiserial" value="0.740531"/></statentityref><statentityref id="2.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="38.807377" se="0.344551"/><statval type="ScorePtPct" value="0.203503" se="0.011632"/><statval type="ScorePtBiserial" value="0.470145"/><statval type="ScorePtAdjBiserial" value="0.406910"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref><statentityref id="9096" type="item"><statval type="OmitCount" value="0.000000"/><statval type="NotReachedCount" value="0.000000"/><statval type="PolyserialCorrelation" value="0.667625"/><statval type="AdjustedPolyserial" value="0.621624"/><statval type="AverageScore" value="0.869058" se="0.009746"/><statval type="StdevItemScore" value="0.337337"/><statentityref id="0.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="21.808917" se="0.880277"/><statval type="ScorePtPct" value="0.130942" se="0.009746"/><statval type="ScorePtBiserial" value="-0.667625"/><statval type="ScorePtAdjBiserial" value="-0.621624"/></statentityref><statentityref id="1.000000" type="itemscorept"><statval type="UncollapsedMeanScore" value="34.011516" se="0.263552"/><statval type="ScorePtPct" value="0.869058" se="0.009746"/><statval type="ScorePtBiserial" value="0.667625"/><statval type="ScorePtAdjBiserial" value="0.621624"/></statentityref><statentityref id="omit" type="itemscorept"><statval type="ScorePtPct" value="0.000000"/><statval type="ScorePtBiserial" value="-99999.990000"/><statval type="ScorePtAdjBiserial" value="-99999.990000"/></statentityref></statentityref></analysisdata></analysis></responseanalyses><responsebank findin="H:\share\2008 Data\AM Output\Grade3\bat_g3r_b.am" sourcetype="AM" id="g3r form b"/></admin></airassmnt>