diff --git a/question-classes b/question-classes index 01b971b..5dac788 160000 --- a/question-classes +++ b/question-classes @@ -1 +1 @@ -Subproject commit 01b971b4c875a4be8b7a8c6dcdd58b2d83761f9d +Subproject commit 5dac788b18b7240a4194a2a37ecbee857292800d diff --git a/stable.user.js b/stable.user.js index 266cc93..6fd5aac 100644 --- a/stable.user.js +++ b/stable.user.js @@ -41,10 +41,7 @@ // ==/UserScript== // // TODO: -// test select boxes on result page // grabboxes test on quiz page -// image in questions sorted ! deleted ? -// image in question in general (function() { // eslint-disable-line // GM functions, only to disable ESLINT errors @@ -66,7 +63,7 @@ // forcing pages for testing. unless you test, do not set these to true! // only one of these should be true for testing const forceTestPage = false - const forceResultPage = true + const forceResultPage = false const forceDefaultPage = false const logElementGetting = false const log = true @@ -1448,8 +1445,7 @@ sentData.data = newQuestions sentData.version = info().script.version sentData.id = GetId() - console.log('SENT DATA') // TODO - console.log(sentData) + Log('SENT DATA', sentData) SendXHRMessage('datatoadd=' + JSON.stringify(sentData)) sendSuccess = true } catch (e) {