Skip to content
Snippets Groups Projects
Commit c5339dd5 authored by jenma's avatar jenma
Browse files

ny

parent 389a7673
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,8 @@ This is a simple installation of a flat structure database with an API that can
In order to interface with the system an SDK has been created in Java with a thin layer of Matlab.
### SDK
The SDK is responsible for letting users define experiments, upload experiments to a server, and retrieve answers from participants when an experiment has run its course. The experiments are represented in a hierarchical manner in which trials, trial components, participant answers, etc. are defined as self-contained objects. A given experiment is organized in a tree structure where a node corresponds to an element of the experiment with the experiment itself being the root and participant feedback being the leaves:
The SDK is responsible for letting users define experiments, upload experiments to a server, and retrieve answers from participants when an experiment has run its course. The SDK implementation can be found [here](cosound/../../../../SDK)
The experiments are represented in a hierarchical manner in which trials, trial components, participant answers, etc. are defined as self-contained objects. A given experiment is organized in a tree structure where a node corresponds to an element of the experiment with the experiment itself being the root and participant feedback being the leaves:
![alt text](SDK_hierarchy.png "SDK Hierarchy")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment