Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.91 KB

study-file-setup.md

File metadata and controls

33 lines (17 loc) · 1.91 KB

Set Up Your Study File

Your study file is a YAML file or a JSON file that contains all information (e.g. question streams, start and end dates, hour(s) to send pings each day) related to your study.

Definitions

See Glossary.

Create a Study File

GUI Interface

If you want to easily create a study file, consider using the Well Ping Study File Editor. With this editor, you can create, save, and load an editor file, and eventually export the editor file as a JSON study file that could be used by Well Ping.

Note: The editor is incomplete as of now and may not support all features in Well Ping.

Example Editor Files

TODO

Manual Creation

Alternatively, you may also create a study file manually in JSON or YAML. You need to understand JSON or YAML. To see the exact format the JSON or YAML file should be in, refer to the source code of StudyFile.ts and related files.

Example Study Files

See Example Study Files.

Can the study file be updated after some participants have already logged in?

When the participant logs in in Well Ping, they downloads your study file and stores it locally. At every subsequent launch of the app, Well Ping will fetch the study file again from your server in the background and use the newly downloaded study file at the next launch.

As such, it is possible to update the study file even when some participants have already logged in. They will be using the new study file at the second launch of Well Ping after the study file update. However, we only recommend updaing study files to fix smaller issues such as typos, and not to change larger components such as streams as larger changes might create unpredictable problems.