Commit 66f541c4 by Dennis Jen Committed by Daniel Friedman

Added documentation for problem_attempts_per_completed.

parent 818b9230
...@@ -289,7 +289,9 @@ class EngagementTimelineView(CourseViewMixin, generics.ListAPIView): ...@@ -289,7 +289,9 @@ class EngagementTimelineView(CourseViewMixin, generics.ListAPIView):
* discussions_contributed: Number of posts, responses, or * discussions_contributed: Number of posts, responses, or
comments the learner contributed to course discussions. comments the learner contributed to course discussions.
* videos_viewed: Number of times any course video was played. * 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** **Parameters**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment