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
ab6aea9f
Commit
ab6aea9f
authored
May 05, 2015
by
brianhw
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #72 from edx/brian/fix_fixture
Update fixture for answer_distribution.
parents
ea030bf0
073e4d32
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
46 additions
and
31 deletions
+46
-31
analytics_data_api/fixtures/problem_response_answer_distribution.json
+45
-30
analytics_data_api/management/commands/generate_fake_course_data.py
+1
-1
No files found.
analytics_data_api/fixtures/problem_response_answer_distribution.json
View file @
ab6aea9f
This diff is collapsed.
Click to expand it.
analytics_data_api/management/commands/generate_fake_course_data.py
View file @
ab6aea9f
...
@@ -184,7 +184,7 @@ class Command(BaseCommand):
...
@@ -184,7 +184,7 @@ class Command(BaseCommand):
course_id
=
'edX/DemoX/Demo_Course'
course_id
=
'edX/DemoX/Demo_Course'
video_id
=
'0fac49ba'
video_id
=
'0fac49ba'
video_module_id
=
'i4x-edX-DemoX-video-5c90cffecd9b48b188cbfea176bf7fe9'
video_module_id
=
'i4x-edX-DemoX-video-5c90cffecd9b48b188cbfea176bf7fe9'
start_date
=
datetime
.
datetime
(
year
=
201
4
,
month
=
1
,
day
=
1
,
tzinfo
=
timezone
.
utc
)
start_date
=
datetime
.
datetime
(
year
=
201
5
,
month
=
1
,
day
=
1
,
tzinfo
=
timezone
.
utc
)
num_weeks
=
options
[
'num_weeks'
]
num_weeks
=
options
[
'num_weeks'
]
if
num_weeks
:
if
num_weeks
:
...
...
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