.
This commit is contained in:
@@ -111,7 +111,8 @@
|
||||
let end_time = new Date({{cid_user_exam.start_time|date:"U"}}*1000+parseInt('{{exam.time_limit}}')*1000);
|
||||
initializeClock("clockdiv", end_time);
|
||||
}
|
||||
|
||||
{% elif cid_user_exam.completed %}
|
||||
$(`ol.physics-answer-list input`).each((n, el) => { el.disabled = true; });
|
||||
{% elif exam.publish_result %}
|
||||
$(`ol.physics-answer-list input`).each((n, el) => { el.disabled = true; });
|
||||
{{question.get_answers_js}}.forEach((el, n) => {
|
||||
|
||||
Reference in New Issue
Block a user