This commit is contained in:
Ross
2021-12-22 18:05:05 +00:00
parent a0155c710c
commit ea708dbc88
3 changed files with 29 additions and 21 deletions
+3
View File
@@ -13,6 +13,7 @@ let exam_details = {
exam_mode: false,
number_of_questions: null,
question_order: [],
start_time: null,
};
let packet_list = [];
@@ -2449,6 +2450,8 @@ $(".start-packet-button").click(function(evt) {
}
}
exam_details.start_time = new Date().getTime() / 1000;
if (timer != null) {
timer.stop();
}