Skip to content

Instantly share code, notes, and snippets.

@brainysmurf
Last active January 11, 2022 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brainysmurf/65cc1106b72feb36dbfd636bd2dcf3cd to your computer and use it in GitHub Desktop.
Save brainysmurf/65cc1106b72feb36dbfd636bd2dcf3cd to your computer and use it in GitHub Desktop.
PYP term grade response object
{
"id": 11084391,
"name": "Harris, Mark",
"term_grade":
{
"comments": "<p>observ comment</p>",
"rubrics":
[
{
"id": 6484,
"title": "asd",
"grade": null
},
{
"id": 6485,
"title": "Rubric 1",
"grade": null
},
{
"id": 6486,
"title": "ALL SUBJECTS CRITERIA",
"grade": null
}
],
"subjects":
[
{
"id": 1408,
"title": "French",
"comment": "<p>something in french</p>",
"overall_assessments":
[
{
"id": 22,
"title": "Criterion 1",
"score": "BC"
},
{
"id": 27,
"title": "Criterion 2",
"score": "A"
}
],
"phases":
[
{
"phase": 1,
"strands":
[
{
"title": "Oral language - listening and speaking",
"criteria":
[
{
"id": 22,
"title": "Criterion 1",
"score": "BC"
},
{
"id": 27,
"title": "Criterion 2",
"score": "A"
}
]
},
{
"title": "Visual language - viewing and presenting",
"criteria":
[
{
"id": 22,
"title": "Criterion 1",
"score": "BC"
},
{
"id": 27,
"title": "Criterion 2",
"score": "A"
}
]
},
{
"title": "Written language - reading",
"criteria":
[
{
"id": 22,
"title": "Criterion 1",
"score": "BC"
},
{
"id": 27,
"title": "Criterion 2",
"score": "A"
}
]
},
{
"title": "Written language - writing",
"criteria":
[
{
"id": 22,
"title": "Criterion 1",
"score": "BC"
},
{
"id": 27,
"title": "Criterion 2",
"score": "A"
}
]
}
]
}
]
},
{
"id": 1410,
"title": "Mathematics 2",
"comment": "<p>subj comment</p>",
"overall_assessments":
[
{
"id": 22,
"title": "Criterion 1",
"score": null
},
{
"id": 27,
"title": "Criterion 2",
"score": null
}
],
"strands":
[
{
"title": "Data Handling",
"criteria":
[
{
"id": 22,
"title": "Criterion 1",
"score": "BC"
},
{
"id": 27,
"title": "Criterion 2",
"score": null
}
]
},
{
"title": "Measurement",
"criteria":
[
{
"id": 22,
"title": "Criterion 1",
"score": "CD"
},
{
"id": 27,
"title": "Criterion 2",
"score": null
}
]
}
]
},
],
"units":
[
{
"id": 160,
"title": "test 123123123123",
"comment": "<p>task unit comment</p>",
"overall_assessment":
{
"criteria":
[
{
"id": 22,
"title": "Criterion 1",
"score": "AB"
},
{
"id": 27,
"title": "Criterion 2",
"score": "A"
}
]
}
},
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment