Mercurial > hg > webaudioevaluationtool
changeset 2666:eb0b4082e2fc
Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
author | www-data <www-data@sucuk.dcs.qmul.ac.uk> |
---|---|
date | Fri, 17 Mar 2017 12:21:04 +0000 |
parents | 93a7318fc2c5 (current diff) ad57c5c755d4 (diff) |
children | ea1129b0f68f |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/js/core.js Thu Mar 16 12:21:02 2017 +0000 +++ b/js/core.js Fri Mar 17 12:21:04 2017 +0000 @@ -992,7 +992,7 @@ console.log("Survey Element of type 'radio' cannot interpret contains/greaterThan/lessThan conditions. IGNORING"); break; case "equals": - if (node.response == condition.value) { + if (node.response.name == condition.value) { pass = true; } break;