# HG changeset patch # User Nicholas Jillings # Date 1434728493 -3600 # Node ID 994f49d5c54c5e773cf9b8b9ece8d0fd69816d93 # Parent 3c397e8a5cbdc66de44aea2339e3161994114848 Small fix to loading checks array diff -r 3c397e8a5cbd -r 994f49d5c54c 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