Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-analytics-data-api-client
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
OpenEdx
edx-analytics-data-api-client
Commits
2d15ca08
Commit
2d15ca08
authored
Apr 22, 2015
by
Dylan Rhodes
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16 from edx/dylanrhodes/first_attempt_distribution
Upgrade API client tests to new answer_dist schema
parents
3af397b4
5b14f72c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
analyticsclient/tests/test_module.py
+2
-1
No files found.
analyticsclient/tests/test_module.py
View file @
2d15ca08
...
...
@@ -65,7 +65,8 @@ class ModulesTests(ClientTestCase):
'module_id'
:
self
.
module_id
,
'part_id'
:
self
.
module_id
.
replace
(
'/'
,
'-'
)
+
'-part1'
,
'correct'
:
True
,
'count'
:
2
,
'first_response_count'
:
2
,
'last_response_count'
:
2
,
'value_id'
:
'choice_4'
,
'answer_value_text'
:
'User chose this answer.'
,
'answer_value_numeric'
:
None
,
...
...
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