templates/quiz_intro.html
changeset 56 d8d4387b3281
parent 33 d28d0957a5ab
equal deleted inserted replaced
55:8d78e1e62424 56:d8d4387b3281
    25 		<li> You are about to start quiz in a while </li>
    25 		<li> You are about to start quiz in a while </li>
    26 		<li> There will be a box (as shown below) where you have to type the answer </li>
    26 		<li> There will be a box (as shown below) where you have to type the answer </li>
    27 		<li> Please use 4 spaces for indentation </li>
    27 		<li> Please use 4 spaces for indentation </li>
    28 		<li> Some questions are multiple choice type and hence will have options instead of textbox </li>
    28 		<li> Some questions are multiple choice type and hence will have options instead of textbox </li>
    29 		<br />
    29 		<br />
    30 <li> There will be a timer running at the bottom as shown in this page.</li>
    30 <li> Each question will have a timer running at the bottom as shown in this page.</li>
    31 <li> The page will auto submit after the timer runs out </li>
    31 <li> The question will auto submit after the timer runs out </li>
    32 <li> You can also click the submit button to submit the answer before the timer ends </li>
    32 <li> You can also click the submit button to submit the answer before the timer ends </li>
    33 <br />
    33 <br />
    34 <li> DO NOT refresh the page after the timer starts. If a question reloads, it is marked as incorrect </li>
    34 <li> DO NOT refresh the page after the timer starts. If a question reloads, it is marked as incorrect </li>
    35 <br />
    35 <br />
    36 The quiz starts after the timer runs out.<br />
    36 The quiz starts after the timer on this page runs out.<br />
    37 You can click on submit to start the quiz right away.<br />
    37 You can click on submit to start the quiz right away.<br />
    38 All the best.<br /><br />
    38 All the best.<br /><br />
    39 Answer:<br />
    39 Answer:<br />
    40 <textarea></textarea>
    40 <textarea></textarea>
    41 		<form id="queform" action="/quiz/answer/{{quiz.key}}" method="get">
    41 		<form id="queform" action="/quiz/answer/{{quiz.key}}" method="get">