Alfred

A Library For Rapid Experiment Development

Alfred is a package for Python 2.7 offering experimenters a fast and easy way to create truly dynamic computer experiments for a wide range of applications.

Here is an overview of Alfred's most valued features:

User-friendly

Alfred's modular construction system offers several pre-implemented components covering a wide range of functionality. Even experimenters with sparse programming knowledge can create comprehensive experiments by relying on the components Alfred is shipped with. Also, Python code is very easy to read and suited for newbie programmers as well as advanced users.

Fast

Instead of clicking through a cumbersome user interface, Alfred experiments are created by writing a regular python script. Together with Alfred's modular structure this script-based approach enables experimenters to rapidly create new experiments by reusing code from existing experiments. Writing regular python code also allows the use of loops and other control flow statements that facilitate experiment creation.

Versatile

Alfred experiments can either run on a server as web application or as a local python application. While web applications allow for a wide distribution of experiments python applications offer access to local ressources and can run regardless of network connectivity. Most importantly, both experiment types use identical python objects that can be easily customized to meet experimenters' requirements.

Interactive

With Alfred, experimenters can not only dynamically show or hide experiment components depending on participant input by applying simple filter rules. They can also execute custom python code before and after user interaction phases. Within these custom code blocks experimenters can access any participant input which allows for dynamic generation of content in response to user input.

Expandable

The modular class structure of the Alfred framework allows advanced experimenters to easily create custom components. By deriving new custom classes from any existing component they have the freedom to decide which code they want to keep and which code they want to change. This way experimenters can build on existing code and do not need to create new components from scratch.

Powerful

Since the Alfred framework is shipped as a python package and alfred experiments are written in regular python code, experimenters can use the full power of Python when creating experiments. Among other things this includes using the comprehensive python standard library, any third party packages for python and regular C libraries through the ctypes module.

  • Centralized data saving from web and local experiments into CouchDB or MondoDB databases.

  • Experiment user interface for both web and local experiments built in HTML, CSS and JavaScript for maximum customizability

  • Secure data saving with parallel storage locations and fallback options.

  • Download the latest Alfred version (0.2b5) for Windows (2015-05-05)

  • Download the latest Alfred version (0.2b5) for MacOS (2015-05-05)

Old Alfred Versions

  • Download Alfred version (0.2b4) for Windows (2014-09-19)
  • Download Alfred version (0.2b4) for MacOS (2014-09-19)
  • Download Alfred version (0.2b3) for Windows (2014-03-26)
  • Download Alfred version (0.2b2) for Windows (2014-01-13)