%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
<div class="main-wapper-inner"> <div class="top-menus"> <div class="container-fluid"> <div class="row"> <div class="col-lg-12"> <h3><?php echo $title;?></h3> </div><!-- /input-group --> </div> </div><!-- /.col-lg-6 --> </div><!-- /.row --> <div class="home-inners"> <div class="container-fluid"> <div class="row"> <form method="post" id="quiz_detail" action="<?php echo site_url('quiz/validate_quiz/'.$quiz['quid']);?>"> <div class="col-md-12"> <div class="main-in"> <div> <?php if($this->session->flashdata('message')){ echo $this->session->flashdata('message'); } ?> <div class="table-responsice"> <table class="table table-bordered"> <tr><td style="font-weight:bold;"><?php echo $this->lang->line('quiz_name');?></td><td><?php echo $quiz['quiz_name'];?></td></tr> <tr><td colspan='2' style="font-weight:bold;"><?php echo $this->lang->line('description');?><br><?php echo $quiz['description'];?></td></tr> <tr><td style="font-weight:bold;"><?php echo $this->lang->line('start_date');?></td><td><?php echo date('d M, Y H:i:s',$quiz['start_date']);?></td></tr> <tr><td style="font-weight:bold;"><?php echo $this->lang->line('end_date');?></td><td><?php echo date('d M, Y H:i:s',$quiz['end_date']);?></td></tr> <tr><td style="font-weight:bold;"><?php echo $this->lang->line('duration');?></td><td><?php echo $quiz['duration'];?></td></tr> <tr><td style="font-weight:bold;"><?php echo $this->lang->line('maximum_attempts');?></td><td><?php echo $quiz['maximum_attempts'];?></td></tr> <tr><td style="font-weight:bold;"><?php echo $this->lang->line('total_questions');?></td><td><?php echo $quiz['total_quiz_questions'];?></td></tr> <?php if($quiz['show_result']=='1') { ?> <tr><td style="font-weight:bold;"><?php echo $this->lang->line('pass_percentage');?></td><td><?php echo $quiz['pass_percentage'];?></td></tr> <?php } ?> <tr><td style="font-weight:bold;"><?php echo $this->lang->line('correct_score');?></td><td><?php echo $quiz['correct_score'];?></td></tr> <!--<tr><td style="font-weight:bold;"><?php echo $this->lang->line('incorrect_score');?></td><td><?php echo $quiz['incorrect_score'];?></td></tr>--> <tr><td colspan="2"><strong>Declaration:</strong><p style="padding-top:15px;"><input type="checkbox" name="agree" id="agree" value="1" required> I have read all the instructions carefully and have understood them. I agree not to cheat or use unfair means in this examination. I understand that using unfair means of any sort for my own or someone else’s advantage will lead to my immediate disqualification. The decision of Testbook.com will be final in these matters and cannot be appealed.</p></td></tr> </table> </div> <button class="btn btn-success" type="submit"><?php echo $this->lang->line('start_quiz');?></button> </div> </div> </div> </form> </div> </div> </div> </div>