# HG changeset patch # User Brecht De Man # Date 1463582060 -3600 # Node ID a6670226df24ed6f324c025084710c2e824d12d6 # Parent 9cac616c6f578b34fb55f541f6ffe3a01c441bf3 Typos diff -r 9cac616c6f57 -r a6670226df24 js/core.js --- a/js/core.js Wed May 18 00:00:58 2016 +0100 +++ b/js/core.js Wed May 18 15:34:20 2016 +0100 @@ -835,7 +835,7 @@ // Must extract the question data var textArea = $(popup.popupContent).find('textarea')[0]; if (node.specification.mandatory == true && textArea.value.length == 0) { - interfaceContext.lightbox.post("Error","This Question is mandatory"); + interfaceContext.lightbox.post("Error","This question is mandatory"); return; } else { // Save the text content diff -r 9cac616c6f57 -r a6670226df24 tests/examples/ABX_example.xml --- a/tests/examples/ABX_example.xml Wed May 18 00:00:58 2016 +0100 +++ b/tests/examples/ABX_example.xml Wed May 18 15:34:20 2016 +0100 @@ -14,7 +14,7 @@ - This is an example of an 'AB'-style test, with two pages, using the test stimuli in 'example_eval/'. + This is an example of an 'ABX'-style test, with two pages, using the test stimuli in 'example_eval/'.