Commit c43d4b34 by David Ormsbee

re-added Students with correct answers to analytics dashboard

parent c1447955
...@@ -380,8 +380,7 @@ function goto( mode) ...@@ -380,8 +380,7 @@ function goto( mode)
</p> </p>
<p> <p>
<p>Number of students per problem who have this problem graded as correct, as of ${students_per_problem_correct_json['time']}</p> <p>Students answering correctly</p>
% if students_per_problem_correct_json and "data" in students_per_problem_correct_json: % if students_per_problem_correct_json and "data" in students_per_problem_correct_json:
<div class="divScroll"> <div class="divScroll">
<table class="stat_table"> <table class="stat_table">
...@@ -396,7 +395,7 @@ function goto( mode) ...@@ -396,7 +395,7 @@ function goto( mode)
%endif %endif
%if modeflag.get('Analytics 2'): %if modeflag.get('Analytics In Progress'):
<p> <p>
Number of students enrolled for ${students_enrolled_json['data'][0]['course_id']}: Number of students enrolled for ${students_enrolled_json['data'][0]['course_id']}:
......
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