Skip to content

Commit

Permalink
[task_dispenser/combinatory_test] now return a proper dispenser data (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
maleclercq committed Jul 27, 2022
1 parent fc5bde4 commit 7a4a27d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inginious/frontend/task_dispensers/combinatory_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ def get_course_grade(self, username):
return self._data.get_course_grade_weighted_sum(user_tasks, task_list, self.get_weight)

def get_dispenser_data(self):
return ""
""" Returns the task dispenser data structure """
return self._data

def render_edit(self, template_helper, course, task_data):
""" Returns the formatted task list edition form """
Expand Down

0 comments on commit 7a4a27d

Please sign in to comment.