Commit a8551bb18e65c145224550a5e17d7c35391e7ff1
1 parent
99425594
根据赵旭岚的要求修改部分界面
Showing
1 changed file
with
6 additions
and
6 deletions
WebRoot/WEB-INF/jsp/sunvote/teacher/teacher_report_1.jsp
@@ -36,7 +36,7 @@ | @@ -36,7 +36,7 @@ | ||
36 | <input type="hidden" name="ROLE" id="ROLE" value="${pd.ROLE}" /> | 36 | <input type="hidden" name="ROLE" id="ROLE" value="${pd.ROLE}" /> |
37 | <table style="margin-top:5px;margin-bottom:20px;"> | 37 | <table style="margin-top:5px;margin-bottom:20px;"> |
38 | <tr> | 38 | <tr> |
39 | - <td><div style="width:150px;text-align:center;">课程统计: ${info.testsize}</div></td> | 39 | + <td><div style="width:150px;text-align:center;">考试次数: ${info.testsize}</div></td> |
40 | <td><div style="width:150px;text-align:center;">班级名册: ${info.CLASS_NAME}</div></td> | 40 | <td><div style="width:150px;text-align:center;">班级名册: ${info.CLASS_NAME}</div></td> |
41 | 41 | ||
42 | <td><div style="width:150px;text-align:center;"><span>学生人数: ${info.STUDENT_NUM}</span></div></td> | 42 | <td><div style="width:150px;text-align:center;"><span>学生人数: ${info.STUDENT_NUM}</span></div></td> |
@@ -78,8 +78,8 @@ | @@ -78,8 +78,8 @@ | ||
78 | <thead> | 78 | <thead> |
79 | <tr> | 79 | <tr> |
80 | <th class="center th_name"><div style="width:150px;">姓名</div></th> | 80 | <th class="center th_name"><div style="width:150px;">姓名</div></th> |
81 | - <th class="center "><div style="width:150px;">课程平均得分率</div></th> | ||
82 | - <th class="center"><div style="width:80px;">课程总分</div></th> | 81 | + <th class="center "><div style="width:150px;" title="个人平均正确率=总答对数/总题目数">个人平均正确率<img src="../static/images/tip.png" style="width:16px"></div></th> |
82 | + <th class="center"><div style="width:80px;" title="得分汇总=学生历史考试得分之和">得分汇总<img src="../static/images/tip.png" style="width:16px"></div></th> | ||
83 | <c:forEach items="${testpaperList}" var="var" varStatus="vs"> | 83 | <c:forEach items="${testpaperList}" var="var" varStatus="vs"> |
84 | <th class="center kc"><a | 84 | <th class="center kc"><a |
85 | onclick="paper('${info.CLASS_ID}','${var.TESTPAPER_ID}');"><div style="width:180px; margin: 0 auto;cursor:hand" class="font"><div style="width:100%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;">${var.NAME}</div><span>${var.CREATE_DATE}</span></div></a></th> | 85 | onclick="paper('${info.CLASS_ID}','${var.TESTPAPER_ID}');"><div style="width:180px; margin: 0 auto;cursor:hand" class="font"><div style="width:100%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;">${var.NAME}</div><span>${var.CREATE_DATE}</span></div></a></th> |
@@ -88,7 +88,7 @@ | @@ -88,7 +88,7 @@ | ||
88 | </thead> | 88 | </thead> |
89 | <tbody> | 89 | <tbody> |
90 | <tr> | 90 | <tr> |
91 | - <td class="center"><div style="width:150px;">班级课程总分</div></td> | 91 | + <td class="center"><div style="width:150px;">试卷总分</div></td> |
92 | <td class="center"><div style="width:150px;"></div></td> | 92 | <td class="center"><div style="width:150px;"></div></td> |
93 | <td class="center"><div style="width:80px;"></div></td> | 93 | <td class="center"><div style="width:80px;"></div></td> |
94 | <c:forEach items="${testpaperList}" var="var" varStatus="vs"> | 94 | <c:forEach items="${testpaperList}" var="var" varStatus="vs"> |
@@ -96,7 +96,7 @@ | @@ -96,7 +96,7 @@ | ||
96 | </c:forEach> | 96 | </c:forEach> |
97 | </tr> | 97 | </tr> |
98 | <tr> | 98 | <tr> |
99 | - <td class="center"><div style="width:150px;">班级课程平均分</div></td> | 99 | + <td class="center"><div style="width:150px;">平均得分</div></td> |
100 | <td class="center"><div style="width:150px;"></div></td> | 100 | <td class="center"><div style="width:150px;"></div></td> |
101 | <td class="center"><div style="width:80px;"></div></td> | 101 | <td class="center"><div style="width:80px;"></div></td> |
102 | <c:forEach items="${testpaperList}" var="var" varStatus="vs"> | 102 | <c:forEach items="${testpaperList}" var="var" varStatus="vs"> |
@@ -104,7 +104,7 @@ | @@ -104,7 +104,7 @@ | ||
104 | </c:forEach> | 104 | </c:forEach> |
105 | </tr> | 105 | </tr> |
106 | <tr> | 106 | <tr> |
107 | - <td class="center"><div style="width:150px;">班级课程平均得分率</div></td> | 107 | + <td class="center"><div style="width:150px;">平均正确率</div></td> |
108 | <td class="center"><div style="width:150px;"></div></td> | 108 | <td class="center"><div style="width:150px;"></div></td> |
109 | <td class="center"><div style="width:80px;"></div></td> | 109 | <td class="center"><div style="width:80px;"></div></td> |
110 | <c:forEach items="${testpaperList}" var="var" varStatus="vs"> | 110 | <c:forEach items="${testpaperList}" var="var" varStatus="vs"> |