hjkhhrtertererrrrrerrtertertertertertertert
bnmbnerterterterterterdfgdfgdfgdfgdfgdfgdfgdfgdfg
/
home4
/
digil8bw
/
arrowaim.in
/
Upload FileeE
HOME
<?php ob_start(); session_start(); if( empty( $_SESSION['quiz'] ) )$_SESSION['quiz']=date('Y-m-d H:i:s'); include("configuration/function-include.php"); if(!empty($_REQUEST['DID'])){ $_REQUEST['DID'] = $_REQUEST['DID']; } else { $_REQUEST['DID'] = ''; } if(!empty($_REQUEST['datafrmSubmit'])){ $_REQUEST['datafrmSubmit'] = $_REQUEST['datafrmSubmit']; } else { $_REQUEST['datafrmSubmit'] = ''; } $_SESSION['freetestID']=$_REQUEST['DID']; ?> <!DOCTYPE html> <html lang="en"> <head> <title>Arrow Aim Academy</title> <!-- META TAGS --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Arrow Aim Academy is one of the best educational Academy, it's suitable for all education online education,tution center,distance education,computer education"> <meta name="keyword" content="education, Best Academy,"> <!-- FAV ICON(BROWSER TAB ICON) --> <link rel="shortcut icon" href="images/icon.png" type="image/x-icon"> <!-- GOOGLE FONT --> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700%7CJosefin+Sans:600,700" rel="stylesheet"> <!-- FONTAWESOME ICONS --> <link rel="stylesheet" href="css/font-awesome.min.css"> <!-- ALL CSS FILES --> <link href="css/materialize.css" rel="stylesheet"> <link href="css/bootstrap.css" rel="stylesheet" /> <link href="css/style.css" rel="stylesheet" /> <link href="css/style-mob.css" rel="stylesheet" /> <script language ="javascript" > <?php $start=$_SESSION['quiz']; $end=date('Y-m-d H:i:s', strtotime( $_SESSION['quiz'] . ' +20 minutes' ) ); echo " var date_quiz_start='$start'; var date_quiz_end='$end'; var time_quiz_end=new Date('$end').getTime();"; ?> <?php $fetchtime = "SELECT * FROM `testseries` WHERE testID='1'"; $fetched = mysqli_query($conn,$fetchtime); $time = mysqli_fetch_array($fetched); ?> var tim; var min = <?php echo $time['time']; ?>; var sec = 00; var f = new Date(); function f1() { f2(); document.getElementById("starttime").innerHTML = "Your started your Exam at " + f.getHours() + ":" + f.getMinutes(); } function f2() { if (parseInt(sec) > 0) { sec = parseInt(sec) - 1; document.getElementById("showtime").innerHTML = "Your Left Time is :"+min+" Minutes :" + sec+" Seconds"; tim = setTimeout("f2()", 1000); } else { if (parseInt(sec) == 0) { min = parseInt(min) - 1; if (parseInt(min) == 0) { clearTimeout(tim); location.href ="quiz-result.php"; } else { sec = 60; document.getElementById("showtime").innerHTML = "Your Left Time is :" + min + " Minutes ," + sec + " Seconds"; tim = setTimeout("f2()", 1000); } } } } </script> </head> <body onload="f1()"> <style> .quiz-view .qustion-list .qustion-slide.fill .qustion-number { color: #fe5969; } .quiz-view .qustion-list .qustion-slide .qustion-number { display: inline-block; line-height: 22px; color: #666; font-size: 15px; position: relative; } .quiz-view .time-info { font-size: 18px; color: #333; line-height: 30px; padding-bottom: 20px; } /*=-=-=-=-=-=-=-=-=-=-=- Quiz intro Start -=-=-=-=-=-=-=-=-=-=-=*/ /*=-=-=-=-=-=-=-=-=-=-=- Quiz Start -=-=-=-=-=-=-=-=-=-=-=*/ .quiz-view { background: #f5f5f5; padding: 50px 0; } .quiz-view .quiz-title { padding-bottom: 50px; } .quiz-view .quiz-title h2 { margin-bottom: 10px; } .quiz-view .quiz-title p { font-size: 20px; line-height: 30px; color: #333; margin: 0px; } .quiz-view .quiz-time { display: inline-block; width: 100%; } .quiz-view .qustion-list { padding: 39px 0 0 9px; } .quiz-view .qustion-list .qustion-slide { padding: 13px 0 13px 30px; position: relative; } .quiz-view .qustion-list .qustion-slide:after { position: absolute; top: 0px; left: 5px; height: 100%; width: 4px; background: #e4e2e2; content: ""; } .quiz-view .qustion-list .qustion-slide .qustion-number { display: inline-block; line-height: 22px; color: #666; font-size: 15px; position: relative; } .quiz-view .qustion-list .qustion-slide .qustion-number:after { position: absolute; top: 2px; left: -48px; width: 20px; height: 20px; content: ""; background: #e4e2e2; border-radius: 50%; text-align: center; font-size: 12px; color: #fff; font-family: FontAwesome; z-index: 1; line-height: 20px; } .quiz-view .qustion-list .qustion-slide span { float: right; width: 24px; line-height: 24px; text-align: center; background: #e4e2e2; font-size: 12px; border-radius: 50%; } .quiz-view .qustion-list .qustion-slide.active:after { background: #002147; } .quiz-view .qustion-list .qustion-slide.active .qustion-number { color: #002147; } .quiz-view .qustion-list .qustion-slide.active .qustion-number:after { background: #002147; } .quiz-view .qustion-list .qustion-slide.active span { background: #002147; color: #fff; } .quiz-view .qustion-list .qustion-slide.fill:after { background: #fe5969; } .quiz-view .qustion-list .qustion-slide.fill .qustion-number { color: #fe5969; } .quiz-view .qustion-list .qustion-slide.fill .qustion-number:after { background: #fe5969; content: "\f00c"; } .quiz-view .qustion-list .qustion-slide.fill span { background: #fe5969; color: #fff; } .quiz-view .qustion-main { } .quiz-view .qustion-box { background: #fff; padding: 30px; } .quiz-view .qustion-box .qustion { border-bottom: solid 2px #e0e0e0; line-height: 30px; padding-bottom: 10px; color: #444444; font-size: 18px; } .quiz-view .qustion-box .ans { padding: 20px 0 0 0; } .quiz-view .qustion-box .ans .ans-slide { display: block; padding-bottom: 10px; } .quiz-view .qustion-box .ans .ans-slide .label_radio.r_on { background-position: left -98px; } .quiz-view .qustion-box .save-btn { display: block; padding-top: 15px; } .quiz-view .qustion-box .btn-slide { display: block; padding-top: 30px; } .quiz-view .qustion-box .btn-slide .btn { padding: 4px 17px 36px; font-size: 23px; text-transform: capitalize; margin: 0 15px 0 0; background: #002147; } .quiz-view .submit-quiz { padding: 30px 0 0 0; text-align: right; } .quiz-view .submit-quiz .btn { text-transform: uppercase; background: #fe5969; } .quiz-view .qustion-list.all-quest .qustion-slide { float: none; } .nav-tabs.qustion-list > li.active > a, .nav-tabs.qustion-list > li.active > a:hover, .nav-tabs.qustion-list > li.active > a:focus { background-color:transparent; border:0 } .nav-tabs.qustion-list { border-bottom: 0; } .nav-tabs.qustion-list > li > a:hover { border-color: transparent; background-color: transparent; } .nav-tabs.qustion-list > li > a:hover .qustion-number{ color: #fe5969; } .btn2:hover { background: #002147; text-decoration: none; color: #fff; } .btn2 { font-size: 14px; font-weight: bold; line-height: 40px; padding: 0 30px; position: relative; text-transform: uppercase; border: none; background: none; border-top: solid 1px #002147; border-bottom: solid 1px #002147; display: inline-block; position: relative; text-decoration: none; color: #002147; } </style> <?php include'header.php' ?> <div class="search-top"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="search-form"> <h2 class="txt">Test Series</h2> </div> </div> </div> </div> </div> <section class="quiz-view"> <form id="form1" runat="server"> <div> <table width="100%" align="center"> <tr> <td colspan="2"> </td> </tr> <tr> <td style="text-align: center;line-height: 12px;color:red;font-weight:bold;"> <div id="starttime"></div><br /> <div id="endtime"></div><br /> <div id="showtime"></div> </td> </tr> <tr> <td> <br /> </td> </tr> </table> <br /> </div> </form> <div class="container"> <div class="row"> <div class="col-sm-4 col-md-3"> <ul class="qustion-list nav nav-tabs all-quest" id="questTabs"> <?php $i=1; $query=mysqli_query($conn,"SELECT * FROM `testseries_question` Where qid= '".$_REQUEST['DID']."' "); $res_select=mysqli_fetch_array($query); if(!empty($res_select['question'])){ $quesid=explode(',',$res_select['question']); $z=1; foreach($quesid as $quesid){ if(!empty($quesid)){ ?> <li class="qustion-slide <?php if($z==1){ echo "fill active"; } ?>"> <a data-toggle="pill" href="#que<?php echo $z;?>"> <div class="qustion-number">Question<?php echo $z;?></div> <span><?php echo $z;?></span> </a> </li> <?php } $z++; } } ?> </ul> </div> <div class="col-sm-8 col-md-9"> <form action="quiz-result.php" method="post" id="quiz"> <div class="qustion-main tab-content"> <?php $i=1; $query=mysqli_query($conn,"SELECT * FROM `testseries_question` where qid = '".$_REQUEST['DID']."'"); while($res_select=mysqli_fetch_array($query)){ if($i==1){ ?> <?php if(!empty($res_select['question'])){ $quesid=explode(',',$res_select['question']); $z=1; foreach($quesid as $quesid){ if(!empty($quesid)){ //Fetch Data From Database............... $sql_select1 = "Select * from addquestion where id='$quesid'"; $query_select1 = mysqli_query($conn, $sql_select1); $res_select1 = mysqli_fetch_array($query_select1); ?> <div id="que<?php echo $z;?>" class="qustion-box tab-pane fade in <?php if($z==1){ echo "active"; } ?> "> <div class="qustion" style="color: #002147; font-weight: bold;">Ques:<?php echo $z;?> <?php echo $res_select1['question']; ?> </div> <div class="ans"> <div class="ans-slide"> <label class="label_radio" ><input name="<?php echo $z; ?>" value="A" type="radio"><span style="font-size: 17px;padding-left:3px;">A-</span><?php echo $res_select1['optiona']; ?></label> </div> <div class="ans-slide"> <label class="label_radio" ><input name="<?php echo $z; ?>" value="B" type="radio" ><span style="font-size: 17px;padding-left:3px;">B-</span><?php echo $res_select1['optionb']; ?></label> </div> <div class="ans-slide"> <label class="label_radio"><input name="<?php echo $z; ?>" value="C" type="radio" ><span style="font-size: 17px;padding-left:3px;">C-</span><?php echo $res_select1['optionc']; ?></label> </div> <div class="ans-slide"> <label class="label_radio"><input name="<?php echo $z; ?>" value="D" type="radio" ><span style="font-size: 17px;padding-left:3px;">D-</span><?php echo $res_select1['optiond']; ?></label> </div> </div> <div class="btn-slide"> <a href="#" class="btn previous-tab">Prev</a> <a href="#" class="btn next-tab">Next</a> <input type="submit" value="Submit Quiz" class="btn btn-danger" style="background: #d9534f;margin-top: 4px;"/> </div> </div> <?php } $z++; } } ?> <?php }else{ ?> <?php if(!empty($res_select['question'])){ $quesid=explode(',',$res_select['question']); foreach($quesid as $quesid){ if(!empty($quesid)){ //Fetch Data From Database............... $sql_select1 = "Select * from addquestion where id='$quesid'"; $query_select1 = mysqli_query($conn, $sql_select1); $res_select1 = mysqli_fetch_array($query_select1); ?> <div id="que<?php echo $i;?>" class="qustion-box tab-pane"> <div class="qustion">Ques:<?php echo $i;?><?php echo $res_select1['question'];?> </div> <div class="ans"> <div class="ans-slide"> <input type="hidden" name="question[]" value="2"> <label class="label_radio" ><input name="sampleradio2<?php echo $res_select['id']; ?>" value="A" type="radio"><?php echo $res_select['optiona']; ?></label> </div> <div class="ans-slide"> <label class="label_radio" ><input name="sampleradio2<?php echo $res_select['id']; ?>" value="B" type="radio" ><?php echo $res_select['optionb']; ?></label> </div> <div class="ans-slide"> <label class="label_radio"><input name="sampleradio2<?php echo $res_select['id']; ?>" value="C" type="radio" ><?php echo $res_select['optionc']; ?></label> </div> <div class="ans-slide"> <label class="label_radio" ><input name="sampleradio2<?php echo $res_select['id']; ?>" value="D" type="radio" ><?php echo $res_select['optiond']; ?></label> </div> </div> <div class="btn-slide"> <a href="#" class="btn previous-tab">Prev</a> <a href="#" class="btn next-tab">Next</a> <input type="submit" value="Submit Quiz" class="btn btn-danger" style="background: #d9534f;margin-top: 4px;"/> </div> </div> <?php } } } ?> <?php } $i++; } ?> <div class="submit-quiz"> </div> </div> </form> </div> </div> </div> </section> <?php include 'footer.php' ?> <!--Import jQuery before materialize.js--> <script src="js/main.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/materialize.min.js"></script> <script src="js/custom.js"></script> <script> $('.next-tab').click(function(e){ e.preventDefault(); $('.nav-tabs > .active').next('li').find('a').trigger('click'); }); $('.previous-tab').click(function(ev){ ev.preventDefault(); $('.nav-tabs > .active').prev('li').find('a').trigger('click'); }); </script> </body> </html>