1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <!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/scoreAnalysis/section_2_excellent.css">
- </head>
- <body>
- <div class="section_2_excellent_root"></div>
- <!-- <div class="page_root section_2_excellent section_2_excellent_0">
- <h2 class="section_title_2">5. 优秀生、学困生对比</h2>
- <h3 class="section_title_3">5.1 <span class="subjectname"></span>优秀生、学困生对比</h3>
- <h4 class="section_title_4">5.1.1 各班的优秀生、学困生对比</h4>
- <div class="echarts_result">优秀生:年级前<span class="c_5699FF excellent_linescore"></span>名<span class="margin_left_6mm">学困生:年级后<span class="c_5699FF excellent_floatscore"></span>名</span></div>
- <div id="classExcellenceEcharts" style="margin: 0 4mm 4mm;height: 120mm;"></div>
- </div>
- <div class="page_root section_2_excellent section_2_excellent_0">
- <h4 class="section_title_4">5.1.2 各班优秀生、学困生占比分布</h4>
- <table border="1" class="my_table">
- <thead>
- <tr>
- <th>班级</th>
- <th class="linescore_num"></th>
- <th>占比</th>
- <th class="floatscore_num">后10名</th>
- <th>占比</th>
- </tr>
- </thead>
- <tbody class="excellent_rank_tbody">
- <tr>
- <td><div class="my_cell">全年级</div></td>
- <td><div class="my_cell">5</div></td>
- <td><div class="my_cell">4%</div></td>
- <td><div class="my_cell">5</div></td>
- <td><div class="my_cell">4%</div></td>
- </tr>
- </tbody>
- </table>
- <div class="echarts_result">
- <div>上图统计结果表示:</div>
- <div class="echarts_result_content">
- <div><span class="dot bg_5699FF"></span>年级前10名优秀生最多的班级:<span class="excellent_rank_good"></span></div>
- <div><span class="dot bg_FF5F56"></span>年级后10名学困生最多的班级:<span class="excellent_rank_bad"></span></div>
- </div>
- </div>
- </div> -->
- <span class="linescore_num"></span>
- <span class="floatscore_num"></span>
- <script src="../../js/scoreAnalysis/section_2_excellent.js"></script>
- </body>
- </html>
|