====== Differences ====== This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
api2:data:objective_student_assessments [2019/04/03 11:20] maries |
api2:data:objective_student_assessments [2019/07/03 10:39] (current) maries |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ^ Property ^ Type ^ Description ^ | ^ Property ^ Type ^ Description ^ | ||
| | id | Integer | identifier for the database of Domoscio's API | | | id | Integer | identifier for the database of Domoscio's API | | ||
| + | | uid | String | The ID of this Objective Student Assessment in your Database | | ||
| | objective_student_id | Integer | The ID of the objective_student it is related to | | | objective_student_id | Integer | The ID of the objective_student it is related to | | ||
| | mark | Integer | It expects an integer between 0 and 100. 0 means nothing is correct, 100 means perfect | | | mark | Integer | It expects an integer between 0 and 100. 0 means nothing is correct, 100 means perfect | | ||
| Line 126: | Line 127: | ||
| "array_of_osa": [{ | "array_of_osa": [{ | ||
| "objective_id": 3, | "objective_id": 3, | ||
| + | "uid": "alpha1", | ||
| "mark": 97, | "mark": 97, | ||
| "start_date": "2019-02-27T16:27:53.891Z", | "start_date": "2019-02-27T16:27:53.891Z", | ||