PennController 1.7
Posted on March 2, 2020
Tagged:
Tagged:
versions PennController 1.7 is now available!
Newly created experiments on the PCIbex Farm come with it, and you can sync your existing projects with the master branch to update your version of PennController.
Major changes from 1.6**
- The
.settingsprefix is now optional (for example, you can now usenewSelector().login place ofnewSelector().settings.log). ResetPrefix(null)now drops allPennController.prefixes (for example,PennController.Templatebecomes justTemplate)- The
PennControllerglobal command is now known as [newTrial]. - Anonymous elements are now named after their content (e.g. newImage(“logo.png”) can now be retrieved using getImage(“logo.png”))
- Added special commands
fullscreenandexitFullscreen. - SendResults() can now also be used directly inside Sequence, or as an in-trial command
- Fixed various bugs within the
Varelement. - Added the element type Controller, to inject native-Ibex controllers in your trials, e.g. newController(“DashedSentence”, {s: “Hello world”}) (this is a new functionality which has not been thoroughly tested, please make sure to run some tests before using it)