| Línea 28... |
Línea 28... |
| 28 |
<svg class="quiz-timer-icon mr-2" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
28 |
<svg class="quiz-timer-icon mr-2" width="24" height="24" fill="none" viewBox="0 0 24 24">
|
| 29 |
<circle cx="12" cy="12" r="7.25" stroke="currentColor" stroke-width="2"></circle>
|
29 |
<circle cx="12" cy="12" r="7.25" stroke="currentColor" stroke-width="2"></circle>
|
| 30 |
<path stroke="currentColor" stroke-width="2" d="M12 8V12L14 14"></path>
|
30 |
<path stroke="currentColor" stroke-width="2" d="M12 8V12L14 14"></path>
|
| 31 |
</svg>
|
31 |
</svg>
|
| 32 |
<span id="quiz-time-left"></span>
|
32 |
<span id="quiz-time-left"></span>
|
| 33 |
<button type="button" class="btn btn-dark btn-xs ml-3 my-0 mr-0" id="toggle-timer" aria-controls="quiz-timer" aria-describedby="quiz-timer">
|
33 |
<button type="button" class="btn btn-light btn-xs ml-3" id="toggle-timer" aria-controls="quiz-timer" aria-describedby="quiz-timer">
|
| 34 |
{{#str}} hide, core {{/str}}
|
34 |
{{#str}} hide, core {{/str}}
|
| 35 |
</button>
|
35 |
</button>
|
| 36 |
</div>
|
36 |
</div>
|
| 37 |
</div>
|
37 |
</div>
|
| 38 |
|
38 |
|