|
@@ -2,7 +2,7 @@
|
|
<%@ include file="/WEB-INF/views/include/taglib.jsp" %>
|
|
<%@ include file="/WEB-INF/views/include/taglib.jsp" %>
|
|
<html>
|
|
<html>
|
|
<head>
|
|
<head>
|
|
- <title>报表查询</title>
|
|
|
|
|
|
+ <title>成绩分析</title>
|
|
<meta name="decorator" content="default"/>
|
|
<meta name="decorator" content="default"/>
|
|
<%@include file="/WEB-INF/views/include/head.jsp" %>
|
|
<%@include file="/WEB-INF/views/include/head.jsp" %>
|
|
<%@include file="/WEB-INF/views/include/dialog.jsp" %>
|
|
<%@include file="/WEB-INF/views/include/dialog.jsp" %>
|
|
@@ -17,14 +17,14 @@
|
|
<body>
|
|
<body>
|
|
<ul class="nav nav-tabs">
|
|
<ul class="nav nav-tabs">
|
|
|
|
|
|
- <li><a href="${ctx}/admin/exam/reportSubjectCollege?subjectCode=${query.subjectCode}">课程学院分析表</a></li>
|
|
|
|
- <li><a href="${ctx}/admin/exam/reportSubjectTeacher?subjectCode=${query.subjectCode}">课程任课老师分析表</a></li>
|
|
|
|
- <li class="active"><a href="${ctx}/admin/exam/reportSubjectClass?subjectCode=${query.subjectCode}">课程班级分析表</a></li>
|
|
|
|
- <li><a href="${ctx}/admin/exam/reportSubjectQuestion?subjectCode=${query.subjectCode}&objective=true">客观题分析表</a>
|
|
|
|
|
|
+ <li><a href="${ctx}/admin/exam/reportSubjectCollege?subjectCode=${query.subjectCode}">学院分析</a></li>
|
|
|
|
+ <li><a href="${ctx}/admin/exam/reportSubjectTeacher?subjectCode=${query.subjectCode}">任课老师分析</a></li>
|
|
|
|
+ <li class="active"><a href="${ctx}/admin/exam/reportSubjectClass?subjectCode=${query.subjectCode}">班级分析</a></li>
|
|
|
|
+ <li><a href="${ctx}/admin/exam/reportSubjectQuestion?subjectCode=${query.subjectCode}&objective=true">客观题分析</a>
|
|
</li>
|
|
</li>
|
|
- <li><a href="${ctx}/admin/exam/reportSubjectQuestion?subjectCode=${query.subjectCode}&objective=false">主观题分析表</a>
|
|
|
|
|
|
+ <li><a href="${ctx}/admin/exam/reportSubjectQuestion?subjectCode=${query.subjectCode}&objective=false">主观题分析</a>
|
|
</li>
|
|
</li>
|
|
- <li><a href="${ctx}/admin/exam/reportSubjectGroup?subjectCode=${query.subjectCode}">大题统计分析表</a></li>
|
|
|
|
|
|
+ <li><a href="${ctx}/admin/exam/reportSubjectGroup?subjectCode=${query.subjectCode}">大题统计分析</a></li>
|
|
</ul>
|
|
</ul>
|
|
<form id="searchForm" action="${ctx}/admin/exam/reportSubjectClass" method="post" class="breadcrumb form-search">
|
|
<form id="searchForm" action="${ctx}/admin/exam/reportSubjectClass" method="post" class="breadcrumb form-search">
|
|
<input type="hidden" id="pageNumber" name="pageNumber" value="${query.pageNumber }"/>
|
|
<input type="hidden" id="pageNumber" name="pageNumber" value="${query.pageNumber }"/>
|