Maintenance: servers to go down Monday 05/25/2020 6-7pm EST

Update: services back up & running at 7:20pm EST The servers will go down temporarily on Monday, May 24 between 6pm and 7pm EST for maintenance. As a consequence, the PCIbex Farm (and possibly this website) will not be accessible: you will not be able to design experiments or collect data during that time window. …

PennController 1.7

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 of https://github.com/PennController/Sync to update your version of PennController. Major changes from 1.6: All the .settings prefixes are now optional (e.g. you can now use newSelector().log in place of newSelector().settings.log) …

PennController 1.5

PennController 1.5 is now available! Newly created experiments on the PCIbex Farm come with it, and you can sync your existing projects with the master branch of https://github.com/PennController/Sync to update your version of PennController. New features: It is now possible to load distant CSV files using PennController.AddTable, e.g.: PennController.AddTable(“https://bit.ly/2xzWunf”) Added commands .settings.callback and .settings.once to …

PennController 1.4

PennController 1.4 is now available! Newly created experiments on the PCIbex Farm come with it, and you can sync your existing projects with the master branch of https://github.com/PennController/Sync to update your version of PennController. New features: The debugger window now shows up by default. Call PennController.DebugOff() to remove it before publishing. Improved error detection and …

LSA webinar on June 14

This Friday (June 14, 2019) Florian Schwarz and Jeremy Zehr will be giving a webinar on PennController for the Linguistic Society of America, from 1:00 – 2:30 PM U.S. Eastern Daylight Time. The LSA will make available an audio & video recording of the webinar. More info on the website of the Linguistic Society of …

PennController 1.3

PennController 1.3 is now available! And you can now use branches to sync older versions of PennController (e.g. enter 1.2, 1.1 or 1.0 in the branch field before clicking Sync). The master branch continues to sync to the latest version (1.3 as of today!). New features: Added the action command .unfold for Text elements Added …

PennController 1.2

PennController 1.2 is now available! We skipped the announcement of PennController 1.1, so here’s a non-exhaustive list of changes: New features: Added .or and .and to Test commands (1.1) Added action command .refresh as standard to reprint the element where it is (1.1) Added .settings.callback to Button and Key elements (1.1) Added .settings.keys to Scale …