From a1ea73cd6edfdfd70b32b55ba126b564da1f18f9 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 26 May 2021 23:52:23 +0100 Subject: [PATCH] . --- js/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/main.js b/js/main.js index 2245cf6..1df4b46 100644 --- a/js/main.js +++ b/js/main.js @@ -865,6 +865,7 @@ async function loadQuestion(n, section = 1, force_reload = false) { console.log(exam_details, n) const qid = exam_details.question_order[n]; + console.log("qid", qid) let q = { qid: toString(qid), type: question_type }; console.log(q) console.log(question_db.question_data)