jquery实现一个在线答题页面代码

代码语言:html

所属分类:布局界面

代码描述:jquery实现一个在线答题页面代码,可实现答题滚定导航、时间倒计时、答题卡导航

代码标签: 在线 答题 页面

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE HTML>
<html>
<head>
    <meta http-equiv="content-type" content="text/html;charset=UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/font-awesome-4.7.0/css/font-awesome.min.css">
    <style>
        * {
            margin: 0;
            padding: 0;
        }
        html, body
        {
            width: 100%;
            height: 100%;
            overflow: auto;
            font-size: 12px;
            margin: 0;
            padding: 0;
            font-family: "微软雅黑";
            background: #fff;
            text-align: center;
        }
        ul,li {
            list-style: none;
        }
        a {
            text-decoration: none;
            color: #666;
        }
        a:hover {
            text-decoration: none;
        }
        .hover {
            background: #0f6c8d;
        }

        i {
            font-style: normal;
        }


   
        #active {
            font-size: 12px;
            color: #289cd5;
            font-weight: bold;
        }
        .course_main {
            width: 100%;
            height: 100%;
        }

        /*top start*/
        .top {
            width: 100%;
            height: 90px;
            background: #fff;
            color: #000;
        }
        .top_nr {
            width: 1200px;
            margin: 0 auto;
        }
        .top_left {
            height: 90px;
            float: left;
        }
        .top_left i {
            width: 180px;
            height: 90px;
            display: block;
            float: left;
            background: url(//repo.bfw.wiki/bfwrepo/icon/60ecf359eb0c5.png) no-repeat center;
        }
        .top_left h1 {
            line-height: 100px;
            display: block;
            float: left;
            font-size: 28px;
        }

        .top_right {
            height: 90px;
            float: right;
            line-height: 90px;
            padding-right: 10px;
        }
        .top_right a {
            padding: 0 10px;
            color: #000;
            font-size: 14px;
            display: block;
            float: left;
        }
        .top_right a span {
            padding-right: 5px;
            display: block;
            float: left;
        }
        .top_right a i {
            color: #f00;
            padding: 0 5px;
            display: block;
            float: left;
        }
        .top_right a b {
            display: block;
            float: left;
        }
        .top_right a img {
            margin-top: 30px;
            display: block;
            float: left;
        }
        /*top end*/
        /*nav start*/
        .nav {
            width: 100%;
            height: 50px;
            background: #389fc3;
            margin-top: 15px;
        }
        .nav_nr {
            width: 1200px;
            height: 50px;
            line-height: 50px;
            margin: 0 auto;
            font-size: 14px;
        }
        .nav_nr ul {
            display: block;
            margin: 0;
        }
        .nav_nr ul li {
            height: 50px;
            display: block;
            float: left;
        }
        .nav_nr ul li a {
            color: #fff;
            display: block;
            height: 50px;
            float: left;
            padding: 0 20px;
        }
        .nav_nr ul li a:hover {
            text-decoration: none;
        }
        .nav_nr i {
            color: #fff;
            display: block;
            float: left;
        }

        /*分页 start*/
        .fy {
            width: 100%;
            height: 50px;
            margin-left: 15px;
            margin-top: 10px;
            float: left;
        }
        /*分页 end*/
        /*百分比进度 start*/
        .easyPieChart {
            position: relative;
            text-align: center;
        }
        .easyPieChart canvas {
            position: absolute;
            top: 0;
            left: 0;
        }
        /*百分比进度 end*/
        /*nav end*/
        .foot {
            width: 100%;
            height: 50px;
            clear: both;
        }
        /*nr start*/
        .test_main {
            width: 1200px;
            margin: 15px auto 0;
        }
        .nr_left {
            width: 900px;
            height: 100%;
            float: left;
        }

        .test {
            width: 100%;
            border: 1px solid #e4e4e4;
            text-align: left;
            float: left;
        }
        .test_title {
            width: 900px;
            height: 45px;
            line-height: 45px;
            background-color: #f7f7f7;
            position: fixed;
            bottom: 0;
            z-index: 1000;
        }
        .test_title p {
            padding: 0 20px;
            display: block;
            float: left;
        }
        .test_time {
            color: #f00;
            line-height: 45px;
        }
        .test_time i {
            font-size: 20px;
            height: 45px;
            line-height: 40px;
            display: block;
            float: left
        }
        .test_time b {
            font-size: 16px;
            height: 45px;
            display: block;
            float: left;
            margin-left: 10px;
        }
        .test_dtk {
            line-height: 45px;
        }
        .test_dtk i {
            font-size: 22px;
            height: 45px;
            line-height: 45px;
            display: block;
            float: left;
            color: #389fc3;
        }
        .test_dtk span {
            font-size: 14px;
            height: 45px;
            display: block;
            float: left;
            margin-left: 10px;
        }
        .test_title font {
            width: 80px;
            height: 45px;
            display: block;
            float: right;
            text-align: center;
        }
        .test_title font input {
            background: #389fc3;
            border: none;
            display: block;
            width: 80px;
            height: 45px;
            cursor: pointer;
            color: #fff;
            font-size: 16px;
            font-weight: bold;
        }
        .test_title font input:active {
            background: #79aef0;
        }

        .test_content {
            width: 100%;
            height: auto;
            margin-top: 15px;
        }
        .test_content_title {
            width: 100%;
            height: 50px;
            line-height: 50px;
            background: #f7f7f7;
            text-align: center;
        }
        .test_content_title h2 {
            padding: 0 30px;
            font-size: 16px;
            font-weight: normal;
            display: block;
            float: left
        }
        .test_content_title p {
            padding: 0 10px;
            height: 40px;
            line-height: 40px;
            background: #389fc3;
            color: #fff;
            border-radius: 30px;
            display: block;
            float: left;
            margin-top: 5px;
        }

        .test_content_nr {
            width: 100%;
            border-top: 3px solid #efefef;
        }
        .test_content_nr>ul>li {
            width: 100%;
            border-bottom: 5px solid #efefef;
            padding-top: 10px;
        }
        .test_content_nr_tt {
            width: 85%;
            height: auto;
            line-height: 32px;
            margin: 0 auto;
            border-bottom: 1px solid #e4e4e4;
        }
        .test_content_nr_tt i {
            width: 25px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            display: block;
            float: left;
            background: #5d9cec;
            border-radius: 50%;
            margin-left: -50px;
            color: #fff;
            margin-top: 8px;
            font-size: 16px;
        }
        .test_content_nr_tt span {
            padding: 0 8px;
        }
        .test_content_nr_tt font {
            font-size: 14px
        }
        .test_content_nr_tt b {
            display: block;
            float: right;
            margin-right: -50px;
            color: #f48c27;
            font-size: 20px;
        }

        .test_content_nr_main {
            width: 85%;
            margin: 0 auto;
            padding: 10px 0;
            height: auto;
        }

        .option {
            line-height: 32px;
            display: block;
            background: #fff;
            color: #666;
        }
        .option:hover {
            background: #e4e4e4;
        }
        .option input {
            width: 20px;
            height: 20px;
            display: block;
            float: left;
            margin: 10px 10px 0 0;
        }
        .option label {
            height: auto;
            display: block;
        }

        .test_more_nr_main {
            width: 85%;
            margin: 0 auto;
            padding: 10px 0;
        }
        .multiple {
            width: 100%;
            height: 40px;
            line-height: 40px;
            display: block;
            background: #fff;
            margin-bottom: 3px;
        }
        .multiple:hover {
            background: #e4e4e4;
        }
        .multiple dd input {
            width: 20px;
            height: 20px;
            display: block;
            float: left;
            margin: 10px 10px 0 0;
        }
        .multiple dd label {
            width: 725px;
            height: 40px;
            display: block;
            float: left;
        }
        .test_click {
            background: #7aaff3;
        }
        .test_click a {
            color: #fff;
        }
        /*nr_right start*/
        .nr_right {
            width: 280px;
            height: 100%;
            float: right;
        }
        .nr_rt_main {
            width: 100%;
            height: auto;
        }

        .rt_nr1 {
            width: 280px;
            position: fixed;
            top: 15px;
            z-index: 1000;
        }
        .rt_nr1_title {
            width: 280px;
            height: 45px;
            line-height: 45px;
            background: #f3f3f3;
        }
        .rt_nr1_title h1 {
            width: 130px;
            height: 45px;
            background: #389fc3;
            text-align: center;
            font-size: 14px;
            display: block;
            float: left;
            color: #fff;
        }
        .rt_nr1_title h1 i {
            padding: 0 5px;
            font-size: 14px;
            font-weight: normal;
        }
        .rt_nr1_title p {
            width: 141px;
            height: 43px;
            padding-right: 8px;
            border: 1px solid #e4e4e4;
            border-left: 0;
            display: block;
            float: right;
        }
        .rt_nr1_title p i {
            margin-left: 10px;
        }

        .rt_content {
            width: 278px;
            height: 100%;
            border: 1px solid #e4e4e4;
            border-top: 0;
        }
        .rt_content_tt {
            width: 95%;
            height: 40px;
            line-height: 40px;
            margin: 0 auto;
            border-bottom: 1px solid #e4e4e4;
        }
        .rt_content_tt h2 {
            width: 150px;
            font-size: 14px;
            display: inline-block;
        }
        .rt_content_tt p {
            width: 100px;
            display: inline-block;
        }
        .answerSheet ul {
            padding: 10px;
            text-align: left;
        }
        .answerSheet li {
            display: inline-block;
            margin-bottom: 5px;
            height: 30px;
            width: 30px;
            line-height: 30px;
            text-align: center;
            border: 1px solid #e4e4e4;
        }
        .answerSheet li a {
            display: block;
        }
        .answerSheet li:hover {
            color: #389fc3;
            border-color: #389fc3;
        }

        .rt_more {
            width: 278px;
            height: 100%;
            border: 1px solid #e4e4e4;
            border-top: 0;
        }
        .rt_more_tt {
            width: 95%;
            height: 40px;
            line-height: 40px;
            margin: 0 auto;
            border-bottom: 1px solid #e4e4e4;
        }
        .rt_more_tt h2 {
            width: 150px;
            font-size: 14px;
            display: inline-block;
        }
        .rt_more_tt p {
            width: 100px;
            display: inline-block;
        }
        .rt_more_nr ul {
            padding: 10px;
            text-align: left;
        }
        .rt_more_nr ul li {
            display: inline-block;
            margin: 5px;
            height: 30px;
            width: 30px;
            line-height: 30px;
            text-align: center;
            border: 1px solid #e4e4e4;
        }


        /*nr_right end*/
        /*nr end*/

    </style>

    <style>
        .hasBeenAnswer {
            background: #5d9cec;
            color: #fff;
        }

    </style>
</head>

<body>
    <div class="main">
        <!--nr start-->
        <div class="test_main">
            <div class="nr_left">
                <div class="test">
                    <form action="" method="post">
                        <div class="test_title">
                            <p class="test_time">
                                <i class="fa fa-lg fa-clock-o"></i><b class="alt-1">01:40</b>
                            </p>
                            <font><input type="button" name="test_jiaojuan" id="jiaojuan-btn" value="交卷"></font>
                        </div>

                        <div class="test_content">
                            <div class="test_content_title">
                                <h2>单选题</h2>
                                <p>
                                    <span>共</span><i class="content_lit">60</i><span>题,</span><span>合计</span><i class="content_fs">60</i><span>分</span>
                                </p>
                            </div>
                        </div>
                        <div class="test_content_nr">
                            <ul>

                                <li id="qu_0_0">
                                    <div class="test_content_nr_tt">
                                        <i>1</i><span>(1分)</span><font>在生产管理信息系统中,下列操作步骤能正确将工单推进流程的是(  )</font><b class="fa fa-lg fa-angle-down"></b>
                                    </div>

                                    <div class="test_content_nr_main">
                                        <ul>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer1"
                                                id="0_answer_1_option_1"
                                                />


                                                <label for="0_answer_1_option_1">
                                                    A.
                                                    <p class="ue" style="display: inline;">
                                                        在工具栏中点击“workflow”标签
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer1"
                                                id="0_answer_1_option_2"
                                                />


                                                <label for="0_answer_1_option_2">
                                                    B.
                                                    <p class="ue" style="display: inline;">
                                                        在缺陷单界面中点击“推进流程”按钮
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer1"
                                                id="0_answer_1_option_3"
                                                />


                                                <label for="0_answer_1_option_3">
                                                    C.
                                                    <p class="ue" style="display: inline;">
                                                        在缺陷单界面中点击“提交”按钮
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer1"
                                                id="0_answer_1_option_4"
                                                />


                                                <label for="0_answer_1_option_4">
                                                    D.
                                                    <p class="ue" style="display: inline;">
                                                        后台启动流程推进
                                                    </p>
                                                </label>
                                            </li>

                                        </ul>
                                    </div>
                                </li>

                                <li id="qu_0_1">
                                    <div class="test_content_nr_tt">
                                        <i>2</i><span>(1分)</span><font>在营销系统中查询客户有无欠费、余额及抄表数据接待客户时应做到哪些最基本的礼仪?</font><b class="fa fa-lg fa-angle-down"></b>
                                    </div>

                                    <div class="test_content_nr_main">
                                        <ul>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer2"
                                                id="0_answer_2_option_1"
                                                />


                                                <label for="0_answer_2_option_1">
                                                    A.
                                                    <p class="ue" style="display: inline;">
                                                        起身、微笑、示坐、问候客户
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer2"
                                                id="0_answer_2_option_2"
                                                />


                                                <label for="0_answer_2_option_2">
                                                    B.
                                                    <p class="ue" style="display: inline;">
                                                        坐着,问候客户
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer2"
                                                id="0_answer_2_option_3"
                                                />


                                                <label for="0_answer_2_option_3">
                                                    C.
                                                    <p class="ue" style="display: inline;">
                                                        坐着,问候客户
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer2"
                                                id="0_answer_2_option_4"
                                                />


                                                <label for="0_answer_2_option_4">
                                                    D.
                                                    <p class="ue" style="display: inline;">
                                                        请问需要办理什么业务
                                                    </p>
                                                </label>
                                            </li>

                                        </ul>
                                    </div>
                                </li>

                                <li id="qu_0_2">
                                    <div class="test_content_nr_tt">
                                        <i>3</i><span>(1分)</span><font>请在下列选项中选择正确进入电力营销系统网址</font><b class="fa fa-lg fa-angle-down"></b>
                                    </div>

                                    <div class="test_content_nr_main">
                                        <ul>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer3"
                                                id="0_answer_3_option_1"
                                                />


                                                <label for="0_answer_3_option_1">
                                                    A.
                                                    <p class="ue" style="display: inline;">
                                                        http://10.113.225.24:83/epm/static/logon/logon.jsp
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer3"
                                                id="0_answer_3_option_2"
                                                />


                                                <label for="0_answer_3_option_2">
                                                    B.
                                                    <p class="ue" style="display: inline;">
                                                        http://10.113.255.24:83/epm/static/logon/logon.jsp
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer3"
                                                id="0_answer_3_option_3"
                                                />


                                                <label for="0_answer_3_option_3">
                                                    C.
                                                    <p class="ue" style="display: inline;">
                                                        http://10.113.255.24:81/epm/static/logon/logon.jsphttp://10.113.245.24:81/epm/static/logon/logon.jsp
                                                    </p>
                                                </label>
                                            </li>

                                        </ul>
                                    </div>
                                </li>

                                <li id="qu_0_3">
                                    <div class="test_content_nr_tt">
                                        <i>4</i><span>(1分)</span><font>如何在电力营销系统查询出客户的是否有余额</font><b class="fa fa-lg fa-angle-down"></b>
                                    </div>

                                    <div class="test_content_nr_main">
                                        <ul>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer4"
                                                id="0_answer_4_option_1"
                                                />


                                                <label for="0_answer_4_option_1">
                                                    A.
                                                    <p class="ue" style="display: inline;">
                                                        在综合查询下的电量电费查询中进行查询
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer4"
                                                id="0_answer_4_option_2"
                                                />


                                                <label for="0_answer_4_option_2">
                                                    B.
                                                    <p class="ue" style="display: inline;">
                                                        在综合查询下的抄表信息查询中点击抄表数据进行查询
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer4"
                                                id="0_answer_4_option_3"
                                                />


                                                <label for="0_answer_4_option_3">
                                                    C.
                                                    <p class="ue" style="display: inline;">
                                                        在收费管理下的综合查询中点击欠费查询进行查询
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer4"
                                                id="0_answer_4_option_4"
                                                />


                                                <label for="0_answer_4_option_4">
                                                    D.
                                                    <p class="ue" style="display: inline;">
                                                        在收费管理下的坐收交费中进行查询
                                                    </p>
                                                </label>
                                            </li>

                                        </ul>
                                    </div>
                                </li>

                                <li id="qu_0_4">
                                    <div class="test_content_nr_tt">
                                        <i>5</i><span>(1分)</span><font>检查、使用万用表,用万用表测量一小型加工厂线电压为351V,请问其电压是否合格(  )</font><b class="fa fa-lg fa-angle-down"></b>
                                    </div>

                                    <div class="test_content_nr_main">
                                        <ul>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer5"
                                                id="0_answer_5_option_1"
                                                />


                                                <label for="0_answer_5_option_1">
                                                    A.
                                                    <p class="ue" style="display: inline;">
                                                        合格
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer5"
                                                id="0_answer_5_option_2"
                                                />


                                                <label for="0_answer_5_option_2">
                                                    B.
                                                    <p class="ue" style="display: inline;">
                                                        不合格
                                                    </p>
                                                </label>
                                            </li>

                                        </ul>
                                    </div>
                                </li>

                                <li id="qu_0_5">
                                    <div class="test_content_nr_tt">
                                        <i>6</i><span>(1分)</span><font>检查、使用万用表,用万用表测量一小型加工厂线电压为415V,请问其电压是否合格(  )</font><b class="fa fa-lg fa-angle-down"></b>
                                    </div>

                                    <div class="test_content_nr_main">
                                        <ul>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer6"
                                                id="0_answer_6_option_1"
                                                />


                                                <label for="0_answer_6_option_1">
                                                    A.
                                                    <p class="ue" style="display: inline;">
                                                        合格
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer6"
                                                id="0_answer_6_option_2"
                                                />


                                                <label for="0_answer_6_option_2">
                                                    B.
                                                    <p class="ue" style="display: inline;">
                                                        不合格
                                                    </p>
                                                </label>
                                            </li>

                                        </ul>
                                    </div>
                                </li>

                                <li id="qu_0_6">
                                    <div class="test_content_nr_tt">
                                        <i>7</i><span>(1分)</span><font>万用表使用完毕后,应将转换开关调至(  )</font><b class="fa fa-lg fa-angle-down"></b>
                                    </div>

                                    <div class="test_content_nr_main">
                                        <ul>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer7"
                                                id="0_answer_7_option_1"
                                                />


                                                <label for="0_answer_7_option_1">
                                                    A.
                                                    <p class="ue" style="display: inline;">
                                                        交流电流最高档或空档
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer7"
                                                id="0_answer_7_option_2"
                                                />


                                                <label for="0_answer_7_option_2">
                                                    B.
                                                    <p class="ue" style="display: inline;">
                                                        直流电流最高档或空档
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer7"
                                                id="0_answer_7_option_3"
                                                />


                                                <label for="0_answer_7_option_3">
                                                    C.
                                                    <p class="ue" style="display: inline;">
                                                        交流电压最高档或空档
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer7"
                                                id="0_answer_7_option_4"
                                                />


                                                <label for="0_answer_7_option_4">
                                                    D.
                                                    <p class="ue" style="display: inline;">
                                                        直流电压最高档或空档
                                                    </p>
                                                </label>
                                            </li>

                                        </ul>
                                    </div>
                                </li>

                                <li id="qu_0_7">
                                    <div class="test_content_nr_tt">
                                        <i>8</i><span>(1分)</span><font>钳形电流表的检查、使用方法,如何判断钳形电流表电池电量充足(  )</font><b class="fa fa-lg fa-angle-down"></b>
                                    </div>

                                    <div class="test_content_nr_main">
                                        <ul>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer8"
                                                id="0_answer_8_option_1"
                                                />


                                                <label for="0_answer_8_option_1">
                                                    A.
                                                    <p class="ue" style="display: inline;">
                                                        钳形电流表开机后数字显示清晰
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer8"
                                                id="0_answer_8_option_2"
                                                />


                                                <label for="0_answer_8_option_2">
                                                    B.
                                                    <p class="ue" style="display: inline;">
                                                        钳形电流表开机后数字显示模糊
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer8"
                                                id="0_answer_8_option_3"
                                                />


                                                <label for="0_answer_8_option_3">
                                                    C.
                                                    <p class="ue" style="display: inline;">
                                                        钳形电流表开机后显示屏发光
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer8"
                                                id="0_answer_8_option_4"
                                                />


                                                <label for="0_answer_8_option_4">
                                                    D.
                                                    <p class="ue" style="display: inline;">
                                                        钳形电流表开机后发出声响
                                                    </p>
                                                </label>
                                            </li>

                                        </ul>
                                    </div>
                                </li>

                                <li id="qu_0_8">
                                    <div class="test_content_nr_tt">
                                        <i>9</i><span>(1分)</span><font>钳形电流表的检查、使用方法,钳形电流表使用完毕后,应将转换开关调至(  )</font><b class="fa fa-lg fa-angle-down"></b>
                                    </div>

                                    <div class="test_content_nr_main">
                                        <ul>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer9"
                                                id="0_answer_9_option_1"
                                                />


                                                <label for="0_answer_9_option_1">
                                                    A.
                                                    <p class="ue" style="display: inline;">
                                                        交流电压最高档或空档
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer9"
                                                id="0_answer_9_option_2"
                                                />


                                                <label for="0_answer_9_option_2">
                                                    B.
                                                    <p class="ue" style="display: inline;">
                                                        交流电流最高档或空档
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer9"
                                                id="0_answer_9_option_3"
                                                />


                                                <label for="0_answer_9_option_3">
                                                    C.
                                                    <p class="ue" style="display: inline;">
                                                        直流电流最高档或空档
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer9"
                                                id="0_answer_9_option_4"
                                                />


                                                <label for="0_answer_9_option_4">
                                                    D.
                                                    <p class="ue" style="display: inline;">
                                                        直流电压最高档或空档
                                                    </p>
                                                </label>
                                            </li>

                                        </ul>
                                    </div>
                                </li>

                                <li id="qu_0_9">
                                    <div class="test_content_nr_tt">
                                        <i>10</i><span>(1分)</span><font>灭火器的检查、使用方法,下列不属于灭火器的日常检查主要有(  )</font><b class="fa fa-lg fa-angle-down"></b>
                                    </div>

                                    <div class="test_content_nr_main">
                                        <ul>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer10"
                                                id="0_answer_10_option_1"
                                                />


                                                <label for="0_answer_10_option_1">
                                                    A.
                                                    <p class="ue" style="display: inline;">
                                                        灭火器应在有效试验周期内
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer10"
                                                id="0_answer_10_option_2"
                                                />


                                                <label for="0_answer_10_option_2">
                                                    B.
                                                    <p class="ue" style="display: inline;">
                                                        灭火器压力值应在正常范围内
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer10"
                                                id="0_answer_10_option_3"
                                                />


                                                <label for="0_answer_10_option_3">
                                                    C.
                                                    <p class="ue" style="display: inline;">
                                                        灭火器的型号
                                                    </p>
                                                </label>
                                            </li>

                                        </ul>
                                    </div>
                                </li>

                                <li id="qu_0_10">
                                    <div class="test_content_nr_tt">
                                        <i>11</i><span>(1分)</span><font>灭火器的检查、使用方法,灭火器的压力指示针指在(  )范围内时,表示压力值不在正常范围内</font><b class="fa fa-lg fa-angle-down"></b>
                                    </div>

                                    <div class="test_content_nr_main">
                                        <ul>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer11"
                                                id="0_answer_11_option_1"
                                                />


                                                <label for="0_answer_11_option_1">
                                                    A.
                                                    <p class="ue" style="display: inline;">
                                                        黄色
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer11"
                                                id="0_answer_11_option_2"
                                                />


                                                <label for="0_answer_11_option_2">
                                                    B.
                                                    <p class="ue" style="display: inline;">
                                                        绿色
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer11"
                                                id="0_answer_11_option_3"
                                                />


                                                <label for="0_answer_11_option_3">
                                                    C.
                                                    <p class="ue" style="display: inline;">
                                                        红色
                                                    </p>
                                                </label>
                                            </li>

                                        </ul>
                                    </div>
                                </li>

                                <li id="qu_0_11">
                                    <div class="test_content_nr_tt">
                                        <i>12</i><span>(1分)</span><font>现场触电急救摸拟实操,触电急救的三项基本措施错误的是(  )</font><b class="fa fa-lg fa-angle-down"></b>
                                    </div>

                                    <div class="test_content_nr_main">
                                        <ul>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer12"
                                                id="0_answer_12_option_1"
                                                />


                                                <label for="0_answer_12_option_1">
                                                    A.
                                                    <p class="ue" style="display: inline;">
                                                        通畅气道
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer12"
                                                id="0_answer_12_option_2"
                                                />


                                                <label for="0_answer_12_option_2">
                                                    B.
                                                    <p class="ue" style="display: inline;">
                                                        口对口(鼻)人工呼吸
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer12"
                                                id="0_answer_12_option_3"
                                                />


                                                <label for="0_answer_12_option_3">
                                                    C.
                                                    <p class="ue" style="display: inline;">
                                                        胸外心脏挤压
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer12"
                                                id="0_answer_12_option_4"
                                                />


                                                <label for="0_answer_12_option_4">
                                                    D.
                                                    <p class="ue" style="display: inline;">
                                                        腹部猛压法
                                                    </p>
                                                </label>
                                            </li>

                                        </ul>
                                    </div>
                                </li>

                                <li id="qu_0_12">
                                    <div class="test_content_nr_tt">
                                        <i>13</i><span>(1分)</span><font>现场触电急救摸拟实操,若触电者神志清醒,只是感到心慌、四肢发麻、全身无力或者曾经虽然一度昏迷,但未失去知觉,应做何处理(  )</font><b class="fa fa-lg fa-angle-down"></b>
                                    </div>

                                    <div class="test_content_nr_main">
                                        <ul>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer13"
                                                id="0_answer_13_option_1"
                                                />


                                                <label for="0_answer_13_option_1">
                                                    A.
                                                    <p class="ue" style="display: inline;">
                                                        就地平躺,严格观察,期间不得站立或走动
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer13"
                                                id="0_answer_13_option_2"
                                                />


                                                <label for="0_answer_13_option_2">
                                                    B.
                                                    <p class="ue" style="display: inline;">
                                                        应使其舒适平卧,保持空气流通,同时请医生或送医院诊冶
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer13"
                                                id="0_answer_13_option_3"
                                                />


                                                <label for="0_answer_13_option_3">
                                                    C.
                                                    <p class="ue" style="display: inline;">
                                                        采用胸外心脏挤压法进行抢救
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer13"
                                                id="0_answer_13_option_4"
                                                />


                                                <label for="0_answer_13_option_4">
                                                    D.
                                                    <p class="ue" style="display: inline;">
                                                        采用口对口人工呼吸法抢救
                                                    </p>
                                                </label>
                                            </li>

                                        </ul>
                                    </div>
                                </li>

                                <li id="qu_0_13">
                                    <div class="test_content_nr_tt">
                                        <i>14</i><span>(1分)</span><font>现场触电急救摸拟实操,下列触电急救的基本原则描述错误的是(  )</font><b class="fa fa-lg fa-angle-down"></b>
                                    </div>

                                    <div class="test_content_nr_main">
                                        <ul>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer14"
                                                id="0_answer_14_option_1"
                                                />


                                                <label for="0_answer_14_option_1">
                                                    A.
                                                    <p class="ue" style="display: inline;">
                                                        迅速抱走触电者,使触电者脱离电源
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer14"
                                                id="0_answer_14_option_2"
                                                />


                                                <label for="0_answer_14_option_2">
                                                    B.
                                                    <p class="ue" style="display: inline;">
                                                        救护者熟悉救护方法,按照规定动作进行抢救
                                                    </p>
                                                </label>
                                            </li>

                                            <li class="option">

                                                <input type="radio" class="radioOrCheck" name="answer14"
                                                id="0_answer_14_option_3"
                                          .........完整代码请登录后点击上方下载按钮下载查看

网友评论0