12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <!DOCTYPE html>
- <html lang="zh-cn">
- <head>
- <meta charset="UTF-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>校本PDF报告-第三章 违纪行为分析</title>
- <link rel="stylesheet" href="../css/section_3.css" />
- </head>
- <body>
- <div class="ChapterThree"></div>
- <!-- <div class="page_root section_3">
- <h1 class="section_title_1">第三章 试卷分析</h1>
- <div class="abstract_box">
- <div class="abstract_left">
- <img src="/img/img2.png" />
- </div>
- <div class="abstract_right">
- <div class="abstract_content">
- 从学科试卷分析,帮我们从宏观的角度了解班级的水平和差异。系统从多个维度的数据进行学科对比分析,<strong
- >包括大题年级和班级的(平均分、得分率)、小题年级和班级的(平均分、得分率)。</strong
- >
- </div>
- </div>
- </div>
- <h1 class="subjectinfo">试卷分析</h1>
- <h2 class="section_title_2">1. 大题分析</h2>
- <h3 class="section_title_3">1.1 大题分析</h3>
- <div
- id="largeAnalysisEcharts"
- style="margin: 0 4mm 4mm; height: 71mm"
- ></div>
- <h2 class="section_title_3">1.2 大题整体分析</h2>
- <div class="largeAnalysistable"></div>
- </div>
- <div class="page_root section_3">
- <h2 class="section_title_2">2. 小题分析</h2>
- <h3 class="section_title_3">2.1 小题分析</h3>
- <div
- id="SmallAnalysisEcharts"
- style="margin: 0 4mm 4mm; height: 71mm"
- ></div>
- <h2 class="section_title_3">2.2 小题整体分析</h2>
- <div class="SmallAnalysistable"></div>
- </div>
- <div class="page_root section_3">
- <h2 class="section_title_2">3. 知识点掌握整体概况</h2>
- <h3 class="section_title_3">3.1 知识点得分率分析</h3>
- <div
- id="pointsAnalysisEcharts"
- style="margin: 0 4mm 4mm; height: 71mm"
- ></div>
- <h2 class="section_title_3">3.2 知识点整体分析</h2>
- <div class="pointsAnalysistable"></div>
- </div> -->
- <script src="../js/section_3.js"></script>
- </body>
- </html>
|