Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
d7d60bc5
Commit
d7d60bc5
authored
Apr 28, 2015
by
Akiva Leffert
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7837 from edx/aleffert/structure-indentation
Fix indentation for course structure API example
parents
d9e13d22
f6401c16
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
47 additions
and
46 deletions
+47
-46
docs/en_us/platform_api/source/course_structure/course_structure.rst
+47
-46
No files found.
docs/en_us/platform_api/source/course_structure/course_structure.rst
View file @
d7d60bc5
...
@@ -104,53 +104,54 @@ Get the Course Structure
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment