Skip to content

Commit

Permalink
Merge pull request openedx-unsupported#100 from edx/dsjen/problem-att…
Browse files Browse the repository at this point in the history
…empt-comp-doc

Added documentation for problem_attempts_per_completed.
  • Loading branch information
dsjen committed Jan 7, 2016
2 parents 74ac506 + f7f3a8b commit c97051a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion analytics_data_api/v0/views/learners.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,9 @@ class EngagementTimelineView(CourseViewMixin, generics.ListAPIView):
* discussions_contributed: Number of posts, responses, or
comments the learner contributed to course discussions.
* videos_viewed: Number of times any course video was played.
* problem_attempts_per_completed: TBD
* problem_attempts_per_completed: Number of attempts per
correctly answered problem. If no problems were answered
correctly, null is returned.
**Parameters**
Expand Down

0 comments on commit c97051a

Please sign in to comment.