📄 addquestions.aspx
字号:
<%@ Page language="c#" Codebehind="AddQuestions.aspx.cs" AutoEventWireup="false" Inherits="TestOnline.AddQuestions" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>AddQuestions</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 8px; WIDTH: 935px; POSITION: absolute; TOP: 8px; HEIGHT: 744px"
cellSpacing="0" cellPadding="0" width="935" border="0">
<TR>
<TD style="HEIGHT: 98px" background="http://localhost/TestOnline/Images/top.gif"><FONT face="宋体"></FONT></TD>
</TR>
<TR>
<TD style="HEIGHT: 31px" align="center">
<asp:label id="lblshow" runat="server"></asp:label></TD>
</TR>
<TR>
<TD style="HEIGHT: 364px">
<TABLE id="Table4" borderColor="activeborder" cellSpacing="0" cellPadding="0" width="100%"
border="1">
<TR>
<TD style="WIDTH: 344px; HEIGHT: 26px" align="right">试题类型</TD>
<TD style="WIDTH: 343px; HEIGHT: 26px">
<asp:dropdownlist id="dplqt" runat="server" Width="160px">
<asp:ListItem Value="单项选择题">单项选择题</asp:ListItem>
<asp:ListItem Value="多项选择题">多项选择题</asp:ListItem>
<asp:ListItem Value="排序题">排序题</asp:ListItem>
<asp:ListItem Value="是非题">是非题</asp:ListItem>
</asp:dropdownlist></TD>
<TD style="HEIGHT: 26px"></TD>
</TR>
<TR>
<TD style="WIDTH: 344px; HEIGHT: 27px" align="right">试题分数</TD>
<TD style="WIDTH: 343px; HEIGHT: 27px">
<asp:textbox id="tbxscore" runat="server" Width="40px"></asp:textbox></TD>
<TD style="HEIGHT: 27px">*
<asp:requiredfieldvalidator id="RequiredFieldValidator5" runat="server" ControlToValidate="tbxscore" ErrorMessage="该项不能为空">*</asp:requiredfieldvalidator></TD>
</TR>
<TR>
<TD style="WIDTH: 344px" align="right">问 题</TD>
<TD style="WIDTH: 343px">
<asp:textbox id="tbxquestion" runat="server" Width="328px" Columns="40" Rows="10" TextMode="MultiLine"></asp:textbox></TD>
<TD>*
<asp:requiredfieldvalidator id="RequiredFieldValidator3" runat="server" ControlToValidate="tbxquestion" ErrorMessage="该项不能为空">*</asp:requiredfieldvalidator></TD>
</TR>
<TR>
<TD style="WIDTH: 344px" align="right">答
案</TD>
<TD style="WIDTH: 343px">
<asp:textbox id="tbxanswer" runat="server" Width="328px" Columns="40" Rows="10" TextMode="MultiLine"></asp:textbox></TD>
<TD>*
<asp:requiredfieldvalidator id="RequiredFieldValidator4" runat="server" ControlToValidate="tbxanswer" ErrorMessage="该项不能为空">*</asp:requiredfieldvalidator></TD>
</TR>
<TR>
<TD style="WIDTH: 344px; HEIGHT: 26px" align="right"></TD>
<TD style="WIDTH: 343px; HEIGHT: 26px" align="center">
<asp:button id="btnsave" runat="server" Text="保存"></asp:button>
<asp:button id="btnnext" runat="server" Text="下一题"></asp:button>
<asp:button id="btnfinish" runat="server" Text="完成"></asp:button></TD>
<TD style="HEIGHT: 26px"></TD>
</TR>
<TR>
<TD style="WIDTH: 344px" align="right"></TD>
<TD style="WIDTH: 343px"></TD>
<TD></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD bgColor="#1deaf1"><FONT face="宋体"></FONT></TD>
</TR>
</TABLE>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -