<%@ 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 + "/"; %> ${info.CLASS_NAME} Test Paper Score Report <%@ include file="../../system/index/top.jsp"%>
Tests: ${info.testsize}
Class list: ${info.CLASS_NAME}
Student number: ${info.STUDENT_NUM}
<%-- --%>
Name
Average Score Rate
Total
${var.NAME}
${var.CREATE_DATE}
Total score
${var.TOTAL_SCORE}
Average Score
${var.AVG_SCORE}
Average Score Rate
%
${var.NAME}
%
${var.GETSCORE }
${var[TEST_ID] }
<%@ include file="../../system/index/foot.jsp"%>