智慧校园考试-班级报告
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

section_3.html 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <!DOCTYPE html>
  2. <html lang="zh-cn">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <title>校本PDF报告-第三章 违纪行为分析</title>
  8. <link rel="stylesheet" href="../css/section_3.css" />
  9. </head>
  10. <body>
  11. <div class="ChapterThree"></div>
  12. <!-- <div class="page_root section_3">
  13. <h1 class="section_title_1">第三章 试卷分析</h1>
  14. <div class="abstract_box">
  15. <div class="abstract_left">
  16. <img src="/img/img2.png" />
  17. </div>
  18. <div class="abstract_right">
  19. <div class="abstract_content">
  20. 从学科试卷分析,帮我们从宏观的角度了解班级的水平和差异。系统从多个维度的数据进行学科对比分析,<strong
  21. >包括大题年级和班级的(平均分、得分率)、小题年级和班级的(平均分、得分率)。</strong
  22. >
  23. </div>
  24. </div>
  25. </div>
  26. <h1 class="subjectinfo">试卷分析</h1>
  27. <h2 class="section_title_2">1. 大题分析</h2>
  28. <h3 class="section_title_3">1.1 大题分析</h3>
  29. <div
  30. id="largeAnalysisEcharts"
  31. style="margin: 0 4mm 4mm; height: 71mm"
  32. ></div>
  33. <h2 class="section_title_3">1.2 大题整体分析</h2>
  34. <div class="largeAnalysistable"></div>
  35. </div>
  36. <div class="page_root section_3">
  37. <h2 class="section_title_2">2. 小题分析</h2>
  38. <h3 class="section_title_3">2.1 小题分析</h3>
  39. <div
  40. id="SmallAnalysisEcharts"
  41. style="margin: 0 4mm 4mm; height: 71mm"
  42. ></div>
  43. <h2 class="section_title_3">2.2 小题整体分析</h2>
  44. <div class="SmallAnalysistable"></div>
  45. </div>
  46. <div class="page_root section_3">
  47. <h2 class="section_title_2">3. 知识点掌握整体概况</h2>
  48. <h3 class="section_title_3">3.1 知识点得分率分析</h3>
  49. <div
  50. id="pointsAnalysisEcharts"
  51. style="margin: 0 4mm 4mm; height: 71mm"
  52. ></div>
  53. <h2 class="section_title_3">3.2 知识点整体分析</h2>
  54. <div class="pointsAnalysistable"></div>
  55. </div> -->
  56. <script src="../js/section_3.js"></script>
  57. </body>
  58. </html>