<%@ 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"%>
测验名称: ${testpaperInfo.NAME}                  教师: ${teacherPd.NAME}                  科目名称: ${subjectPd.CNAME}
收卷时间: ${testpaperInfo.END_DATE}
班级名册:${classInfo.CLASS_NAME}                  学生人数: ${classInfo.studentNum}
<%-- --%> <%-- --%>
姓名
排名
得分
学号
键盘
题目${vs.index+1}
总分
--
--
--
--
--
%
${var.NAME}
${var.RANK_NUM}
${var.GETSCORE}
${var.NUMBER}
${var.KEYPAD_ID}
${var.RIGHT}style="background:#0bb8b9"div style="width:80px;margin:0 auto;">${var.detail[vs1.index].ANSWER} ${var.OTHER_SCORE}
${var.GETSCORE}
<%@ include file="../../system/index/foot.jsp"%>