<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> <% String path = request.getContextPath(); String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path + "/"; %> 试卷成绩报表 <%@ include file="../../system/index/top.jsp"%>



试卷名称: ${info.testsize}
收卷时间: ${info.CLASS_NAME}
班级名册:${info.CLASS_NAME}                  学生人数: ${info.STUDENT_NUM}
键盘 学号 姓名 得分 正确率 排名 ${var.NAME} 非选择题得分 总分
${var.TOTAL_SCORE}
${var.NAME} % ${var.GETSCORE } ${var[TEST_ID] }
<%@ include file="../../system/index/foot.jsp"%>