Commit 73312210 by Diana Huang

Pass learner analytics data to the React App.

parent f549076f
......@@ -58,12 +58,13 @@ from openedx.features.course_experience import course_home_page_title
component="LearnerAnalyticsDashboard",
id="react-learner-analytics-dashboard",
props={
'data': 'data'
'data': 'data',
'schedule': assignment_schedule,
'grading_policy': grading_policy,
}
)}
</div>
<p>${assignment_grades}</p>
<p>${assignment_schedule}</p>
</div>
</div>
</%block>
......
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