<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="privew">
<div class="questionsBox">
<div class="questions">Which of the following is correct about data-keyboard Data attribute of Modal Plugin?</div>
<ul class="answerList">
<li>
<label>
<input type="radio" name="answerGroup" value="0" id="answerGroup_0"> It specifies static for a backdrop, if you don't want the modal to be closed when the user clicks outside of the modal.</label>
</li>
<li>
<label>
<input type="radio" name="answerGroup" value="1" id="answerGroup_1"> It closes the modal when escape key is pressed; set to false to disable.</label>
</li>
<li>
<label>
<input type="radio" name="answerGroup" value="2" id="answerGroup_2"> It shows the modal when initialized.</label>
</li>
<li>
<label>
<input type="radio" name="answerGroup" value="3" id="answerGroup_3"> Using the jQuery .load method, injects content into the modal body. If an href with a valid URL is added, it will load that content.</label>
</li>
</ul>
<div class="questionsRow"><a href="#" class="button" id="nextquestions">Next</a> <a href="#" class="button" id="skipquestions">Skip</a><span>2 of 20</span></div>
</div>
</div>