-
Notifications
You must be signed in to change notification settings - Fork 0
Assignment
joshrtay edited this page Jan 31, 2014
·
5 revisions
| Property | Type | Description |
|---|---|---|
| id | IRI | unique identifier |
| title | STRING | title of assignment |
| body | HTML | description of assignment |
| attachments | ARRAY | array of urls for attachments |
| do_it (optional) | URL | link to |
| progress_filter (optional) | OBJECT | event selector |
| progress_value (optional) | STRING | amount to increase progress |
| likes | INT | number of teacher likes |
| assigns | INT | number of students assigned to |
| Property | Type | Description |
|---|---|---|
| id | IRI | unique identifier |
| objective | OBJECT | objective clone |
| due_date | DATETIME | date objective is due |
| reward | INT | max number of coins |
| points | NUMBER | maximum number of points that can be achieved on assignment |
| group_id | IRI | group id |
| assignor | IRI | unique identifier of assignor |
| assignees | OBJECT | students assigned to and their progress |
| Property | Type | Description |
|---|---|---|
| id | IRI | user id |
| progress | NUMBER | progress (1 is complete) |
| score | NUMBER | score on assignment |
| reward_claimed | BOOLEAN | claimed reward |