diff --git a/CollaborationService/js/CollaborationService.js b/CollaborationService/js/CollaborationService.js index 0ada62e7..241993b7 100644 --- a/CollaborationService/js/CollaborationService.js +++ b/CollaborationService/js/CollaborationService.js @@ -553,7 +553,7 @@ var dispatcher = Object.create({ // jshint ignore:line init: function () { firebase.initializeApp({ - apiKey: "AIzaSyBkHsVd9ZUNL0Uy6SbqbaOn8nwIvmlwW9M", + apiKey: atob("QUl6YVN5QmtIc1ZkOVpVTkwwVXk2U2JxYmFPbjhud0l2bWx3VzlN"), authDomain: "codap-collaborations.firebaseapp.com", databaseURL: "https://codap-collaborations.firebaseio.com", storageBucket: "codap-collaborations.appspot.com", diff --git a/GoogleSheets/js/Everything.js b/GoogleSheets/js/Everything.js index 3f45a80f..7667eb3d 100644 --- a/GoogleSheets/js/Everything.js +++ b/GoogleSheets/js/Everything.js @@ -544,7 +544,7 @@ var dispatcher = Object.create({ // jshint ignore:line init: function () { firebase.initializeApp({ - apiKey: "AIzaSyBkHsVd9ZUNL0Uy6SbqbaOn8nwIvmlwW9M", + apiKey: atob("QUl6YVN5QmtIc1ZkOVpVTkwwVXk2U2JxYmFPbjhud0l2bWx3VzlN"), authDomain: "codap-collaborations.firebaseapp.com", databaseURL: "https://codap-collaborations.firebaseio.com", storageBucket: "codap-collaborations.appspot.com", diff --git a/data-science-worlds/barty/barty.html b/data-science-worlds/barty/barty.html index f59d0420..873a0e46 100644 --- a/data-science-worlds/barty/barty.html +++ b/data-science-worlds/barty/barty.html @@ -331,7 +331,7 @@

Hints

- +
diff --git a/eepsmedia/plugins/testimate/src/connect.js b/eepsmedia/plugins/testimate/src/connect.js index db1ad85c..036828cd 100644 --- a/eepsmedia/plugins/testimate/src/connect.js +++ b/eepsmedia/plugins/testimate/src/connect.js @@ -202,7 +202,7 @@ connect = { updateDatasetForLogisticGroups: async function (iValue, iAxis) { const theVariable = (iAxis === "X") ? data.xAttData.name : data.yAttData.name; - const theFormula = `if (${theVariable} = "${iValue}", 1, 0)`; + const theFormula = `\`${theVariable}\` = "${iValue}" ? 1 : 0`; const newAttributeInfo = { name: testimate.constants.logisticGroupAttributeName, @@ -538,4 +538,4 @@ connect = { } -} \ No newline at end of file +} diff --git a/eepsmedia/plugins/testimate/src/testimate.js b/eepsmedia/plugins/testimate/src/testimate.js index 02009502..35b51317 100644 --- a/eepsmedia/plugins/testimate/src/testimate.js +++ b/eepsmedia/plugins/testimate/src/testimate.js @@ -215,7 +215,7 @@ const testimate = { constants: { pluginName: `testimate`, - version: `2024g`, + version: `2024h`, dimensions: {height: 555, width: 444}, emittedDatasetName: `tests and estimates`, // for receiving emitted test and estimate results @@ -237,4 +237,4 @@ const testimate = { valueDictionary : {}, // records the number in the "value" box } } -} \ No newline at end of file +}