<%@ 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 + "/"; %> Test Paper Score Report <%@ include file="../../system/index/top.jsp"%>
Exam Title: ${testpaperInfo.NAME}                  Teacher: ${teacherPd.NAME}                  Subject: ${subjectPd.CNAME}
Paper collecting time: ${testpaperInfo.END_DATE}
Class list:${classInfo.CLASS_NAME}                  Students: ${classInfo.studentNum}
<%-- --%> <%-- --%>
Name
Ranking
Marks
Student ID
Keypad
Question ${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"%>