Skip to content

Remote data collection

Dr Jack Brookes edited this page May 23, 2022 · 15 revisions

UXF 2.0 allows you to collect data remotely, by deploying a version of your experiment that runs in a web browser. Data are stored in a database hosted on Amazon Web Services.

Requirements

  • Change your build target to WebGL (allows your experiment to be built to a web browser compatible package).
  • AWS DynamoDB setup or HTTP POST Setup
  • Build your application.
  • Test with a local WebServer (e.g. Servez - point it to the build folder).
  • Upload the build to a host (GitHub pages works and is free!). If you use the HTTP POST Data Handler, you might as well upload to your own server.

๐Ÿง  Core topics

โ“ More help


๐Ÿ‘ฉโ€๐Ÿ’ป Programming reference

Unit tests

Clone this wiki locally