Merge pull request #7837 from edx/aleffert/structure-indentation
Fix indentation for course structure API example
This commit is contained in:
@@ -104,53 +104,54 @@ Get the Course Structure
|
|||||||
"root": "i4x://ANUx/ANU-INDIA1x/course/1T2014",
|
"root": "i4x://ANUx/ANU-INDIA1x/course/1T2014",
|
||||||
"blocks": {
|
"blocks": {
|
||||||
"i4x://ANUx/ANU-INDIA1x/html/834f845ae8b944f1882f14ce6417c9d1": {
|
"i4x://ANUx/ANU-INDIA1x/html/834f845ae8b944f1882f14ce6417c9d1": {
|
||||||
"id": "i4x://ANUx/ANU-
|
"id": "i4x://ANUx/ANU-
|
||||||
INDIA1x/html/834f845ae8b944f1882f14ce6417c9d1",
|
INDIA1x/html/834f845ae8b944f1882f14ce6417c9d1",
|
||||||
"type": "html",
|
"type": "html",
|
||||||
"display_name": "",
|
"display_name": "",
|
||||||
"graded": false,
|
"graded": false,
|
||||||
"format": null,
|
"format": null,
|
||||||
"children": []
|
"children": []
|
||||||
},
|
},
|
||||||
"i4x://ANUx/ANU-INDIA1x/html/c3493aaebaba4ab6a0499fbc27ac3b0e": {
|
"i4x://ANUx/ANU-INDIA1x/html/c3493aaebaba4ab6a0499fbc27ac3b0e": {
|
||||||
"id": "i4x://ANUx/ANU-
|
"id": "i4x://ANUx/ANU-
|
||||||
INDIA1x/html/c3493aaebaba4ab6a0499fbc27ac3b0e",
|
INDIA1x/html/c3493aaebaba4ab6a0499fbc27ac3b0e",
|
||||||
"type": "problem",
|
"type": "problem",
|
||||||
"display_name": "Check your learning - Part 1",
|
"display_name": "Check your learning - Part 1",
|
||||||
"graded": true,
|
"graded": true,
|
||||||
"format": null,
|
"format": null,
|
||||||
"children": []
|
"children": []
|
||||||
},
|
},
|
||||||
"i4x://ANUx/ANU-INDIA1x/sequential/3731eee6a39c473c98ef6a5c3f56c04c": {
|
"i4x://ANUx/ANU-INDIA1x/sequential/3731eee6a39c473c98ef6a5c3f56c04c": {
|
||||||
"id": "i4x://ANUx/ANU-
|
"id": "i4x://ANUx/ANU-
|
||||||
INDIA1x/sequential/3731eee6a39c473c98ef6a5c3f56c04c",
|
INDIA1x/sequential/3731eee6a39c473c98ef6a5c3f56c04c",
|
||||||
"type": "sequential",
|
"type": "sequential",
|
||||||
"display_name": "Reflective project",
|
"display_name": "Reflective project",
|
||||||
"graded": true,
|
"graded": true,
|
||||||
"format": "Reflective Project",
|
"format": "Reflective Project",
|
||||||
"children": [
|
"children": [
|
||||||
"i4x://ANUx/ANU-
|
"i4x://ANUx/ANU-
|
||||||
INDIA1x/vertical/efe3f47a5bc24894b726c229d6bf5968",
|
INDIA1x/vertical/efe3f47a5bc24894b726c229d6bf5968",
|
||||||
"i4x://ANUx/ANU-
|
"i4x://ANUx/ANU-
|
||||||
INDIA1x/vertical/9106a1b1fad040858bad56fe5d48074e",
|
INDIA1x/vertical/9106a1b1fad040858bad56fe5d48074e",
|
||||||
"i4x://ANUx/ANU-
|
"i4x://ANUx/ANU-
|
||||||
INDIA1x/vertical/27d2cf635bd44038a1207461b761a63a",
|
INDIA1x/vertical/27d2cf635bd44038a1207461b761a63a",
|
||||||
"i4x://ANUx/ANU-
|
"i4x://ANUx/ANU-
|
||||||
INDIA1x/vertical/94b719b765b046e2a811f1c4e4f84e5b"
|
INDIA1x/vertical/94b719b765b046e2a811f1c4e4f84e5b"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"i4x://ANUx/ANU-INDIA1x/vertical/0a3cd583cb1d4108bfbdaf57c511da3a": {
|
"i4x://ANUx/ANU-INDIA1x/vertical/0a3cd583cb1d4108bfbdaf57c511da3a": {
|
||||||
"id": "i4x://ANUx/ANU-
|
"id": "i4x://ANUx/ANU-
|
||||||
INDIA1x/vertical/0a3cd583cb1d4108bfbdaf57c511da3a",
|
INDIA1x/vertical/0a3cd583cb1d4108bfbdaf57c511da3a",
|
||||||
"type": "vertical",
|
"type": "vertical",
|
||||||
"display_name": "What you need to do this week",
|
"display_name": "What you need to do this week",
|
||||||
"graded": false,
|
"graded": false,
|
||||||
"format": null,
|
"format": null,
|
||||||
"children": [
|
"children": [
|
||||||
"i4x://ANUx/ANU-INDIA1x/html/a20abbba4a0f4a578d96cbdd4b34307b"
|
"i4x://ANUx/ANU-INDIA1x/html/a20abbba4a0f4a578d96cbdd4b34307b"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
. . .
|
. . .
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.. _Get the Course Grading Policy:
|
.. _Get the Course Grading Policy:
|
||||||
|
|||||||
Reference in New Issue
Block a user