Skip to main content

A framework that allows for the development of custom online experiments and surveys.

Project description

Bride of Frankensystem

Bride of Frankensystem (BOFS) is an open-source framework for building online behavioral experiments and surveys. You describe your study in plain-text files: a TOML config for settings and page flow, JSON files for questionnaires, and HTML files for custom pages. BOFS handles participant routing, condition assignment, consent forms, data storage, and provides an admin panel for monitoring and export.

Use BOFS when you need to go beyond the capabilities of online survey platforms like Qualtrics or SurveyMonkey. For example, embedding custom tasks, assigning participants to different conditions, adding custom logic, etc. BOFS was originally built with the goal of making it easy to embed Unity WebGL games within a sequence of questionnaires, but supports hosting any kind of JavaScript task (e.g., jsPsych, lab.js, PsychoPy, P5.js, and more) or custom HTML.

BOFS is built on Flask. When the patterns built into BOFS aren't enough, custom Flask routes can be added to the same project.

BOFS is installed as a Python package and is managed separately from your own projects. New releases of BOFS are generally backwards compatible with experiments implemented using older releases - projects created in the first version of BOFS (from 2015) work on the latest with only minor changes.

Citation

If you use BOFS in your research, please cite it via the following identifiers:

A BibTeX entry and full citation details are available on the documentation site.

To see papers that have used BOFS to enable online data collection, see the publications list.

Documentation & Examples

Features

  • Built-in consent page. Edit the wording in an HTML file at the project root.
  • Random assignment to conditions, with balancing as participants enroll.
  • Experiment flow defined as a list of pages in your config file.
  • Questionnaires defined in JSON: item-order shuffling, conditional questions and pages, and computed scores at submission time.
  • Reuse earlier answers - for instance, embed a participant's prior rating into the wording of a later question.
  • Repeated measurements, either within a session (pre/post) or across days and weeks via an external ID that resumes the participant's condition.
  • Custom JSON-defined database tables for trial-by-trial events, task scores, mouse movement, or anything else your study generates. JavaScript POSTs to /table/<name>; rows show up in the admin panel.
  • Static file serving for stimuli (images, audio, video), PDFs, and any JS libraries your custom pages need.
  • MTurk and Prolific external-ID handling, with configurable completion-code redirects.
  • Custom Python/Flask routes for embedded tasks or other server-side logic.
  • Instruction and simple pages built from HTML alone, no Python required.
  • Admin panel with live participant progress, per-condition descriptive statistics (N, mean, SD, median, box plots), and data export.

Installing and Running BOFS

Refer to the installation instructions in the documentation.

Once installed, run BOFS init to generate a new project.

Dependencies

BOFS requires Python 3.9+, along with the following Python packages:

  • flask - the web framework BOFS is built on.
  • flask-wtf - form handling and CSRF.
  • flask-sqlalchemy - bridge between Flask and SQLAlchemy.
  • sqlalchemy - ORM used for database table definitions and queries.
  • flask-compress - supports the compressed assets that Unity WebGL builds use.
  • waitress - production WSGI server; an alternative to Flask's built-in server or Apache.
  • toml - configuration files use the TOML format.
  • crawlerdetect - filters out web crawlers so they aren't counted as participants.
  • pandas - data export and the admin results preview.
  • questionary - interactive prompts in the BOFS init wizard.
  • bleach - HTML sanitization for user-supplied content.
  • docstring-parser - parses question-type schemas from template docstrings.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bride_of_frankensystem_dev-2.0.0.56.tar.gz (966.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bride_of_frankensystem_dev-2.0.0.56-py3-none-any.whl (1.2 MB view details)

Uploaded Python 3

File details

Details for the file bride_of_frankensystem_dev-2.0.0.56.tar.gz.

File metadata

File hashes

Hashes for bride_of_frankensystem_dev-2.0.0.56.tar.gz
Algorithm Hash digest
SHA256 2214d717bd3c886d3d96569faf0e0ef668dc6cec2b7c5b4464484ecdee4047de
MD5 57b2fb70378a53360af05ebf52e2ec57
BLAKE2b-256 ef5fef01f09ab30f5abb025a96e19fccff35a36be13db3a2cbe840b41bd7ee22

See more details on using hashes here.

File details

Details for the file bride_of_frankensystem_dev-2.0.0.56-py3-none-any.whl.

File metadata

File hashes

Hashes for bride_of_frankensystem_dev-2.0.0.56-py3-none-any.whl
Algorithm Hash digest
SHA256 01adb54e6b5072842dbf86f75ef860450cd3178092806b7ebd738b2f867c797b
MD5 de3f6a69f85b4d0fb912158badc11da6
BLAKE2b-256 e9106d82ca378a04f397412ff0f8f44b6244aab1ab6edde8dc3654109c45a3af

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page