Teamable Analytics Logo
Teamable Analytics

Algorithms API

Class of Students
The file should be a JSON with the following schema:
{
    "students": [{
        "id": student integer id,
        "name": optional student name string,
        "relationships": {
            "otherStudentId": "Enemy" / "Friend" / "Neutral",
        },
        "attributes": {
            "AttributeName": AttributeValueList
        }
    }]
}
Team Formation Algorithm
Team Generation Options