Proficiency Ratings
Proficiency Ratings API
{
// The description of the rating
"description": "Exceeds Mastery",
// A non-negative number of points for the rating
"points": 4,
// Indicates the rating where mastery is first achieved
"mastery": false,
// The hex color code of the rating
"color": "02672D"
}{
// An array of proficiency ratings. See the ProficiencyRating specification
// above.
"ratings": []
}Parameter
Type
Description
Last updated
Was this helpful?