?? questionedit.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="QuestionEdit.aspx.cs" Inherits="QuestionEdit" MasterPageFile="~/TQMS_Master.master"%>
<asp:Content ContentPlaceHolderID="main" ID="quetionEdit" runat="server">
<table id="TABLE1" runat="server" align="center" border="0" cellpadding="0" cellspacing="0"
width="700">
<tr>
<td colspan="2" style="height: 26px">
試題管理--修改試題</td>
</tr>
<tr>
<td colspan="2" style="height: 26px">
<span style="font-size: 10pt"><span style="color: red">注意</span>:請認真填寫下列信息,其中備選答案最多100字符,完成后按確定按鈕進行提交!!!</span></td>
</tr>
<tr><td colspan ="2">編號:<asp:Label ID="lblQuestionID" runat="server" Text="Label"></asp:Label></td></tr>
<tr>
<td style="width: 13%; height: 25px">
科目:</td>
<td style="width: 80%; height: 25px">
<asp:DropDownList ID="ddlCourse" runat="server" AutoPostBack="True"
Width="200px">
</asp:DropDownList>
<asp:CustomValidator ID="vudCourse" runat="server" ControlToValidate="ddlCourse"
Display="Dynamic" ErrorMessage="請選擇科目" ></asp:CustomValidator>章:<asp:DropDownList
ID="ddlChapter" runat="server" Width="200px">
</asp:DropDownList><span style="font-size: 10pt"> </span>
<asp:HyperLink ID="hlkAddChapter" runat="server" NavigateUrl="~/Manager/MChapterAndSection.aspx"
Visible="False">添加章目</asp:HyperLink></td>
</tr>
<tr style="color: #000000; text-decoration: underline">
<td style="width: 13%; height: 25px">
題型:</td>
<td style="width: 80%; height: 25px">
<asp:DropDownList ID="ddlType" runat="server" Width="100px">
<asp:ListItem Selected="True">選擇題</asp:ListItem>
<asp:ListItem>填空題</asp:ListItem>
<asp:ListItem>是非題</asp:ListItem>
<asp:ListItem>名詞解釋題</asp:ListItem>
<asp:ListItem>簡答題</asp:ListItem>
<asp:ListItem>計算題</asp:ListItem>
<asp:ListItem>論述題</asp:ListItem>
<asp:ListItem>作文題</asp:ListItem>
</asp:DropDownList> 難度:<asp:DropDownList ID="ddlDifficult" runat="server" Width="100px">
<asp:ListItem Selected="True">簡單</asp:ListItem>
<asp:ListItem>中等</asp:ListItem>
<asp:ListItem>難</asp:ListItem>
<asp:ListItem>較難</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td style="width: 13%; height: 25px">
題目內容:</td>
<td style="width: 80%; height: 25px">
<asp:TextBox ID="tbxContent" runat="server" Height="80px" TextMode="MultiLine" Width="332px"></asp:TextBox> <br />
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="tbxContent"
Display="Dynamic" ErrorMessage="題干必須填寫">*</asp:RequiredFieldValidator><span style="font-size: 10pt">(最多400個字符)</span></td>
</tr>
<tr>
<td style="width: 13%; height: 23px">
正確答案:</td>
<td style="width: 80%; height: 23px">
<asp:TextBox ID="tbxRightAnser" runat="server" Height="55px" TextMode="MultiLine"
Width="315px"></asp:TextBox>
<br />
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="tbxRightAnser"
ErrorMessage="答案不能為空"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td style="width: 13%; height: 26px">
圖片:</td>
<td style="width: 80%; height: 26px">
<asp:FileUpload ID="FileUpload1" runat="server" /><span style="font-size: 10pt">(不大于100K)</span>
</td>
</tr>
<tr>
<td align="center" colspan="2" height="25">
<asp:Button ID="btnOk" runat="server" Text="修改" Width="80px" />
<asp:LinkButton ID="hlkBack" runat="server" PostBackUrl="~/Manager/MAddQuestion.aspx">返回</asp:LinkButton><br />
<br />
<asp:Label ID="lblMessege" runat="server" Text="Label"></asp:Label></td>
</tr>
</table>
</asp:Content>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -