# HG changeset patch # User Nicholas Jillings # Date 1434728493 -3600 # Node ID ed0f60b100c080eaf8facd95e7b2651b7d08728b # Parent b51da1e7547c9f741662454765f3f79959845761 Small fix to loading checks array diff -r b51da1e7547c -r ed0f60b100c0 ape.js --- a/ape.js Fri Jun 19 16:31:14 2015 +0100 +++ b/ape.js Fri Jun 19 16:41:33 2015 +0100 @@ -476,7 +476,7 @@ function buttonSubmitClick() // TODO: Only when all songs have been played! { - var checks = specification.commonInterface.options; + var checks = testState.currentStateMap[testState.currentIndex].interfaces[0].options; var canContinue = true; // Check that the anchor and reference objects are correctly placed