@@ -10,15 +10,14 @@ The cockpit framework consist of three major parts,
...
@@ -10,15 +10,14 @@ The cockpit framework consist of three major parts,
3. SDK that allows the user to specify experiments using a java/matlab interface.
3. SDK that allows the user to specify experiments using a java/matlab interface.
## Frontend
## Frontend
The typescript implementation of the front-end cockpit is centered around defining new and
The typescript implementation of the front-end cockpit is centered around defining new experiments with a long range of response formats (e.g. likert and continuous scales, radiobutton and checkbox groups, ranking and k-AFC) interaction mechanisms and different types of stimuli such as music, audio or images.
The front-end implementation can be found [here](cosound/../../../../Cockpit.Experiments.Web)
## Backend
## Backend
This is a description of the backend
This is a simple installation of a flat structure database with an API that can create and delete experiments. The code can be found [here](cosound/../../../../Cockpit.Portal.Module) with installation instructions