Skip to content

Commit

Permalink
var name changed for buddy assessment analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
kedar2a committed Sep 29, 2017
1 parent d82aa0b commit 5d5ed8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gnowsys-ndf/gnowsys_ndf/ndf/views/gcourse.py
Original file line number Diff line number Diff line change
Expand Up @@ -3837,8 +3837,8 @@ def load_assessment_analytics(request, group_id):
each_sublist[0], each_sublist[1])
if user_data_set:
try:
for user_id in active_user_ids_list:
counter_obj = Counter.get_counter_obj(user_id, group_id)
for buser_id in active_user_ids_list:
counter_obj = Counter.get_counter_obj(buser_id, group_id)
#create
if not counter_obj['assessment']:
assessment_dict = {'id': each_sublist[1], 'correct': user_data_set['Correct'],
Expand Down

0 comments on commit 5d5ed8a

Please sign in to comment.