Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-analytics-data-api
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-analytics-data-api
Commits
b93418f9
Commit
b93418f9
authored
May 21, 2015
by
Mark Hoeber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc: update course video data response values
parent
9a87cb61
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
docs/api/source/change_log.rst
+4
-1
docs/api/source/courses.rst
+4
-4
No files found.
docs/api/source/change_log.rst
View file @
b93418f9
...
...
@@ -8,5 +8,8 @@ Change Log
* - Date
- Change
* - 05/18/15
* - 21 May 2015
- Updated :ref:`Get the Course Video Data` to add the ``users_at_start``
and ``users_at_end`` response values.
* - 18 May 2015
- Added :ref:`Get the Course Video Data` and :ref:`Video Data API`.
docs/api/source/courses.rst
View file @
b93418f9
...
...
@@ -280,8 +280,8 @@ Get the Course Video Data
02874e0ae0c74ae7b16faa5d6fdc8085",
"duration": 142,
"segment_length": 5,
"
start_views
": 2,
"
end_views
": 0,
"
users_at_start
": 2,
"
users_at_end
": 0,
"created": "2015-04-15T214158"
},
{
...
...
@@ -291,8 +291,8 @@ Get the Course Video Data
03454e0ae0c72ae7b16fab3d6fdc2143",
"duration": 66,
"segment_length": 5,
"
start_views
": 1044,
"
end_views
": 0,
"
users_at_start
": 1044,
"
users_at_end
": 0,
"created": "2015-04-15T214158"
},
]
...
...
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