Created
March 2, 2016 02:15
-
-
Save pjanik/1060807e725f036e04bb to your computer and use it in GitHub Desktop.
GET api/v1/reports/offering?id=:id
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "class": { | |
| "name": "test", | |
| "students": [{ | |
| "id": 13, | |
| "name": "John 1" | |
| }, { | |
| "id": 14, | |
| "name": "John 2" | |
| }, { | |
| "id": 15, | |
| "name": "John 3" | |
| }, { | |
| "id": 16, | |
| "name": "John 4" | |
| }, { | |
| "id": 18, | |
| "name": "John 5" | |
| }] | |
| }, | |
| "report": { | |
| "id": 18, | |
| "type": "Investigation", | |
| "name": "Test Sequence", | |
| "children": [{ | |
| "id": 29, | |
| "type": "Activity", | |
| "name": "Test Activity 1 (sequence part)", | |
| "children": [{ | |
| "id": 65, | |
| "type": "Section", | |
| "name": "Test Activity 1 (sequence part) Section", | |
| "children": [{ | |
| "id": 238, | |
| "type": "Page", | |
| "name": "1", | |
| "children": [{ | |
| "id": 116, | |
| "name": "Multiple Choice Question element", | |
| "description": "description ...", | |
| "prompt": "why does ...", | |
| "enable_rationale": false, | |
| "rationale_prompt": "Explain your choice. Give specific examples.", | |
| "allow_multiple_selection": null, | |
| "is_required": false, | |
| "type": "Embeddable::MultipleChoice", | |
| "key": "Embeddable::MultipleChoice|116", | |
| "answers": [{ | |
| "answer": [{ | |
| "choice": "a", | |
| "is_correct": null | |
| }], | |
| "answered": true, | |
| "submitted": true, | |
| "question_required": false, | |
| "is_correct": true, | |
| "embeddable_key": "Embeddable::MultipleChoice|116", | |
| "student_id": 15, | |
| "student_name": "John 3" | |
| }, { | |
| "answer": [{ | |
| "choice": "a", | |
| "is_correct": null | |
| }], | |
| "answered": true, | |
| "submitted": true, | |
| "question_required": false, | |
| "is_correct": true, | |
| "embeddable_key": "Embeddable::MultipleChoice|116", | |
| "student_id": 13, | |
| "student_name": "John 1" | |
| }, { | |
| "answer": [{ | |
| "choice": "a", | |
| "is_correct": null | |
| }], | |
| "answered": true, | |
| "submitted": true, | |
| "question_required": false, | |
| "is_correct": true, | |
| "embeddable_key": "Embeddable::MultipleChoice|116", | |
| "student_id": 14, | |
| "student_name": "John 2" | |
| }], | |
| "choices": [{ | |
| "id": 421, | |
| "choice": "a", | |
| "is_correct": null | |
| }, { | |
| "id": 422, | |
| "choice": "b", | |
| "is_correct": null | |
| }, { | |
| "id": 423, | |
| "choice": "c", | |
| "is_correct": null | |
| }] | |
| }, { | |
| "id": 252, | |
| "name": "Open Response Question", | |
| "description": "What is the purpose of this question ...?", | |
| "prompt": "why does ...", | |
| "default_response": "", | |
| "rows": 5, | |
| "columns": 32, | |
| "font_size": 12, | |
| "is_required": false, | |
| "type": "Embeddable::OpenResponse", | |
| "key": "Embeddable::OpenResponse|252", | |
| "answers": [{ | |
| "answer": "j3 answer", | |
| "answered": true, | |
| "submitted": true, | |
| "question_required": false, | |
| "embeddable_key": "Embeddable::OpenResponse|252", | |
| "student_id": 15, | |
| "student_name": "John 3" | |
| }, { | |
| "answer": "j1 answer", | |
| "answered": true, | |
| "submitted": true, | |
| "question_required": false, | |
| "embeddable_key": "Embeddable::OpenResponse|252", | |
| "student_id": 13, | |
| "student_name": "John 1" | |
| }, { | |
| "answer": "j2 answer", | |
| "answered": true, | |
| "submitted": true, | |
| "question_required": false, | |
| "embeddable_key": "Embeddable::OpenResponse|252", | |
| "student_id": 14, | |
| "student_name": "John 2" | |
| }] | |
| }] | |
| }] | |
| }] | |
| }, { | |
| "id": 30, | |
| "type": "Activity", | |
| "name": "Test Activity 2 (sequence part)", | |
| "children": [{ | |
| "id": 66, | |
| "type": "Section", | |
| "name": "Test Activity 2 (sequence part) Section", | |
| "children": [{ | |
| "id": 239, | |
| "type": "Page", | |
| "name": "1", | |
| "children": [{ | |
| "id": 117, | |
| "name": "Multiple Choice Question element", | |
| "description": "description ...", | |
| "prompt": "why does ...", | |
| "enable_rationale": false, | |
| "rationale_prompt": "Explain your choice. Give specific examples.", | |
| "allow_multiple_selection": null, | |
| "is_required": false, | |
| "type": "Embeddable::MultipleChoice", | |
| "key": "Embeddable::MultipleChoice|117", | |
| "answers": [{ | |
| "answer": [{ | |
| "choice": "a", | |
| "is_correct": null | |
| }], | |
| "answered": true, | |
| "submitted": true, | |
| "question_required": false, | |
| "is_correct": true, | |
| "embeddable_key": "Embeddable::MultipleChoice|117", | |
| "student_id": 15, | |
| "student_name": "John 3" | |
| }, { | |
| "answer": [{ | |
| "choice": "a", | |
| "is_correct": null | |
| }], | |
| "answered": true, | |
| "submitted": true, | |
| "question_required": false, | |
| "is_correct": true, | |
| "embeddable_key": "Embeddable::MultipleChoice|117", | |
| "student_id": 13, | |
| "student_name": "John 1" | |
| }, { | |
| "answer": [{ | |
| "choice": "a", | |
| "is_correct": null | |
| }], | |
| "answered": true, | |
| "submitted": true, | |
| "question_required": false, | |
| "is_correct": true, | |
| "embeddable_key": "Embeddable::MultipleChoice|117", | |
| "student_id": 14, | |
| "student_name": "John 2" | |
| }], | |
| "choices": [{ | |
| "id": 424, | |
| "choice": "a", | |
| "is_correct": null | |
| }, { | |
| "id": 425, | |
| "choice": "b", | |
| "is_correct": null | |
| }, { | |
| "id": 426, | |
| "choice": "c", | |
| "is_correct": null | |
| }] | |
| }, { | |
| "id": 253, | |
| "name": "Open Response Question", | |
| "description": "What is the purpose of this question ...?", | |
| "prompt": "why does ...", | |
| "default_response": "", | |
| "rows": 5, | |
| "columns": 32, | |
| "font_size": 12, | |
| "is_required": false, | |
| "type": "Embeddable::OpenResponse", | |
| "key": "Embeddable::OpenResponse|253", | |
| "answers": [{ | |
| "answer": "j3 answer!", | |
| "answered": true, | |
| "submitted": true, | |
| "question_required": false, | |
| "embeddable_key": "Embeddable::OpenResponse|253", | |
| "student_id": 15, | |
| "student_name": "John 3" | |
| }, { | |
| "answer": "j1 answer", | |
| "answered": true, | |
| "submitted": true, | |
| "question_required": false, | |
| "embeddable_key": "Embeddable::OpenResponse|253", | |
| "student_id": 13, | |
| "student_name": "John 1" | |
| }, { | |
| "answer": "j2 answer!", | |
| "answered": true, | |
| "submitted": true, | |
| "question_required": false, | |
| "embeddable_key": "Embeddable::OpenResponse|253", | |
| "student_id": 14, | |
| "student_name": "John 2" | |
| }] | |
| }] | |
| }, { | |
| "id": 240, | |
| "type": "Page", | |
| "name": "2", | |
| "children": [{ | |
| "id": 12, | |
| "name": "Embeddable::ImageQuestion element", | |
| "prompt": "why does ...", | |
| "drawing_prompt": null, | |
| "is_required": false, | |
| "type": "Embeddable::ImageQuestion", | |
| "key": "Embeddable::ImageQuestion|12", | |
| "answers": [{ | |
| "answer": { | |
| "image_url": "http://localhost:9000/dataservice/blobs/1.blob/2330df24df6911e5bed4b8e856344904", | |
| "note": "" | |
| }, | |
| "answered": true, | |
| "submitted": true, | |
| "question_required": false, | |
| "embeddable_key": "Embeddable::ImageQuestion|12", | |
| "student_id": 15, | |
| "student_name": "John 3" | |
| }, { | |
| "answer": { | |
| "image_url": "http://localhost:9000/dataservice/blobs/2.blob/28451ee4df7311e5a473b8e856344904", | |
| "note": "j1 snapshot notes" | |
| }, | |
| "answered": true, | |
| "submitted": true, | |
| "question_required": false, | |
| "embeddable_key": "Embeddable::ImageQuestion|12", | |
| "student_id": 13, | |
| "student_name": "John 1" | |
| }, { | |
| "answer": { | |
| "image_url": "http://localhost:9000/dataservice/blobs/3.blob/6389dbd4df7811e59c24b8e856344904", | |
| "note": "j2 note" | |
| }, | |
| "answered": true, | |
| "submitted": true, | |
| "question_required": false, | |
| "embeddable_key": "Embeddable::ImageQuestion|12", | |
| "student_id": 14, | |
| "student_name": "John 2" | |
| }, { | |
| "answer": { | |
| "image_url": "http://localhost:9000/dataservice/blobs/5.blob/4574a3fcdfde11e5b8efb8e856344904", | |
| "note": "" | |
| }, | |
| "answered": true, | |
| "submitted": true, | |
| "question_required": false, | |
| "embeddable_key": "Embeddable::ImageQuestion|12", | |
| "student_id": 16, | |
| "student_name": "John 4" | |
| }] | |
| }, { | |
| "id": 7, | |
| "name": "Labbook album", | |
| "description": "description ...", | |
| "width": 600, | |
| "height": 500, | |
| "url": null, | |
| "display_in_iframe": true, | |
| "type": "Embeddable::Iframe", | |
| "key": "Embeddable::Iframe|7", | |
| "answers": [{ | |
| "answer": "https://labbook.concord.org/albums?todo=report&source=CC_LARA&user_id=bb479315a27125ce86aa88a6e2a92b7f", | |
| "answered": true, | |
| "submitted": true, | |
| "question_required": false, | |
| "embeddable_key": "Embeddable::Iframe|7", | |
| "student_id": 13, | |
| "student_name": "John 1" | |
| }, { | |
| "answer": "https://labbook.concord.org/albums?todo=report&source=CC_LARA&user_id=e892a86e0c709308dd0ddcc574020b63", | |
| "answered": true, | |
| "submitted": true, | |
| "question_required": false, | |
| "embeddable_key": "Embeddable::Iframe|7", | |
| "student_id": 14, | |
| "student_name": "John 2" | |
| }] | |
| }] | |
| }] | |
| }] | |
| }, { | |
| "id": 31, | |
| "type": "Activity", | |
| "name": "Test activity 3 (sequence part)", | |
| "children": [{ | |
| "id": 67, | |
| "type": "Section", | |
| "name": "Test activity 3 (sequence part) Section", | |
| "children": [{ | |
| "id": 241, | |
| "type": "Page", | |
| "name": "1", | |
| "children": [{ | |
| "id": 13, | |
| "name": "Embeddable::ImageQuestion element", | |
| "prompt": "why does ...", | |
| "drawing_prompt": "", | |
| "is_required": false, | |
| "type": "Embeddable::ImageQuestion", | |
| "key": "Embeddable::ImageQuestion|13", | |
| "answers": [{ | |
| "answer": { | |
| "image_url": "http://localhost:9000/dataservice/blobs/6.blob/db3ab318dfde11e59688b8e856344904", | |
| "note": "123" | |
| }, | |
| "answered": true, | |
| "submitted": true, | |
| "question_required": false, | |
| "embeddable_key": "Embeddable::ImageQuestion|13", | |
| "student_id": 16, | |
| "student_name": "John 4" | |
| }] | |
| }] | |
| }] | |
| }] | |
| }] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment