From 145299e20422d0e3ebad68ce44ed8ca37660e4b8 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 18 Apr 2021 10:06:08 +0100 Subject: [PATCH] . --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index 515aa73..8137192 100644 --- a/js/main.js +++ b/js/main.js @@ -758,7 +758,7 @@ function setUpQuestions(load_previous) { // Store question data into dexie let d = { //eid: exam_details.eid, - qid: e, + qid: parseInt(e), type: questions[e].type, data: questions[e], //timestamp: questions[e]["generated"],