.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user