D
D
Want to be able to support at least the common versions of Chrome and Firefox, but Safari, Opera, and maybe some recent IE would be nice. Simplest way to test...
On mobile devices, OSK does not activate. Further, when it is manually activated it is still not usable on actual mobile devices.
Many of the algorithms are wrapped in classes when they could simply be modules. For example, rather than having a directory structure of ``` algs/RandomSamplingLinearLeastSquares/__init__.py algs/RandomSamplingLinearLeastSquares/RandomSamplingLinearLeastSquares.py ``` with `RandomSamplingLinearLeastSquares.py` defining...
One proposal: We have integration tests which consist of only JSON files for dictionaries to send to NEXT (say), that verify that all the plumbing is sound. From these, the...
- `/assistant/init//` should provide a form pre-populated with the values used to start the experiment - All submissions of the /assistant/init form, whether got using the pre-populated or blank version,...
We have seen a use-case where we have agreed it is necessary to store information per target as the experiment continues in such a way that we can access it...