-
Notifications
You must be signed in to change notification settings - Fork 1
API
spencermehta edited this page Jul 26, 2020
·
4 revisions
None
[
"Hello from CDI-CAT API!"
]
- age_mos: Child's age in months (12-36)
{
"index": 354,
"definition": "mommy*"
}
-
responses: user's responses (0,1) to each item (e.g. [1,0])
-
items: sequence of item IDs presented so far to a user (e.g. [35,10])
{
"index": 337,
"definition": "long",
"curTheta": 1.279
}
- itemID: Given numeric ID (1-679) returns the item definition (e.g. 2)
"a lot"
- items: Given list of numeric ID (1-679) returns the item definitions (e.g., [1,2])
[
"a",
"a lot",
"about"
]
- items: Given list of numeric ID (1-679) returns the id and definition of the word with the lowest difficulty
{
"index": 2,
"definition": "a lot"
}
- items: Given list of numeric ID (1-679) returns the id and definition of the word with the highest difficulty
{
"index": 2,
"definition": "a lot"
}