Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 22... Línea 22...
22
    Example context (json):
22
    Example context (json):
23
    {
23
    {
24
    }
24
    }
25
}}
25
}}
26
<div id="quiz-timer-wrapper" class="mb-2">
26
<div id="quiz-timer-wrapper" class="mb-2">
27
    <div id="quiz-timer" class="quiz-timer-inner py-1 px-2 ml-auto" role="timer" aria-atomic="true" aria-relevant="text">
27
    <div id="quiz-timer" class="quiz-timer-inner py-1 px-2 ms-auto" role="timer" aria-atomic="true" aria-relevant="text">
28
        {{#str}} timeleft, quiz {{/str}}
28
        {{#str}} timeleft, quiz {{/str}}
29
        <span id="quiz-time-left"></span>
29
        <span id="quiz-time-left"></span>
30
    </div>
30
    </div>
31
    <button type="button" class="btn btn-secondary btn-small ml-1" id="toggle-timer" aria-controls="quiz-timer" aria-describedby="quiz-timer">
31
    <button type="button" class="btn btn-secondary btn-small ms-1" id="toggle-timer" aria-controls="quiz-timer" aria-describedby="quiz-timer">
32
        {{#str}} hide, core {{/str}}
32
        {{#str}} hide, core {{/str}}
33
    </button>
33
    </button>
34
</div>
34
</div>