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

📄 addwxtk.aspx

📁 本系统实现了网上考试的目的
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="AddWXTK.aspx.cs" Inherits="AdminAddYD" %>

<!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 style="font-size: 12pt">
    <form id="form1" runat="server">
    <div style="text-align: center">
        <span style="font-size: 16pt"><span style="font-size: 24pt"><strong>新增完型</strong><strong>填空题</strong></span><br />
            <span style="color: #ff0033"><span style="font-size: 12pt">
                <br />
                操作步骤:</span></span><span
                style="color: #ff0033"><span style="font-size: 12pt">1.输入题干后,选择试题分类(如果是教师,<br />
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    不用选择试题分类)和是否发布,然后点击第一个确定。<br />
                    &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; 2.先输入第一个小题的各个选择、答案、分数,点击第二个确定。<br />
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                    3.再输入第二个小题的各个选择、答案,点击第二个确定。<br />
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    4.依次类推,共输入20个小题,题号请按照1-20逐个输入。<br />
                    &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; 5.由于题干ID是随机生成,因此要将整个完型填空的题目输入完整。</span><br />
            </span></span>
        <table style="width: 564px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
            <tr>
                <td colspan="3" style="height: 21px; border-top-style: solid; border-right-style: solid; border-left-style: solid; text-align: center; border-bottom-style: solid;">
                    题干ID: 
                    <asp:TextBox ID="tbWXID" runat="server" ReadOnly="True" Width="225px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="border-top-style: solid; border-right-style: solid; border-left-style: solid;
                    text-align: center; border-bottom-style: solid" colspan="3">
                    题干<asp:TextBox ID="tbWXName" runat="server" Width="535px" TextMode="MultiLine" Height="318px"></asp:TextBox>&nbsp;</td>
            </tr>
            <tr>
                <td style="width: 318px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                    试题分类ID:<asp:DropDownList ID="ddlClassifyID" runat="server" AutoPostBack="True" OnSelectedIndexChanged="ddlClassifyID_SelectedIndexChanged">
                    </asp:DropDownList>
                    <asp:TextBox ID="tbClassifyID" runat="server" ReadOnly="True" Width="47px"></asp:TextBox></td>
                <td colspan="2" style="width: 209px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                    试题分类名称:<asp:TextBox ID="tbClassifyName" runat="server" Width="77px" ReadOnly="True"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 318px; height: 25px; border-top-style: solid; border-right-style: solid; border-left-style: solid; text-align: right; border-bottom-style: solid;">
                    &nbsp; &nbsp;
                    <asp:CheckBox ID="cbIfIssue" runat="server" Text="是否发布" Checked="True" /></td>
                <td colspan="2" style="width: 209px; height: 25px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                    <asp:ImageButton ID="imbtnOK1" runat="server" ImageUrl="~/images/btn_sure_1.gif" OnClick="imbtnOK1_Click" /></td>
            </tr>
            <tr>
                <td colspan="3" style="border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid">
                    题号: &nbsp; &nbsp; &nbsp;
                    <asp:TextBox ID="tbWXNumber" runat="server" Width="187px"></asp:TextBox></td>
            </tr>
            <tr>
                <td colspan="3" style="height: 26px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                    选项A: &nbsp;&nbsp;
                    <asp:TextBox ID="tbA" runat="server" Width="193px"></asp:TextBox></td>
            </tr>
            <tr>
                <td colspan="3" style="height: 26px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                    选项B: &nbsp;&nbsp;
                    <asp:TextBox ID="tbB" runat="server" Width="189px"></asp:TextBox></td>
            </tr>
            <tr>
                <td colspan="3" style="height: 26px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                    选项C: &nbsp; &nbsp;<asp:TextBox ID="tbC" runat="server" Width="185px"></asp:TextBox></td>
            </tr>
            <tr>
                <td colspan="3" style="height: 26px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                    选项D: &nbsp; &nbsp;<asp:TextBox ID="tbD" runat="server" Width="185px"></asp:TextBox></td>
            </tr>
            <tr>
                <td colspan="3" style="border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid">
                    &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                    答案: &nbsp; <asp:RadioButton ID="rbA" runat="server"
                        Checked="True" GroupName="12133333" Text="选项A" /><asp:RadioButton ID="rbB" runat="server"
                            GroupName="12133333" Text="选项B" /><asp:RadioButton ID="rbC" runat="server" GroupName="12133333"
                                Text="选项C" /><asp:RadioButton ID="rbD" runat="server" GroupName="12133333" Text="选项D" /></td>
            </tr>
            <tr>
                <td colspan="3" style="height: 20px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                    分数: &nbsp; &nbsp;&nbsp;
                    <asp:TextBox ID="tbScore" runat="server" Width="187px"></asp:TextBox></td>
            </tr>
            <tr>
                <td colspan="3" style="height: 20px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    <asp:ImageButton ID="imbtnOK2" runat="server" ImageUrl="~/images/btn_sure_1.gif" OnClick="imbtnOK2_Click" />
                    &nbsp; &nbsp; &nbsp;
                    <asp:ImageButton ID="imbtnCancel" runat="server" ImageUrl="~/images/btn_cancel_1.gif" OnClick="imbtnCancel_Click" />
                    <asp:TextBox ID="tbClassifyID1" runat="server" Width="13px" ReadOnly="True" Visible="False"></asp:TextBox></td>
            </tr>
        </table>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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