|
| 1 | +<html lang="en"> |
| 2 | +<!-- |
| 3 | +https://github.com/Kozea/WeasyPrint/issues/2163 |
| 4 | +--> |
| 5 | + <head> |
| 6 | + <title>Attempt Response</title> |
| 7 | +<!-- |
| 8 | + <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> |
| 9 | +--> |
| 10 | + <link href="bootstrap.min.css" rel="stylesheet"> |
| 11 | + </head> |
| 12 | + |
| 13 | + <body> |
| 14 | + <div class="container"> |
| 15 | + <div class="card my-3"> |
| 16 | + <div class="card-header bg-gradient-light text-dark p-3 d-flex align-items-center justify-content-between"> |
| 17 | + <div class="card-title text-bold mb-0 d-flex"> |
| 18 | + <div class="me-1">3.</div> |
| 19 | + <div> |
| 20 | + <div class="question"> |
| 21 | + Select the following that does not affect rate of evaporation? |
| 22 | + </div> |
| 23 | + <div class="d-flex"> |
| 24 | + <div class="bg-primary text-xxs text-white px-2 py-1 rounded text-bolder me-1"> |
| 25 | + Subject: Science |
| 26 | + </div> |
| 27 | + <div class="bg-primary text-xxs text-white px-2 py-1 rounded text-bolder"> |
| 28 | + Multiple choice |
| 29 | + </div> |
| 30 | + </div> |
| 31 | + </div> |
| 32 | + </div> |
| 33 | + </div> |
| 34 | + <div class="card-body p-3"> |
| 35 | + <div class="answer-preview"> |
| 36 | + <div class="preview-multiple-choice blockquote ps-2 mb-0 py-2 fs-6"> |
| 37 | + <div class="form-check d-flex align-items-center me-2"> |
| 38 | + <input class="form-check-input" |
| 39 | + disabled="" |
| 40 | + id="input-iwslt1" |
| 41 | + type="radio" |
| 42 | + value="" name="a" checked> |
| 43 | + <label class="custom-control-label mb-0 ms-1 mt-1 text-" for="input-iwslt1"> |
| 44 | + Temperature |
| 45 | + </label> |
| 46 | + </div> |
| 47 | + |
| 48 | + <div class="form-check d-flex align-items-center me-2"> |
| 49 | + <input class="form-check-input" |
| 50 | + disabled="" |
| 51 | + id="input-f84gw3" |
| 52 | + type="radio" |
| 53 | + value="" name="a"> |
| 54 | + <label class="custom-control-label mb-0 ms-1 mt-1 text-" for="input-f84gw3"> |
| 55 | + Surface area |
| 56 | + </label> |
| 57 | + </div> |
| 58 | + |
| 59 | + <div class="form-check d-flex align-items-center me-2"> |
| 60 | + <input class="form-check-input ng-untouched ng-pristine" |
| 61 | + disabled="" |
| 62 | + id="input-zy80v2" |
| 63 | + type="radio" |
| 64 | + value=""> |
| 65 | + <label class="custom-control-label mb-0 ms-1 mt-1 text-" for="input-zy80v2"> |
| 66 | + Wind speed |
| 67 | + </label> |
| 68 | + </div> |
| 69 | + |
| 70 | + <div class="form-check d-flex align-items-center me-2"> |
| 71 | + <input class="form-check-input" |
| 72 | + disabled="" |
| 73 | + type="radio"> |
| 74 | + <label class="custom-control-label mb-0 ms-1 mt-1 text-success" for="input-ckk0hk"> |
| 75 | + Insoluble heavy impurities |
| 76 | + </label> |
| 77 | + </div> |
| 78 | + </div> |
| 79 | + |
| 80 | + </div> |
| 81 | + </div> |
| 82 | + <div class="card-footer d-flex justify-content-between align-items-center bg-light py-2"> |
| 83 | + <div class="d-flex"> |
| 84 | + <div class="bg-dark text-xxs text-white px-2 py-1 rounded text-bolder me-1"> Time Spent: 8 sec.</div> |
| 85 | + <div class="bg-dark text-xxs text-white px-2 py-1 rounded text-bolder me-1"> 1 Attempt</div> |
| 86 | + <div class="bg-dark text-xxs text-white px-2 py-1 rounded text-bolder"> Timeout</div> |
| 87 | + </div> |
| 88 | + <div> |
| 89 | + |
| 90 | + </div> |
| 91 | + </div> |
| 92 | + </div> |
| 93 | + </div> |
| 94 | + </body> |
| 95 | +</html> |
0 commit comments