Interface: StudyMetadata

The StudyMetadata is used to describe certain properties of a study. Some of this data is displayed on the landing page when running the app, such as the title and description. This data is also included in the data file that is downloaded at the end of the study, to help identify the study and version.

Table of contents

Properties

Properties

authors

authors: string[]

Defined in

types.ts:23


date

date: string

Defined in

types.ts:24


description

description: string

Defined in

types.ts:25


organizations

organizations: string[]

Defined in

types.ts:26


title

title: string

Defined in

types.ts:21


version

version: string

Defined in

types.ts:22