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

📄 ranaddpaper.aspx

📁 在线考试,登陆身份包括学生、教师和管理员
💻 ASPX
📖 第 1 页 / 共 2 页
字号:
									<TABLE id="Table1" borderColor="#dadada" cellSpacing="0" borderColorDark="#dadada" cellPadding="0"
										width="100%" align="center" borderColorLight="#dadada" border="0">
										<tr height="30">
											<td align="center" colSpan="2"><br>
												<font style="FONT-SIZE: 16px" face="黑体" color="#0054a6">
													<asp:Label id="labTitle" runat="server">新建随机组卷信息</asp:Label></font><br>
												<br>
											</td>
										</tr>
										<tr bgcolor="#ebf5fa" height="25">
											<td colspan="2" align="center"><STRONG>基本参数设置</STRONG></td>
										</tr>
										<TR>
											<td style="WIDTH: 67px" align="right"><font color="dimgray">考试名称</font></td>
											<td><asp:textbox id="txtExamName" runat="server" CssClass="text" Width="224px" MaxLength="50"></asp:textbox></td>
										</TR>
										<TR>
											<td style="WIDTH: 67px" align="right"><font color="dimgray">考试科目</font></td>
											<td>
												<asp:DropDownList id="DDLSubject" runat="server" AutoPostBack="True"></asp:DropDownList></td>
										</TR>
										<TR>
											<td style="WIDTH: 67px" align="right"><font color="dimgray">试卷模板</font></td>
											<td>
												<asp:DropDownList id="DDLTemplate" runat="server" AutoPostBack="True"></asp:DropDownList></td>
										</TR>
										<TR>
											<td style="WIDTH: 67px" align="right"><font color="dimgray">试卷类型</font></td>
											<td>
												<asp:RadioButtonList id="RBLPaperType" runat="server" Width="232px" RepeatDirection="Horizontal">
													<asp:ListItem Value="A" Selected="True">正规考试试卷</asp:ListItem>
													<asp:ListItem Value="B">测试练习试卷</asp:ListItem>
												</asp:RadioButtonList></td>
										</TR>
										<tr bgcolor="#ebf5fa" height="25">
											<td colspan="2" align="center"><STRONG>试卷参数设置</STRONG></td>
										</tr>
										<TR>
											<td style="WIDTH: 67px" align="right"><font color="dimgray">试卷总分</font></td>
											<td><asp:textbox id="txtFen" runat="server" CssClass="text" Width="224px" MaxLength="3">100</asp:textbox>(分)</td>
										</TR>
										<TR>
											<td style="WIDTH: 67px" align="right"><font color="dimgray">难易程度</font></td>
											<td><asp:dropdownlist id="DDLDiff" runat="server">
													<asp:ListItem Value="C">中等</asp:ListItem>
													<asp:ListItem Value="A">难</asp:ListItem>
													<asp:ListItem Value="B">较难</asp:ListItem>
													<asp:ListItem Value="D">较易</asp:ListItem>
													<asp:ListItem Value="E">容易</asp:ListItem>
												</asp:dropdownlist></td>
										</TR>
										<TR>
											<td style="WIDTH: 67px" align="right"><font color="dimgray">题型分布</font></td>
											<td>
												<TABLE id="Table2" cellSpacing="0" cellPadding="0" width="100%" border="0">
													<TR>
														<TD style="WIDTH: 45px">单选题</TD>
														<TD style="WIDTH: 71px"><asp:textbox id="txtSRubric" runat="server" CssClass="text" Width="40px" MaxLength="3">0</asp:textbox>道</TD>
														<TD style="WIDTH: 100px">每题
															<asp:textbox id="txtSRubricF" runat="server" CssClass="text" Width="40px" MaxLength="3">0</asp:textbox>分</TD>
														<td>操作说明
															<asp:TextBox id="txtSMemo" runat="server" CssClass="text" MaxLength="50">选择一项正确的答案</asp:TextBox></td>
													</TR>
													<TR>
														<TD style="WIDTH: 45px">多选题</TD>
														<TD style="WIDTH: 71px"><asp:textbox id="txtDRubric" runat="server" CssClass="text" Width="40px" MaxLength="3">0</asp:textbox>道</TD>
														<TD style="WIDTH: 100px">每题
															<asp:textbox id="txtDRubricF" runat="server" CssClass="text" Width="40px" MaxLength="3">0</asp:textbox>分</TD>
														<td>操作说明
															<asp:TextBox id="txtDMemo" runat="server" CssClass="text" MaxLength="50">选择多项正确的答案</asp:TextBox></td>
													</TR>
													<TR>
														<TD style="WIDTH: 45px">判断题</TD>
														<TD style="WIDTH: 71px"><asp:textbox id="txtBRubric" runat="server" CssClass="text" Width="40px" MaxLength="3">0</asp:textbox>道</TD>
														<TD style="WIDTH: 100px">每题
															<asp:textbox id="txtBRubricF" runat="server" CssClass="text" Width="40px" MaxLength="3">0</asp:textbox>分</TD>
														<td>操作说明
															<asp:TextBox id="txtBMemo" runat="server" CssClass="text" MaxLength="50">选择一项正确的答案</asp:TextBox></td>
													</TR>
													<TR>
														<TD style="WIDTH: 45px">填空题</TD>
														<TD style="WIDTH: 71px"><asp:textbox id="txtFRubric" runat="server" CssClass="text" Width="40px" MaxLength="3">0</asp:textbox>道</TD>
														<TD style="WIDTH: 100px">每题
															<asp:textbox id="txtFRubricF" runat="server" CssClass="text" Width="40px" MaxLength="3">0</asp:textbox>分</TD>
														<td>操作说明
															<asp:TextBox id="txtFMemo" runat="server" CssClass="text" MaxLength="50">每答对一空都可得分</asp:TextBox></td>
													</TR>
													<TR>
														<TD style="WIDTH: 45px">简答题</TD>
														<TD style="WIDTH: 71px"><asp:textbox id="txtARubric" runat="server" CssClass="text" Width="40px" MaxLength="3">0</asp:textbox>道</TD>
														<TD style="WIDTH: 100px">每题
															<asp:textbox id="txtARubricF" runat="server" CssClass="text" Width="40px" MaxLength="3">0</asp:textbox>分</TD>
														<td>操作说明
															<asp:TextBox id="txtAMemo" runat="server" CssClass="text" MaxLength="50">回答主题正确均可得分</asp:TextBox></td>
													</TR>
													<TR>
														<TD style="WIDTH: 45px">作文题</TD>
														<TD style="WIDTH: 71px"><asp:textbox id="txtCRubric" runat="server" CssClass="text" Width="40px" MaxLength="3">0</asp:textbox>道</TD>
														<TD style="WIDTH: 100px">每题
															<asp:textbox id="txtCRubricF" runat="server" CssClass="text" Width="40px" MaxLength="3">0</asp:textbox>分</TD>
														<td>操作说明
															<asp:TextBox id="txtCMemo" runat="server" CssClass="text" MaxLength="50">回答主题正确均可得分</asp:TextBox></td>
													</TR>
													<TR>
														<TD style="WIDTH: 45px">论述题</TD>
														<TD style="WIDTH: 71px"><asp:textbox id="txtTRubric" runat="server" CssClass="text" Width="40px" MaxLength="3">0</asp:textbox>道</TD>
														<TD style="WIDTH: 100px">每题
															<asp:textbox id="txtTRubricF" runat="server" CssClass="text" Width="40px" MaxLength="3">0</asp:textbox>分</TD>
														<td>操作说明
															<asp:TextBox id="txtTMemo" runat="server" CssClass="text" MaxLength="50">回答主题正确均可得分</asp:TextBox></td>
													</TR>
													<TR>
														<TD style="WIDTH: 45px">分析题</TD>
														<TD style="WIDTH: 71px"><asp:textbox id="txtANRubric" runat="server" CssClass="text" Width="40px" MaxLength="3">0</asp:textbox>道</TD>
														<TD style="WIDTH: 100px">每题
															<asp:textbox id="txtANRubricF" runat="server" CssClass="text" Width="40px" MaxLength="3">0</asp:textbox>分</TD>
														<td>操作说明
															<asp:TextBox id="txtANMemo" runat="server" CssClass="text" MaxLength="50">回答主题正确均可得分</asp:TextBox></td>
													</TR>
												</TABLE>
											</td>
										</TR>
										<TR>
											<td style="WIDTH: 67px" align="right"><font color="dimgray"></font></td>
											<td>
												<asp:CheckBoxList id="CBLLore" runat="server" RepeatDirection="Horizontal" Visible="False"></asp:CheckBoxList></td>
										</TR>
										<tr bgcolor="#ebf5fa" height="25">
											<td colspan="2" align="center"><STRONG>考试时间设置</STRONG></td>
										</tr>
										<TR>
											<td style="WIDTH: 67px" align="right"><font color="dimgray">考试时间</font></td>
											<td><asp:textbox id="txtTime" runat="server" CssClass="text" Width="56px" MaxLength="3">120</asp:textbox>(分钟)</td>
										</TR>
										<TR>
											<td style="WIDTH: 67px" align="right"><font color="dimgray">试卷有效期</font></td>
											<td>
												<asp:TextBox id="txtStartTime" runat="server" CssClass="text" Width="96px" onfocus="calendar()"></asp:TextBox>——
												<asp:TextBox id="txtEndTime" runat="server" CssClass="text" Width="96px" onfocus="calendar()"></asp:TextBox></td>
										</TR>
										<TR>
											<td style="WIDTH: 67px; HEIGHT: 12px" align="right"><font color="dimgray">试卷审核</font></td>
											<td style="HEIGHT: 12px">
												<asp:CheckBox id="CBCheck" runat="server" Text="审核" AutoPostBack="True"></asp:CheckBox>&nbsp;
												<asp:DropDownList id="DDLCheckMan" runat="server" Enabled="False"></asp:DropDownList></td>
										</TR>
										<tr height="30">
											<td align="right" colSpan="2"><asp:imagebutton id="ImgButAdd" runat="server" ImageUrl="../image/button/butnext.gif"></asp:imagebutton>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
											</td>
										</tr>
									</TABLE>
								</td>
								<td width="1" bgcolor="#808080"></td>
							</tr>
							<tr>
								<td colspan="3" width="1" bgcolor="#808080" height="1"></td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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