Kaynağa Gözat

成绩分析

wzl_h
wangzhonglu 2 yıl önce
ebeveyn
işleme
a0eb6cc19f

+ 3
- 4
js/index.js Dosyayı Görüntüle

@@ -1,12 +1,11 @@
1 1
 $(function () {
2 2
   var loadHtmlArr = [
3 3
     // "cover",
4
-    // // "catalog",
5 4
     // "preface",
6
-    "section_1",
5
+    // "section_1",
7 6
     "section_2",
8
-    "section_3",
9
-    "section_4",
7
+    // "section_3",
8
+    // "section_4",
10 9
   ];
11 10
   $(".pdf_root").html(loadHtmlArr.map(function (htmlName) {
12 11
     return "<div class='" + htmlName + "_html_root'></div>";

+ 0
- 12
sections/catalog.html Dosyayı Görüntüle

@@ -1,12 +0,0 @@
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
-</head>
9
-<body>
10
-  <div class="page_root"></div>
11
-</body>
12
-</html>

+ 3
- 4
sections/scoreAnalysis/section_2_class_all.html Dosyayı Görüntüle

@@ -17,10 +17,9 @@
17 17
         <div class="abstract_content">从学校和数据的角度分析整体科目、整体班级及各科各班之间的水平和差异情况,系统从多个维度的数据进行对比分析,包括<strong>满分、最高分、平均分、最低分、四率、参考人数、标准差。</strong></div>
18 18
       </div>
19 19
     </div>
20
-    <h2 class="section_title_2">1.总览</h2>
21
-    <h2 class="section_title_2">2.成绩概况</h2>
22
-    <h3 class="section_title_3">2.1 各科满分、最高分、最低分、平均分对比分析</h3>
23
-    <h4 class="section_title_4">2.1.1 各科满分、最高分、最低分、平均分对比分析</h4>
20
+    <h2 class="section_title_2">1.班级成绩对比</h2>
21
+    <h3 class="section_title_3">1.1 全科对比</h3>
22
+    <h4 class="section_title_4">1.1.1 各科满分、最高分、最低分、平均分对比分析</h4>
24 23
   </div>
25 24
   <script src="../../js/scoreAnalysis/section_2_class_all.js"></script>
26 25
 </body>

Loading…
İptal
Kaydet