https://teachboost.com/api/v1/summativeprofiles
- 15 requests are allowed every 60 seconds.
Options
None, all Templates are always returned.
Sample Object
{ "id": 61, "group_id": 10, "name": "Non-Tenured Teacher Summative Assessment", "scale": { "1": { "name": "Ineffective", "score": "1", "min": "", "max": "", "description": "", "id": "1" }, "2": { "name": "Rating 2", "score": "2", "min": "", "max": "", "description": "", "id": "2" } }, "form_types": [ "formal_obs", "informal_obs" ], "targets": [ "212" ], "buckets": [ { "id": "0", "name": "Student Test Results", "weight": "100.000", "form_types": [], "rows": [ { "id": "0", "type": "user_input", "label": "End of year score results", "weight": "100.000", "rating_id": null, "competency_id": null } ] } ] }
Dictionary
-
id
: Integer, internal ID for the object -
group_id
: Integer, ID of Group this Summative Profile was created for -
name
: String, name of the Profile -
scale
: Object, contains a mapping of score value and label. In the example scale above, there is a score (or rating) of 1 that has a 'name' or label 'Ineffective'. Note that some scales do not have scores. The min/max bounds contain the bounding values for scores. If the score value falls between the min or max, then the associated scale label and value will be used. This offers a way of customizing the range that an average score will fall into. -
form_types
: Array of Strings, list of Form types that feed into this Summative Profile -
buckets
: Object, contains the details of each part of the summative profile that calculates the final score. Each bucket has aweight
that totals 100.