📄 addyd.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="AddYD.aspx.cs" Inherits="AddYD" %>
<!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>
<div style="text-align: center">
<span style="font-size: 16pt"><span style="font-size: 24pt"><strong>新增阅读题</strong></span><br />
<br />
<span style="color: #ff0033"><span style="font-size: 12pt">操作步骤</span><strong>:</strong></span><span
style="color: #ff0033"><span style="font-size: 12pt">1.输入题干后,选择试题分类(如果是教师,<br />
不用选择试题分类)和是否发布,然后点击第一个确定。<br />
2.先输入第一个小题的各个选择、答案、分数,点击第二个确定。<br />
3.再输入第二个小题的各个选择、答案,点击第二个确定。<br />
4.依次类推,共输入5个小题,题号请按照1-5逐个输入。<br />
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; border-bottom-style: solid;">
题干ID:
<asp:TextBox ID="tbYDID" runat="server" ReadOnly="True"></asp:TextBox></td>
</tr>
<tr>
<td colspan="3" style="height: 60px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
题干<asp:TextBox ID="tbYDName1" runat="server" TextMode="MultiLine" Width="543px" Height="187px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 192px; 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: 206px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
试题分类名称:<asp:TextBox ID="tbClassifyName" runat="server" ReadOnly="True" Width="77px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 192px; height: 25px; border-top-style: solid; border-right-style: solid; border-left-style: solid; text-align: right; border-bottom-style: solid;">
<asp:CheckBox ID="cbIfIssue" runat="server" Checked="True" Text="是否发布" /></td>
<td colspan="2" style="width: 206px; 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; text-align: left; border-bottom-style: solid">
题号:
<asp:TextBox ID="tbYDNumber" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td colspan="3" style="height: 26px; text-align: center; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid;">
题目: <asp:TextBox ID="tbYDName2" runat="server" TextMode="MultiLine" Height="76px" Width="482px"></asp:TextBox></td>
</tr>
<tr>
<td colspan="3" style="height: 26px; border-top-style: solid; border-right-style: solid; border-left-style: solid; text-align: center; border-bottom-style: solid;">
选项A:<asp:TextBox ID="tbA" runat="server" TextMode="MultiLine" Height="30px" Width="484px"></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:<asp:TextBox ID="tbB" runat="server" TextMode="MultiLine" Width="484px"></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:<asp:TextBox ID="tbC" runat="server" TextMode="MultiLine" Width="484px"></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:<asp:TextBox ID="tbD" runat="server" TextMode="MultiLine" Width="484px"></asp:TextBox></td>
</tr>
<tr>
<td colspan="3" style="border-top-style: solid; border-right-style: solid; border-left-style: solid; text-align: left; border-bottom-style: solid">
答案: <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; text-align: left; border-bottom-style: solid;">
分数:
<asp:TextBox ID="tbScore" runat="server" Width="327px"></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;">
<asp:ImageButton ID="imbtnOK2" runat="server" ImageUrl="~/images/btn_sure_1.gif"
OnClick="imbtnOK2_Click" />
<asp:ImageButton ID="imbtnCancel" runat="server" ImageUrl="~/images/btn_cancel_1.gif"
OnClick="imbtnCancel_Click" />
<asp:TextBox ID="tbClassifyID1" runat="server" ReadOnly="True" Visible="False" Width="13px"></asp:TextBox></td>
</tr>
</table>
</div>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -