⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 colevaluate.aspx

📁 大学英语学习系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ColEvaluate.aspx.cs" Inherits="Student_ColTest_ColEvaluate" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>群体练习的评估分析</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        
        <table border="1" align="center" cellpadding="1" cellspacing="1" bordercolor="#FFFFFF" bgcolor="#666666" class="style2" id="TABLE3" runat="server" style="width: 580px; height: 56px">
            <tr>
                <td align="right" bgcolor="#ffffff" bordercolor="#ffffff" colspan="9" height="22">
                    <strong><span style="font-family: 宋体"></span></strong>&nbsp;<asp:Label ID="LabName"
                        runat="server" Text="Label"></asp:Label>
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;
                    &nbsp;
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                
                <asp:Button ID="Button2" runat="server" Text="返回" OnClick="BtnReturn_Click" /></td>
          </tr>
            <tr>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="9" height="22">
                    <strong><span style="font-family: 宋体">群体练习</span></strong><asp:Label ID="txtTno" runat="server" Text="Label"></asp:Label>的评估分析 
                </td>
            </tr>
            <tr>
                <td align="right" bgcolor="#ffffff" bordercolor="#ffffff" colspan="3" style="height: 21px">
                    你的总分是:</td>
                <td align="left" bgcolor="#ffffff" bordercolor="#ffffff" colspan="6" style="height: 21px">
                    <asp:Label ID="txtGrade" runat="server" Text="Label"></asp:Label></td>
            </tr>
          <tr>
              <td align="right" bgcolor="#ffffff" bordercolor="#ffffff" colspan="3" height="22">
                  你的学号是:</td>
              <td align="left" bgcolor="#ffffff" bordercolor="#ffffff" colspan="6" height="22">
                    <asp:Label ID="txtSno" runat="server" Text="Label"></asp:Label></td>
          </tr>
            <tr>
                <td align="right" bgcolor="#ffffff" bordercolor="#ffffff" colspan="3" height="22">
                    阅读的正确率是:</td>
                <td align="left" bgcolor="#ffffff" bordercolor="#ffffff" colspan="6" height="22">
                    <asp:Label ID="PerRead" runat="server" Text="Label"></asp:Label></td>
            </tr>
            <tr>
                <td align="right" bgcolor="#ffffff" bordercolor="#ffffff" colspan="3" style="height: 22px">
                    语法的正确率是:</td>
                <td align="left" bgcolor="#ffffff" bordercolor="#ffffff" colspan="6" style="height: 22px">
                    <asp:Label ID="PerSyntax" runat="server" Text="Label"></asp:Label></td>
            </tr>
            <tr>
                <td align="right" bgcolor="#ffffff" bordercolor="#ffffff" colspan="3" style="height: 23px">
                    完型的正确率是:</td>
                <td align="left" bgcolor="#ffffff" bordercolor="#ffffff" colspan="6" style="height: 23px">
                    <asp:Label ID="PerFull" runat="server" Text="Label"></asp:Label></td>
            </tr>
            <tr>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="2" height="22">
                    <span style="color: #ff0000; font-family: 宋体">标准答案是:</span></td>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="2" height="22">
                    <span style="color: #ff0000; font-family: 宋体">实选答案是:</span></td>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="5" height="22">
                    评估:</td>
            </tr>
            <tr>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="2" height="22">
                    <asp:TextBox ID="txtAnswer" runat="server" Height="800px" Rows="70" TextMode="MultiLine"
                        Width="200px"></asp:TextBox></td>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="2" height="22">
                    <asp:TextBox ID="YourAnswer" runat="server" Height="800px" Rows="70" TextMode="MultiLine"
                        Width="200px" Wrap="False"></asp:TextBox></td>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="5" height="22">
                    <asp:TextBox ID="txtEvaluate" runat="server" Height="800px" Rows="70" TextMode="MultiLine"
                        Width="200px"></asp:TextBox>&nbsp;
                </td>
            </tr>
            <tr>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" height="22">
                </td>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" height="22">
                </td>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="1" height="22"
                    style="width: 115px">
                    &nbsp;<asp:Button ID="Button1" runat="server" Text="返回" />
                        <asp:Button ID="btnClose" runat="server" Text="关闭" OnClick="btnClose_Click" /></td>
                <td align="center" bgcolor="#ffffff" bordercolor="#ffffff" colspan="6" height="22">
                    &nbsp;&nbsp;
                </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -