disable exam time input on exam mode

This commit is contained in:
Ross
2020-12-01 23:59:57 +00:00
parent 8d08e4f969
commit f0f8e10e4a
+1
View File
@@ -293,6 +293,7 @@ function setUpQuestions(load_previous) {
});
$("#start-dialog").addClass("no-close");
$("#start-dialog .exam-time").prop("disabled", "true");
$("#exam-candidate-number").toggle();
$(".packet-database-options").toggle();
$("#start-dialog").modal( {closeExisting: false, // Close existing modals. Set this to false if you need to stack multiple modal instances.