jquery实现在线考试答题问卷代码
代码语言:html
所属分类:其他
代码描述:jquery实现在线考试答题问卷代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<style>
@charset "utf-8";
* {
margin:0;
padding:0
}
html {
background:#f6f6f6
}
*html {
_background-attachment:fixed;
_background-image:url(about:blank)
}
body {
margin-left:0;
margin-top:0;
margin-right:0;
margin-bottom:0;
background:url(//repo.bfw.wiki/bfwrepo/image/61923f261c983.png) top center no-repeat;
font-size:14px;
color:#333;
font-family:"宋体";
text-decoration:none
}
#flashContent {
width:100%;
height:100%
}
.main {
width:1000px;
float:right
}
a {
font-size:14px;
color:#333;
font-family:"宋体";
text-decoration:none
}
a:link,a:visited,a:active {
color:#333;
font-size:14px
}
a:hover {
color:#d35f03
}
a.a-f12:link,a.a-f12:visited,a.a-f12:active {
color:#333;
font-size:12px
}
a.a-f12:hover {
color:#d35f03
}
img {
border:0;
margin:0;
padding:0;
line-height:0
}
ul,li,p,h1,h2,h3,h4,h5,span,dl,dd,dt {
margin:0;
padding:0
}
ul,li {
list-style:none
}
small {
font-size:12px;
color:#666;
font-family:Arial,Helvetica,sans-serif,"宋体"
}
.clearfix {
clear:both;
font-size:0;
line-height:0;
height:0
}
.clear {
clear:both
}
.border {
border:1px solid #ddd
}
.border-blue {
border:1px solid #c4cef6
}
.border-lrb {
border-bottom:1px solid #ddd;
border-left:1px solid #ddd;
border-right:1px solid #ddd
}
.border-lr {
border-left:1px solid #ccc;
border-right:1px solid #ccc
}
.border-b {
border-bottom:1px solid #ddd
}
.border-t {
border-top:1px solid #ddd
}
.border-r {
border-right:1px solid #ddd
}
.border-l {
border-left:1px solid #ddd
}
.border-no {
border:0
}
.radius-6 {
-moz-border-radius:6px;
-khtml-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px
}
.radius-3 {
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px
}
.radius-2 {
-moz-border-radius:2px;
-khtml-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px
}
.b1 {
height:1px;
font-size:1px;
overflow:hidden;
display:block;
background:#B2D0EA;
margin:0 3px;
clear:both
}
.b2 {
height:1px;
font-size:1px;
overflow:hidden;
display:block;
background:#fff;
border-right:2px solid #B2D0EA;
border-left:2px solid #B2D0EA;
margin:0 1px;
clear:both
}
.b3 {
height:1px;
font-size:1px;
overflow:hidden;
display:block;
background:#fff;
border-right:1px solid #B2D0EA;
border-left:1px solid #B2D0EA;
margin:0 1px;
clear:both
}
.bc {
overflow:hidden;
display:block;
background:#fff;
border-right:1px solid #B2D0EA;
border-left:1px solid #B2D0EA;
margin:0;
clear:both
}
.bc-h01 {
height:100px
}
.bc-h02 {
height:500px;
overflow:auto;
_overflow-x:hidden
}
.bc-h03 {
height:30px;
line-height:30px
}
.bt {
text-indent:20px
}
.bb1 {
background:#B8E7B3
}
.bb2 {
background:#E7F9E3;
border-left-color:#B8E7B3;
border-right-color:#B8E7B3
}
.bb3 {
background:#E7F9E3
}
.color-change {
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(1,#eee))
}
.box-shadow {
-moz-box-shadow:2px 5px 5px #969696;
-webkit-box-shadow:2px 5px 5px #969696;
box-shadow:2px 5px 5px #969696
}
.box-shadow-ie {
filter:progid:DXImageTransform.Microsoft.Shadow(color='#969696',Direction=135,Strength=5);
background-color:#eee
}
.box-shadow-ie-r {
filter:progid:DXImageTransform.Microsoft.Shadow(color='#969696',Direction=135,Strength=5);
background-color:#fff
}
.bg-blue {
background:#83d2ff
}
.left {
float:left
}
.right {
float:right
}
.center {
text-align:center
}
.ml5 {
margin-left:5px
}
.mr5 {
margin-right:5px
}
.mt5 {
margin-top:5px
}
.mb5 {
margin-bottom:5px
}
.ml10 {
margin-left:10px
}
.mr10 {
margin-right:10px
}
.mt10 {
margin-top:10px
}
.mb10 {
margin-bottom:10px
}
.ml15 {
margin-left:15px
}
.mr15 {
margin-right:15px
}
.mt15 {
margin-top:15px
}
.mb15 {
margin-bottom:15px
}
.mb20 {
margin-bottom:20px
}
.mt20 {
margin-top:20px;
_margin-top:10px
}
.ml20 {
margin-left:20px
}
.mr20 {
margin-right:20px
}
.m20 {
margin:20px
}
.m10 {
margin:10px
}
.m15 {
margin:15px
}
.m5 {
margin:5px
}
.pl5 {
padding-left:5px
}
.pr5 {
padding-right:5px
}
.pt5 {
padding-top:5px
}
.pl10 {
padding-left:10px
}
.pr10 {
padding-right:10px
}
.pt10 {
padding-top:10px
}
.pb10 {
padding-bottom:10px
}
.pl15 {
padding-left:15px
}
.pr15 {
padding-right:15px
}
.pt15 {
padding-top:15px
}
.pb15 {
padding-bottom:15px
}
.pb20 {
padding-bottom:20px
}
.pt20 {
padding-top:20px
}
.pl20 {
padding-left:20px
}
.pr20 {
padding-right:20px
}
.p20 {
padding:20px
}
.p10 {
padding:10px
}
.p15 {
padding:15px
}
.p5 {
padding:5px
}
.p3 {
padding:3px
}
.mlr20 {
margin-left:20px;
margin-right:20px
}
.no-bg {
background:0
}
.bg-white {
background:#fff
}
.f12 {
font-size:12px
}
.f14 {
font-size:14px
}
.f16 {
font-size:16px
}
.f18 {
font-size:18px
}
.f20 {
font-size:20px
}
.f22 {
font-size:22px
}
.f24 {
font-size:24px
}
.cGray,.aGray,.bGray,.aWhite {
font-family:Arial,Gadget,sans-serif
}
.aGray {
color:#999
}
.cGray {
color:#666
}
.bGray {
color:#333
}
.aWhite {
color:#fff
}
.fRed {
color:#900
}
.fBlue {
color:#025d94
}
.lh28 {
line-height:28px
}
.lh26 {
line-height:26px
}
.lh24 {
line-height:24px
}
.lh20 {
line-height:20px
}
.lh18 {
line-height:18px
}
.text-center {
text-align:center
}
.text-left {
text-align:left
}
.text-right {
text-align:center
}
.mainbox {
width:1000px
}
.box-center {
margin:0 auto
}
.col-l-01 {
width:310px;
height:100px;
margin-top:71px;
_margin-top:71px
}
.col-l-01 .col-l-01-w {
width:300px;
height:90px
}
.col-l-01 .text-left p {
margin-top:5px;
color:#525252
}
.col-l-02 {
width:310px;
height:500px
}
.col-l-02 h4 {
width:100%;
height:30px;
background:#efefef;
margin-top:10px;
line-height:30px;
text-indent:10px
}
.col-l-02 a {
display:block;
float:left;
border:1px solid #d1d1d1;
text-align:center;
margin-right:5px;
width:32px;
height:32px;
line-height:32px;
margin-top:5px
}
.col-r-03 {
width:200px
}
.side_l {
position:fixed;
_position:absolute;
_top:expression(documentElement.scrollTop+0+"px");
_background-attachment:fixed
}
.col-r-01 {
width:670px;
margin-top:71px
}
.col-r-01 h4 {
min-height:30px;
height:auto!important;
height:30px;
background:#efefef;
margin-top:10px;
line-height:30px;
text-indent:10px;
font-weight:normal;
padding:0 10px;
font-size:14px;
position:relative;
_height:30px;
_line-height:30px
}
.col-r-01 .m-checkBox a {
display:block;
float:left;
border:1px solid #d1d1d1;
text-align:center;
margin-right:5px;
width:32px;
height:32px;
line-height:32px;
margin-top:5px
}
.col-r-01 .question-option-list span {
font-size:14px;
font-family:"Gill Sans","Gill Sans MT","Myriad Pro","DejaVu Sans Condensed",Helvetica,Arial,sans-serif;
color:#999;
width:32px;
height:30px;
float:left;
clear:both;
line-height:30px;
margin-left:20px;
_line-height:39px;
_height:39px
}
.col-r-01 .option-content {
line-height:30px;
_line-height:16px;
_height:16px;
text-align:left
}
.col-r-01 a.question-btn {
display:block;
width:80px;
margin-left:20px;
background:#E6FDF9;
height:30px;
line-height:30px
}
.col-r-01 a.mus {
background:#FF7600
}
.col-r-01 .bt span {
float:right
}
.toplogo {
background:url(//repo.bfw.wiki/bfwrepo/image/61923f261c983.png) no-repeat;
background-size:cover;
width:100%;
height:61px;
position:fixed;
_position:absolute;
_top:expression(documentElement.scrollTop+0+"px");
z-index:1;
_background-attachment:fixed
}
.toplogo .logo a {
font-size:18px;
font-family:"黑体";
color:#fff;
font-weight:bold
}
.toplogo .but {
width:370px
}
.toplogo .but span {
display:block;
width:140px;
height:30px;
background:white;
text-align:center;
line-height:30px;
float:left;
border-radius: 10px;
}
.toplogo .but a {
display:block;
float:left;
width:104px;
height:30px;
margin-left:10px
}
.toplogo .but .btn01 {
background:white;
border-radius: 10px;
}
.toplogo .but .btn02 {
background: #ff7600;
color: white;
line-height: 31px;
text-align: center;
border-radius: 10px;
font-weight: bold;
}
}
.target {
position:relative;
display:block;
top:-60px;
visibility:hidden
}
.placeholder {
display:block;
position:relative;
top:-62px;
height:62px;
visibility:hidden
}
@media(max-width:800px) {
.side_l {
width:20%
}
}
</style>
<script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/jquery-3.2.1.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {});
var timerId;
var mm;
var ii = 0;
function StartTimer(a, b) {
mm = a;
if (b == 0) {
ii = 60
} else {
ii = b
}
timerId = setInterval("recycle()", 1000)
}
function recycle() {
if (ii == 0) {
ii = 60;
mm = mm - 1
}
ii = ii - 1;
var a = " " + mm + "分" + ii + "秒";
$("#lasttime").html(a);
document.getElementById("txtTimer").value = a;
if ((mm == 0 && ii == 0) || mm < 0) {
clearInterval(timerId);
$("#lasttime").html(" " + 0 + "分" + 0 + "秒");
document.getElementById("txtTimer").value = " " + 0 + "分" + 0 + "秒";
UpExam(-3)
} else {
if (GetDateDiff(CurentTime(), $("#endtime").val(), "second") < 0) {
UpExam(-3)
}
}
}
function CurentTime() {
var f = new Date();
var g = f.getFullYear();
var e = f.getMonth() + 1;
var b = f.getDate();
var c = f.getHours();
var d = f.getMinutes();
var a = g + "-";
if (e < 10) {
a += "0"
}
a += e + "-";
if (b < 10) {
a += "0"
}
a += b + " ";
if (c < 10) {
a += "0"
}
a += c + ":";
if (d < 10) {
a += "0"
}
a += d;
return (a)
}
function GetDateDiff(d, b, a) {
d = d.replace(/-/g, "/");
b = b.replace(/-/g, "/");
a = a.toLowerCase();
var e = new Date(d);
var c = new Date(b);
return parseInt((c.getTime() - e.getTime()))
}
function getAjax(c, b, a) {
$.ajax({
type: "post",
dataType: "json",
url: c,
data: b,
cache: false,
async: false,
success: function(d) {
a(d)
}
})
}
function GetData(c, b) {
var a;
getAjax(c, b, function(d) {
a = d
});
return a
}
function GetNoAnswer() {
var e = "";
var d = $("#HidhisID").val();
var c = GetData("/" + d);
if (c != null) {
var b = c.ds;
$.each(c.ds, function(f) {
if (this.QuestionType != 4) {
var g = $('input[name="rd' + this.QuestionID + '"]:checked');
if (g.length == 0) {
e += this.Num + ","
}
} else {
var a = $("#rd" + this.QuestionID).val();
if (a == "") {
e += this.Num + ","
}
}
})
}
return e
}
function checkanswer(d, b, a) {
var c = $('input[name="rd' + d + '"]:checked');
if (b == 2) {
if ($("#lbl" + a + d).attr("class").indexOf("mus") > 0) {
$("#lbl" + a + d).removeClass("mus")
} else {
$("#lbl" + a + d).addClass("mus")
}
} else {
if (b == 4) {
if ($("#rd" + d).val() == "") {
$("#num" + d).removeClass("bg-blue")
} else {
$("#num" + d).addClass("bg-blue")
}
} else {
$("#lbl" + a + d).addClass("mus").siblings().removeClass("mus")
}
}
if (b != 4) {
if (c.length > 0) {
$("#num" + d).addClass("bg-blue")
} else {
$("#num" + d).removeClass("bg-blue")
}
}
}
function UpExam(c) {
var b = GetNoAnswer();
if (c == -4) {
if (b == "") {
alert("您已全部作答,检查无误后可以交卷!")
} else {
alert("第" + b + "题未完成!")
}
} else {
if (c == -3) {
alert("做题试卷已到,自动交卷!");
form1.submit();
alert("交卷完成");
} else {
if (c == -2) {
alert("做题试卷已到,自动交卷!");
form1.submit();
alert("交卷完成");
} else {
var a = "";
if (b != "") {
a = b + "未选择,是否交卷?"
} else {
a = "您是否确定交卷?"
}
if (confirm(a)) {
form1.submit();
alert("交卷完成");
}
}
}
}
};
</script>
<script>
function MaxMe(o){if(window.navigator.userAgent.indexOf("Firefox")>-1){o.style.height = o.scrollTop+o.scrollHeight+"px"}else{if(o.scrollTop>0) o.style.height = o.scrollTop+o.scrollHeight+"px"}}
</script>
</head>
<body>
<form id="form1" action="" method="post">
<div class="toplogo">
<div class="mainbox box-center pt15">
<div class="logo left"><a><span id="title">考试系统</span></a></div>
<div class="but right"><strong id="" class="png"><span id="lasttime">倒计时:60分钟</span></strong>
<a class="btn02 " onclick="UpExam();" href="#">交卷</a>
</div>
</div>
</div>
<div class="clearfix"></div>
<div class="mainbox box-center">
<!--左侧-->
<div class="side_l left">
<!--信息-->
<div class="col-l-01 box-shadow-ie-r"><b class="b1"></b><b class="b2"></b><b class="b3 "></b>
<div class=" bc bc-h01 box-shadow">
<a><img src="//repo.bfw.wiki/bfwrepo/image/61e27364c2151.png?x-oss-process=image/auto-orient,1/resize,m_fill,w_100,h_100,/quality,q_90" id="imgurl" class="border p3 m5 left" width="70" height="80" /></a>
<div class="text-left m5 col-r-03 right">
<p>学员姓名:<span id="stuname">张翔</span></p>
<p>卷面总分:<span id="totalscore">100.00</span>分</p>
<p>合格分数线:<span id="jgscore">60.00</span>分</p>
<p>答题时间:<span id="examtime">10</span>分钟</p>
</div>
</div><b class="b3"></b><b class="b2"></b><b class="b1 "></b></div>
<!--序号-->
<div class="col-l-02 box-shadow-ie-r mt20 bc-h02 "><b class="b1"></b><b class="b2"></b><b class="b3 "></b>
<div class=" bc box-shadow p10">
<div id="testnum" class="xuhao">
<h4>一、单选题</h4><a href="#1" class="" id="num5876" name="num5876">1</a><a href="#2" class="" id="num4751" name="num4751">2</a><a href="#3" class="" id="num9302" name="num9302">3</a><a href="#4" class="" id="num6191" name="num6191">4</a>
<a
href="#5" class="" id="num16720" name="num16720">5</a><a href="#6" class="" id="num11467" name="num11467">6</a><a href="#7" class="" id="num12368" name="num12368">7</a><a href="#8" class="" id="num22989" name="num22989">8</a><a href="#9" class="" id="num5543" name="num5543">9</a>
<a
href="#10" class="" id="num19617" name="num19617">10</a>
<div class="clearfix"></div>
<h4>二、多选题</h4><a href="#11" class="" id="num6719" name="num6719">11</a><a href="#12" class="" id="num5334" name="num5334">12</a><a href="#13" class="" id="num25533" name="num25533">13</a><a href="#14" class="" id="num12204"
name="num12204">14</a><a href="#15" class="" id="num15530" name="num15530">15</a><a href="#16" class="" id="num17217" name="num17217">16</a><a href="#17" class="" id="num4844" name="num4844">17</a><a href="#18" class=""
id="num16797" name="num16797">18</a><a href="#19" class="" id="num12677" name="num12677">19</a><a href="#20" class="" id="num5355" name="num5355">20</a>
<div class="clearfix"></div>
<h4>三、判断题</h4><a href="#21" class="" id="num15485" name="num15485">21</a><a href="#22" class="" id="num23556" name="num23556">22</a><a href="#23" class="" id="num18983" name="num18983">23</a><a href="#24" class="" id="num17296"
name="num17296">24</a><a href="#25" class="" id="num6966" name="num6966">25</a><a href="#26" class="" id="num26855" name="num26855">26</a><a href="#27" class="" id="num17491" name="num17491">27</a><a href="#28" class=""
id="num22000" name="num22000">28</a><a href="#29" class="" id="num15076" name="num15076">29</a><a href="#30" class="" id="num25600" name="num25600">30</a>
<div class="clearfix"></div>
<h4>四、主观题</h4><a href="#31" class="" id="num73716" name="num73716">31</a><a href="#32" class="" id="num73722" name="num73722">32</a><a href="#33" class="" id="num73700" name="num73700">33</a><a href="#34" class="" id="num73711"
name="num73711">34</a></div>
</div><b class="b3"></b><b class="b2"></b><b class="b1 "></b></div>
</div>
<!--右侧-->
<!--题-->
<div class="col-r-01 box-shadow-ie-r mt10 right"><b class="b1"></b><b class="b2"></b><b class="b3 "></b>
<div id="Content" class=" bc bc-h04 box-shadow p10"><b class="b1 bb1"></b><b class="b2 bb2"></b><b class="b3 bb2"></b>
<div class="bc bb2">
<div class="bt bb3 bc-h03"><span><a><img class="png" src="images/jian.png" /></a></span>第一部分: 单选题(每题1.00分,共10.00分)</div>
</div><b class="b3 bb2"></b><b class="b2 bb2"></b><b class="b1 bb1"></b>
<div class="m-choicebox">
<a name="1" class="target"></a>
<h4>第 1 题:
<p>下图是哪个国家的普通护照?()</p>
<p><img alt="" src="/edu/tools/upload/201403/03/201403030957001523.jpg" /></p>
</h4>
<ul class="single">
<li class="question-option-list"><span>A.</span>
<div class="option-content">几内亚</div>
</li>
<li class="question-option-list"><span>B.</span>
<div class="option-content">厄瓜多尔</div>
</li>
<li class="question-option-list"><span>C.</span>
<div class="option-content">赤道几内亚</div>
</li>
<li class="question-option-list"><span>D.</span>
<div class="option-content">巴布亚新几内亚<br/></div>
</li>
</ul>
<div class="m-checkBox single"><a class="question-btn mus 5876" id="lblA5876"><label for='rdA5876'><input type='radio' value="A" checked name="rd5876" id="rdA5876" onclick="checkanswer(5876,'1','A')" /> A</label></a><a class="question-btn mus 5876"
id="lblB5876"><label for='rdB5876'><input type='radio' value="B" name="rd5876" id="rdB5876" onclick="checkanswer(5876,'1','B')" /> B</label></a><a class="question-btn mus 5876" id="lblC5876"><label for='rdC5876'><input type='radio' value="C" name="rd5876" id="rdC5876" onclick="checkanswer(5876,'1','C')" /> C</label></a>
<a
class="question-btn mus 5876" id="lblD5876"><label for='rdD5876'><input type='radio' value="D" name="rd5876" id="rdD5876" onclick="checkanswer(5876,'1','D')" /> D</label></a>
</div>
</div>
<div class="clearfix"></div>
<div class="m-choicebox">
<a name="2" class="target"></a>
<h4>第 2 题:
<p style="text-align:left;">脸形指面部的轮廓及形状,是由上部的()开始。</p>
</h4>
<ul class="single">
<li class="question-option-list"><span>A.</span>
<div class="option-content">眉毛</div>
</li>
<li class="question-option-list"><span>B.</span>
<div class="option-content">头顶</div>
</li>
<li class="question-option-list"><span>C.</span>
<div class="option-content">鼻根</div>
</li>
<li class="question-option-list"><span>D.</span>
<div class="option-content">发际线<br/></div>
</li>
</ul>
<div class="m-checkBox single"><a class="question-btn 4751" id="lblA4751"><label for='rdA4751'><input type='radio' value="A" name="rd4751" id="rdA4751" onclick="checkanswer(4751,'1','A')" /> A</label></a>
<a class="question-btn mus 4751" id="lblB4751"><label for='rdB4751'><input type='radio' value="B" checked name="rd4751" id="rdB4751" onclick="checkanswer(4751,'1','B')" /> B</label></a><a class="question-btn mus 4751" id="lblC4751"><label for='rdC4751'><input type='radio' value="C" name="rd4751" id="rdC4751" onclick="checkanswer(4751,'1','C')" /> C</label></a>
<a
class="question-btn mus 4751" id="lblD4751"><label for='rdD4751'><input type='radio' value="D" name="rd4751" id="rdD4751" onclick="checkanswer(4751,'1','D')" /> D</label></a>
</div>
</div>
<div class="clearfix"></div>
<div class="m-choicebox">
<a name="3" class="target"></a>
<h4>第 3 题:
<p style="text-align:left;">船舶起重设备中的起重柱上的()极易藏匿人物。 </p>
<p style="text-indent:-18pt;text-align:left;">·A </p>
</h4>
<ul class="single">
<li class="question-option-list"><span>A.</span>
<div class="option-content">驾驶台</div>
</li>
<li class="question-option-list"><span>B.</span>
<div class="option-content">工具房</div>
</li>
<li class="question-option-list"><span>C.</span>
<div class="option-content">指挥室</div>
</li>
<li class="question-option-list"><span>D.</span>
<div class="option-content">操纵室<br/></div>
</li>
</ul>
<div class="m-checkBox single"><a class="question-btn 9302" id="lblA9302"><label for='rdA9302'><input type='radio' value="A" name="rd9302" id="rdA9302" onclick="checkanswer(9302,'1','A')" /> A</label></a>
<a class="question-btn mus 9302" id="lblB9302"><label for='rdB9302'><input type='radio' value="B" checked name="rd9302" id="rdB9302" onclick="checkanswer(9302,'1','B')" /> B</label></a><a class="question-btn mus 9302" id="lblC9302"><label for='rdC9302'><input type='radio' value="C" name="rd9302" id="rdC9302" onclick="checkanswer(9302,'1','C')" /> C</label></a>
<a
class="question-btn mus 9302" id="lblD9302"><label for='rdD9302'><input type='radio' value="D" name="rd9302" id="rdD9302" onclick="checkanswer(9302,'1','D')" /> D</label></a>
</div>
</div>
<div class="clearfix"></div>
<div class="m-choicebox">
<a name="4" class="target"></a>
<h4>第 4 题:
<p>下图是哪种证件?()</p>
<p><img alt="" src="/edu/tools/upload/201403/03/201403031105258646.jpg" /></p>
</h4>
<ul class="single">
<li class="question-option-list"><span>A.</span>
<div class="option-content">荷兰紧急护照</div>
</li>
<li class="question-option-list"><span>B.</span>
<div class="option-content">瑞典难民证</div>
</li>
<li class="question-option-list"><span>C.</span>
<div class="option-content">荷兰难民证</div>
</li>
<li class="question-option-list"><span>D.</span>
<div class="option-content">瑞典紧急护照<br/></div>
</li>
</ul>
<div class="m-checkBox single"><a class="question-btn 6191" id="lblA6191"><label for='rdA6191'><input type='radio' value="A" name="rd6191" id="rdA6191" onclick="checkanswer(6191,'1','A')" /> A</label></a>
<a class="question-btn 6191" id="lblB6191"><label for='rdB6191'><input type='radio' value="B" name="rd6191" id="rdB6191" onclick="checkanswer(6191,'1','B')" /> B</label></a><a class="question-btn mus 6191" id="lblC6191"><label for='rdC6191'><input type='radio' value="C" checked name="rd6191" id="rdC6191" onclick="checkanswer(6191,'1','C')" /> C</label></a>
<a
class="question-btn mus 6191" id="lblD6191"><label for='rdD6191'><input type='radio' value="D" name="rd6191" id="rdD6191" onclick="checkanswer(6191,'1','D')" /> D</label></a>
</div>
</div>
<div class="clearfix"></div>
<div class="m-choicebox">
<a name="5" class="target"></a>
<h4>第 5 题:
<p>下列观察方法中不属于目测检验的是()。</p>
<p style="text-indent:-18pt;text-align:left;">·A</p>
</h4>
<ul class="single">
<li class="question-option-list"><span>A.</span>
<div class="option-content">印文边框的形态和大小与真印章是否相符</div>
</li>
<li class="question-option-list"><span>B.</span>
<div class="option-content">看印油整体颜色与真印章是否相符</div>
</li>
<li class="question-option-list"><span>C.</span>
<div class="option-content">利用红外光观察印章有没有被改动的痕迹</div>
</li>
<li class="question-option-list"><span>D.</span>
<div class="option-content">印文的间距、字体、特殊笔画、文字排列与真印章是否相符<br/></div>
</li>
</ul>
<div class="m-checkBox single"><a class="question-btn 16720" id="lblA16720"><label for='rdA16720'><input type='radio' value="A" name="rd16720" id="rdA16720" onclick="checkanswer(16720,'1','A')" /> A</label></a>
<a class="question-btn 16720" id="lblB16720"><label for='rdB16720'><input type='radio' value="B" name="rd16720" id="rdB16720" onclick="checkanswer(16720,'1','B')" /> B</label></a><a class="question-btn mus 16720" id="lblC16720"><label for='rdC16720'><input type='radio' value="C" checked name="rd16720" id="rdC16720" onclick="checkanswer(16720,'1','C')" /> C</label></a>
<a
class="question-btn mus 16720" id="lblD16720"><label for='rdD16720'><input type='radio' value="D" name="rd16720" id="rdD16720" onclick="checkanswer(16720,'1','D')" /> D</label></a>
</div>
</div>
<div class="clearfix"></div>
<div class="m-choicebox">
<a name="6" class="target"></a>
<h4>第 6 题:
<p>需对出入境人员进行人身及行李物品检查的,应报()批准。 </p>
</h4>
<ul class="single">
<li class="question-option-list"><span>A.</span>
<div class="option-content">值班队(科)领导</div>
</li>
<li class="question-option-list"><span>B.</span>
<div class="option-content">站值班领导</div>
</li>
<li class="question-option-list"><span>C.</span>
<div class="option-content">站领导</div>
</li>
<li class="question-option-list"><span>D.</span>
<div class="option-content">站部门领导</div>
</li>
<li class="question-option-list"><span>E.</span>
<div class="option-content">《出入境边防检查勤务规范》第89和91条<br/></div>
</li>
</ul>
<div class="m-checkBox single"><a class="question-btn 11467" id="lblA11467"><label for='rdA11467'><input type='radio' value="A" name="rd11467" id="rdA11467" onclick="checkans.........完整代码请登录后点击上方下载按钮下载查看
网友评论0