12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?xml version="1.0" encoding="utf-8"?>
- <w:document xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing" xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup" xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml" xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape" mc:Ignorable="w14 w15 wp14">
- <w:body>
- <w:p w14:paraId="62AD6166" w14:textId="77777777" w:rsidR="00364B64" w:rsidRPr="0055600F" w:rsidRDefault="00364B64" w:rsidP="00DB68E4">
- <w:pPr>
- <w:widowControl/>
- <w:spacing w:beforeLines="50" w:before="156" w:line="320" w:lineRule="exact"/>
- <w:rPr>
- <w:rFonts w:eastAsia="黑体"/>
- </w:rPr>
- </w:pPr>
- <w:r w:rsidRPr="0055600F">
- <w:rPr>
- <w:rFonts w:eastAsia="黑体" w:cs="黑体" w:hint="eastAsia"/>
- </w:rPr>
- <w:t>${bigCaption!''}(本大题共</w:t>
- </w:r>
- <w:r w:rsidRPr="0055600F">
- <w:rPr>
- <w:rFonts w:eastAsia="黑体"/>
- </w:rPr>
- <w:t>${quesNums!''}</w:t>
- </w:r>
- <w:r w:rsidRPr="0055600F">
- <w:rPr>
- <w:rFonts w:eastAsia="黑体" w:cs="黑体" w:hint="eastAsia"/>
- </w:rPr>
- <w:t>小题,每小题</w:t>
- </w:r>
- <w:r w:rsidRPr="0055600F">
- <w:rPr>
- <w:rFonts w:eastAsia="黑体"/>
- </w:rPr>
- <w:t>${score!''}</w:t>
- </w:r>
- <w:r w:rsidRPr="0055600F">
- <w:rPr>
- <w:rFonts w:eastAsia="黑体" w:cs="黑体" w:hint="eastAsia"/>
- </w:rPr>
- <w:t>分,共</w:t>
- </w:r>
- <w:r w:rsidRPr="0055600F">
- <w:rPr>
- <w:rFonts w:eastAsia="黑体"/>
- </w:rPr>
- <w:t>${scoreTotal!''}</w:t>
- </w:r>
- <w:r w:rsidRPr="0055600F">
- <w:rPr>
- <w:rFonts w:eastAsia="黑体" w:cs="黑体" w:hint="eastAsia"/>
- </w:rPr>
- <w:t>分)</w:t>
- </w:r>
- </w:p>
- <w:p w14:paraId="22D5A330" w14:textId="3FAF2A9B" w:rsidR="00364B64" w:rsidRPr="006C011C" w:rsidRDefault="00364B64" w:rsidP="003C10F9">
- <w:pPr>
- <w:pStyle w:val="a9"/>
- <w:spacing w:line="320" w:lineRule="exact"/>
- <w:ind w:left="0" w:firstLineChars="217" w:firstLine="456"/>
- <w:rPr>
- <w:rFonts w:hint="eastAsia"/>
- </w:rPr>
- </w:pPr>
- <w:r w:rsidRPr="0055600F">
- <w:rPr>
- <w:rFonts w:eastAsia="黑体" w:cs="黑体" w:hint="eastAsia"/>
- </w:rPr>
- <w:t>${qsGuideText!''}</w:t>
- </w:r>
- </w:p>
- <w:sectPr w:rsidR="00364B64" w:rsidRPr="006C011C" w:rsidSect="006C011C">
- <w:pgSz w:w="11906" w:h="16838" w:code="9"/>
- <w:pgMar w:top="2155" w:right="1814" w:bottom="2155" w:left="1814" w:header="851" w:footer="1814" w:gutter="0"/>
- <w:cols w:space="425"/>
- <w:docGrid w:type="lines" w:linePitch="312"/>
- </w:sectPr>
- </w:body>
- </w:document>
|