# HG changeset patch # User Nicholas Jillings # Date 1434728493 -3600 # Node ID aa57c9c16cba99d7d7871e9626e2ea1531dd96f2 # Parent 39f9dd95b8d58e52c41c9394e0ebe65741c48f82 Small fix to loading checks array diff -r 39f9dd95b8d5 -r aa57c9c16cba 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