<%@ 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"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%> <%@ taglib prefix="myelfun" uri="/WEB-INF/tld/elfun.tld"%> <% String path = request.getContextPath(); String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path + "/"; %> ${info.CLASS_NAME}成绩报表

练习报表

作业总体情况:

提交情况:${page_data.COMPLETE_PERSENT} 题量:${page_data.QUESTION_COUNT} 最高得分率:% 最低得分率:% 平均得分率:${page_data.GET_SCORE_PERSENT}
未提交人:${data[0].STUDENT_NAME } 、${var.STUDENT_NAME}

单题正确率详情:

<%@ include file="../../system/index/foot.jsp"%>